Author: [email protected]
Date: Tue Feb 22 10:00:55 2011
New Revision: 808
Log:
[RELEASE] 0.1.0
Modified:
branches/0.1.0/amdatu-authentication/oauth-api/pom.xml
branches/0.1.0/amdatu-authentication/oauth-client/pom.xml
branches/0.1.0/amdatu-authentication/oauth-consumerregistry-fs/pom.xml
branches/0.1.0/amdatu-authentication/oauth-server/pom.xml
branches/0.1.0/amdatu-authentication/pom.xml
branches/0.1.0/amdatu-authentication/tokenprovider/pom.xml
branches/0.1.0/amdatu-authentication/tokenstore-mem/pom.xml
branches/0.1.0/amdatu-authorization/login-gadget/pom.xml
branches/0.1.0/amdatu-authorization/login-service/pom.xml
branches/0.1.0/amdatu-authorization/pom.xml
branches/0.1.0/amdatu-authorization/useradmin-gadget/pom.xml
branches/0.1.0/amdatu-authorization/useradmin-rest/pom.xml
branches/0.1.0/amdatu-buildsupport/pom.xml
branches/0.1.0/amdatu-cassandra/cassandra-application/pom.xml
branches/0.1.0/amdatu-cassandra/cassandra-listener/pom.xml
branches/0.1.0/amdatu-cassandra/cassandra-persistencemanager/pom.xml
branches/0.1.0/amdatu-cassandra/cassandra-tenantstore/pom.xml
branches/0.1.0/amdatu-cassandra/cassandra-tools/pom.xml
branches/0.1.0/amdatu-cassandra/cassandra-useradminstore/pom.xml
branches/0.1.0/amdatu-cassandra/pom.xml
branches/0.1.0/amdatu-core/config-filebased/pom.xml
branches/0.1.0/amdatu-core/config-templates/pom.xml
branches/0.1.0/amdatu-core/loghandler/pom.xml
branches/0.1.0/amdatu-core/pom.xml
branches/0.1.0/amdatu-core/tenant/pom.xml
branches/0.1.0/amdatu-core/tenantstore-fs/pom.xml
branches/0.1.0/amdatu-core/tenantuseradmindecorator/pom.xml
branches/0.1.0/amdatu-core/useradminstore-fs/pom.xml
branches/0.1.0/amdatu-example/course-gadget/pom.xml
branches/0.1.0/amdatu-example/course-service/pom.xml
branches/0.1.0/amdatu-example/friends-gadget/pom.xml
branches/0.1.0/amdatu-example/gadgetrepository/pom.xml
branches/0.1.0/amdatu-example/oauth/pom.xml
branches/0.1.0/amdatu-example/pom.xml
branches/0.1.0/amdatu-libraries/fsstorage/pom.xml
branches/0.1.0/amdatu-libraries/pom.xml
branches/0.1.0/amdatu-libraries/utilities/pom.xml
branches/0.1.0/amdatu-opensocial/dashboard/pom.xml
branches/0.1.0/amdatu-opensocial/dashboard/src/main/resources/jsp/dashboard.jsp
branches/0.1.0/amdatu-opensocial/gadgetmanagement/pom.xml
branches/0.1.0/amdatu-opensocial/pom.xml
branches/0.1.0/amdatu-opensocial/profile/pom.xml
branches/0.1.0/amdatu-opensocial/shindig/pom.xml
branches/0.1.0/amdatu-release/pom.xml
branches/0.1.0/amdatu-semanticweb/pom.xml
branches/0.1.0/amdatu-semanticweb/rdf2go-api/pom.xml
branches/0.1.0/amdatu-semanticweb/rdf2go-sesamebridge/pom.xml
branches/0.1.0/amdatu-semanticweb/sesame/pom.xml
branches/0.1.0/amdatu-semanticweb/sparqlendpoint/pom.xml
branches/0.1.0/amdatu-web/dispatcher/pom.xml
branches/0.1.0/amdatu-web/httpcontext/pom.xml
branches/0.1.0/amdatu-web/jsp/pom.xml
branches/0.1.0/amdatu-web/pom.xml
branches/0.1.0/amdatu-web/resource/pom.xml
branches/0.1.0/amdatu-web/rest-jaxrs/pom.xml
branches/0.1.0/amdatu-web/rest-wink/pom.xml
branches/0.1.0/amdatu-web/tenantresolver-hostname/pom.xml
branches/0.1.0/amdatu-web/tenantresolver-parameter/pom.xml
branches/0.1.0/changelog.txt
branches/0.1.0/integration-tests/pom.xml
branches/0.1.0/pom.xml
branches/0.1.0/readme.txt
branches/0.1.0/src/main/resources/conf/amdatu-minimal.properties
branches/0.1.0/src/main/resources/conf/amdatu-web.properties
Modified: branches/0.1.0/amdatu-authentication/oauth-api/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authentication/oauth-api/pom.xml (original)
+++ branches/0.1.0/amdatu-authentication/oauth-api/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authentication</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authentication.oauth</groupId>
<artifactId>api</artifactId>
Modified: branches/0.1.0/amdatu-authentication/oauth-client/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authentication/oauth-client/pom.xml (original)
+++ branches/0.1.0/amdatu-authentication/oauth-client/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authentication</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authentication.oauth</groupId>
<artifactId>client</artifactId>
Modified: branches/0.1.0/amdatu-authentication/oauth-consumerregistry-fs/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authentication/oauth-consumerregistry-fs/pom.xml
(original)
+++ branches/0.1.0/amdatu-authentication/oauth-consumerregistry-fs/pom.xml
Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authentication</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authentication.oauth</groupId>
<artifactId>consumerregistry-fs</artifactId>
Modified: branches/0.1.0/amdatu-authentication/oauth-server/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authentication/oauth-server/pom.xml (original)
+++ branches/0.1.0/amdatu-authentication/oauth-server/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authentication</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authentication.oauth</groupId>
<artifactId>server</artifactId>
Modified: branches/0.1.0/amdatu-authentication/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authentication/pom.xml (original)
+++ branches/0.1.0/amdatu-authentication/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<artifactId>org.amdatu.authentication</artifactId>
<name>Amdatu Authentication</name>
Modified: branches/0.1.0/amdatu-authentication/tokenprovider/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authentication/tokenprovider/pom.xml (original)
+++ branches/0.1.0/amdatu-authentication/tokenprovider/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authentication</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authentication</groupId>
<artifactId>tokenprovider</artifactId>
Modified: branches/0.1.0/amdatu-authentication/tokenstore-mem/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authentication/tokenstore-mem/pom.xml (original)
+++ branches/0.1.0/amdatu-authentication/tokenstore-mem/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authentication</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authentication.tokenstore</groupId>
<artifactId>mem</artifactId>
Modified: branches/0.1.0/amdatu-authorization/login-gadget/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authorization/login-gadget/pom.xml (original)
+++ branches/0.1.0/amdatu-authorization/login-gadget/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authorization</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authorization.login</groupId>
<artifactId>gadget</artifactId>
Modified: branches/0.1.0/amdatu-authorization/login-service/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authorization/login-service/pom.xml (original)
+++ branches/0.1.0/amdatu-authorization/login-service/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authorization</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authorization.login</groupId>
<artifactId>service</artifactId>
Modified: branches/0.1.0/amdatu-authorization/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authorization/pom.xml (original)
+++ branches/0.1.0/amdatu-authorization/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<artifactId>org.amdatu.authorization</artifactId>
<name>Amdatu Authorization</name>
Modified: branches/0.1.0/amdatu-authorization/useradmin-gadget/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authorization/useradmin-gadget/pom.xml
(original)
+++ branches/0.1.0/amdatu-authorization/useradmin-gadget/pom.xml Tue Feb
22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authorization</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authorization.useradmin</groupId>
<artifactId>gadget</artifactId>
Modified: branches/0.1.0/amdatu-authorization/useradmin-rest/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-authorization/useradmin-rest/pom.xml (original)
+++ branches/0.1.0/amdatu-authorization/useradmin-rest/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.authorization</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.authorization.useradmin</groupId>
<artifactId>rest</artifactId>
Modified: branches/0.1.0/amdatu-buildsupport/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-buildsupport/pom.xml (original)
+++ branches/0.1.0/amdatu-buildsupport/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,10 +5,10 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<artifactId>amdatu-buildsupport</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
<packaging>pom</packaging>
<name>Amdatu Buildsupport</name>
<description>Workaround for local file installs. Will be replaced by AMdatu
repository in the future.</description>
Modified: branches/0.1.0/amdatu-cassandra/cassandra-application/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-cassandra/cassandra-application/pom.xml
(original)
+++ branches/0.1.0/amdatu-cassandra/cassandra-application/pom.xml Tue Feb
22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>application</artifactId>
Modified: branches/0.1.0/amdatu-cassandra/cassandra-listener/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-cassandra/cassandra-listener/pom.xml (original)
+++ branches/0.1.0/amdatu-cassandra/cassandra-listener/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>listener</artifactId>
Modified: branches/0.1.0/amdatu-cassandra/cassandra-persistencemanager/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-cassandra/cassandra-persistencemanager/pom.xml
(original)
+++ branches/0.1.0/amdatu-cassandra/cassandra-persistencemanager/pom.xml
Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>persistencemanager</artifactId>
Modified: branches/0.1.0/amdatu-cassandra/cassandra-tenantstore/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-cassandra/cassandra-tenantstore/pom.xml
(original)
+++ branches/0.1.0/amdatu-cassandra/cassandra-tenantstore/pom.xml Tue Feb
22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>tenantstore</artifactId>
Modified: branches/0.1.0/amdatu-cassandra/cassandra-tools/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-cassandra/cassandra-tools/pom.xml (original)
+++ branches/0.1.0/amdatu-cassandra/cassandra-tools/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>tools</artifactId>
Modified: branches/0.1.0/amdatu-cassandra/cassandra-useradminstore/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-cassandra/cassandra-useradminstore/pom.xml
(original)
+++ branches/0.1.0/amdatu-cassandra/cassandra-useradminstore/pom.xml Tue Feb
22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.cassandra</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.cassandra</groupId>
<artifactId>useradminstore</artifactId>
Modified: branches/0.1.0/amdatu-cassandra/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-cassandra/pom.xml (original)
+++ branches/0.1.0/amdatu-cassandra/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<artifactId>org.amdatu.cassandra</artifactId>
<packaging>pom</packaging>
Modified: branches/0.1.0/amdatu-core/config-filebased/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-core/config-filebased/pom.xml (original)
+++ branches/0.1.0/amdatu-core/config-filebased/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.amdatu.core</artifactId>
<groupId>org.amdatu</groupId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.amdatu.core.config</groupId>
Modified: branches/0.1.0/amdatu-core/config-templates/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-core/config-templates/pom.xml (original)
+++ branches/0.1.0/amdatu-core/config-templates/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.core</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.core.config</groupId>
<artifactId>templates</artifactId>
Modified: branches/0.1.0/amdatu-core/loghandler/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-core/loghandler/pom.xml (original)
+++ branches/0.1.0/amdatu-core/loghandler/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.core</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.core</groupId>
<artifactId>loghandler</artifactId>
Modified: branches/0.1.0/amdatu-core/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-core/pom.xml (original)
+++ branches/0.1.0/amdatu-core/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.core</artifactId>
Modified: branches/0.1.0/amdatu-core/tenant/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-core/tenant/pom.xml (original)
+++ branches/0.1.0/amdatu-core/tenant/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.core</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.core</groupId>
<artifactId>tenant</artifactId>
Modified: branches/0.1.0/amdatu-core/tenantstore-fs/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-core/tenantstore-fs/pom.xml (original)
+++ branches/0.1.0/amdatu-core/tenantstore-fs/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.core</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.core</groupId>
<artifactId>tenantstore-fs</artifactId>
Modified: branches/0.1.0/amdatu-core/tenantuseradmindecorator/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-core/tenantuseradmindecorator/pom.xml (original)
+++ branches/0.1.0/amdatu-core/tenantuseradmindecorator/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.core</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.core</groupId>
<artifactId>tenantuseradmindecorator</artifactId>
Modified: branches/0.1.0/amdatu-core/useradminstore-fs/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-core/useradminstore-fs/pom.xml (original)
+++ branches/0.1.0/amdatu-core/useradminstore-fs/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.core</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.core</groupId>
<artifactId>useradminstore-fs</artifactId>
Modified: branches/0.1.0/amdatu-example/course-gadget/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-example/course-gadget/pom.xml (original)
+++ branches/0.1.0/amdatu-example/course-gadget/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.example</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.example.course</groupId>
<artifactId>gadget</artifactId>
Modified: branches/0.1.0/amdatu-example/course-service/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-example/course-service/pom.xml (original)
+++ branches/0.1.0/amdatu-example/course-service/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.example</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.example.course</groupId>
<artifactId>service</artifactId>
Modified: branches/0.1.0/amdatu-example/friends-gadget/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-example/friends-gadget/pom.xml (original)
+++ branches/0.1.0/amdatu-example/friends-gadget/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.example</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.example.friends</groupId>
<artifactId>gadget</artifactId>
Modified: branches/0.1.0/amdatu-example/gadgetrepository/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-example/gadgetrepository/pom.xml (original)
+++ branches/0.1.0/amdatu-example/gadgetrepository/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.example</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.example</groupId>
<artifactId>gadgetrepository</artifactId>
Modified: branches/0.1.0/amdatu-example/oauth/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-example/oauth/pom.xml (original)
+++ branches/0.1.0/amdatu-example/oauth/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.example</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.example</groupId>
<artifactId>oauth</artifactId>
Modified: branches/0.1.0/amdatu-example/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-example/pom.xml (original)
+++ branches/0.1.0/amdatu-example/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<artifactId>org.amdatu.example</artifactId>
<name>Amdatu Examples</name>
Modified: branches/0.1.0/amdatu-libraries/fsstorage/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-libraries/fsstorage/pom.xml (original)
+++ branches/0.1.0/amdatu-libraries/fsstorage/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.libraries</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.libraries</groupId>
<artifactId>fsstorage</artifactId>
Modified: branches/0.1.0/amdatu-libraries/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-libraries/pom.xml (original)
+++ branches/0.1.0/amdatu-libraries/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.libraries</artifactId>
Modified: branches/0.1.0/amdatu-libraries/utilities/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-libraries/utilities/pom.xml (original)
+++ branches/0.1.0/amdatu-libraries/utilities/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.libraries</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.libraries</groupId>
<artifactId>utilities</artifactId>
Modified: branches/0.1.0/amdatu-opensocial/dashboard/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-opensocial/dashboard/pom.xml (original)
+++ branches/0.1.0/amdatu-opensocial/dashboard/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.opensocial</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.opensocial</groupId>
<artifactId>dashboard</artifactId>
Modified:
branches/0.1.0/amdatu-opensocial/dashboard/src/main/resources/jsp/dashboard.jsp
==============================================================================
---
branches/0.1.0/amdatu-opensocial/dashboard/src/main/resources/jsp/dashboard.jsp
(original)
+++
branches/0.1.0/amdatu-opensocial/dashboard/src/main/resources/jsp/dashboard.jsp
Tue Feb 22 10:00:55 2011
@@ -48,7 +48,7 @@
</div>
<div id="footer">
- Amdatu 0.1.0-RC1 - 2010 - <a href="http://amdatu.org">http://amdatu.org</a>
+ Amdatu 0.1.0 - 2011 - <a href="http://amdatu.org">http://amdatu.org</a>
</div>
</div>
Modified: branches/0.1.0/amdatu-opensocial/gadgetmanagement/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-opensocial/gadgetmanagement/pom.xml (original)
+++ branches/0.1.0/amdatu-opensocial/gadgetmanagement/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.opensocial</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.opensocial</groupId>
<artifactId>gadgetmanagement</artifactId>
Modified: branches/0.1.0/amdatu-opensocial/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-opensocial/pom.xml (original)
+++ branches/0.1.0/amdatu-opensocial/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<artifactId>org.amdatu.opensocial</artifactId>
<name>Amdatu Open Social</name>
Modified: branches/0.1.0/amdatu-opensocial/profile/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-opensocial/profile/pom.xml (original)
+++ branches/0.1.0/amdatu-opensocial/profile/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.opensocial</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.opensocial</groupId>
<artifactId>profile</artifactId>
Modified: branches/0.1.0/amdatu-opensocial/shindig/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-opensocial/shindig/pom.xml (original)
+++ branches/0.1.0/amdatu-opensocial/shindig/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.opensocial</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.opensocial</groupId>
<artifactId>shindig</artifactId>
Modified: branches/0.1.0/amdatu-release/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-release/pom.xml (original)
+++ branches/0.1.0/amdatu-release/pom.xml Tue Feb 22 10:00:55 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<packaging>pom</packaging>
<artifactId>amdatu-release</artifactId>
Modified: branches/0.1.0/amdatu-semanticweb/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-semanticweb/pom.xml (original)
+++ branches/0.1.0/amdatu-semanticweb/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<artifactId>org.amdatu.semanticweb</artifactId>
<name>Amdatu Semantic Web</name>
Modified: branches/0.1.0/amdatu-semanticweb/rdf2go-api/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-semanticweb/rdf2go-api/pom.xml (original)
+++ branches/0.1.0/amdatu-semanticweb/rdf2go-api/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.semanticweb</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.semanticweb</groupId>
<artifactId>rdf2go.api</artifactId>
Modified: branches/0.1.0/amdatu-semanticweb/rdf2go-sesamebridge/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-semanticweb/rdf2go-sesamebridge/pom.xml
(original)
+++ branches/0.1.0/amdatu-semanticweb/rdf2go-sesamebridge/pom.xml Tue Feb
22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.semanticweb</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.semanticweb</groupId>
<artifactId>rdf2go.sesamebridge</artifactId>
Modified: branches/0.1.0/amdatu-semanticweb/sesame/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-semanticweb/sesame/pom.xml (original)
+++ branches/0.1.0/amdatu-semanticweb/sesame/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.semanticweb</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.semanticweb</groupId>
<artifactId>sesame</artifactId>
Modified: branches/0.1.0/amdatu-semanticweb/sparqlendpoint/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-semanticweb/sparqlendpoint/pom.xml (original)
+++ branches/0.1.0/amdatu-semanticweb/sparqlendpoint/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.semanticweb</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.semanticweb</groupId>
<artifactId>sparqlendpoint</artifactId>
Modified: branches/0.1.0/amdatu-web/dispatcher/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/dispatcher/pom.xml (original)
+++ branches/0.1.0/amdatu-web/dispatcher/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.web</groupId>
<artifactId>dispatcher</artifactId>
@@ -18,7 +18,7 @@
<artifactId>tenant</artifactId>
<scope>provided</scope>
<type>bundle</type>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Modified: branches/0.1.0/amdatu-web/httpcontext/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/httpcontext/pom.xml (original)
+++ branches/0.1.0/amdatu-web/httpcontext/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.web</groupId>
<artifactId>httpcontext</artifactId>
Modified: branches/0.1.0/amdatu-web/jsp/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/jsp/pom.xml (original)
+++ branches/0.1.0/amdatu-web/jsp/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.web</groupId>
<artifactId>jsp</artifactId>
Modified: branches/0.1.0/amdatu-web/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/pom.xml (original)
+++ branches/0.1.0/amdatu-web/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<artifactId>org.amdatu.web</artifactId>
<name>Amdatu Web</name>
Modified: branches/0.1.0/amdatu-web/resource/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/resource/pom.xml (original)
+++ branches/0.1.0/amdatu-web/resource/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.web</groupId>
<artifactId>resource</artifactId>
Modified: branches/0.1.0/amdatu-web/rest-jaxrs/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/rest-jaxrs/pom.xml (original)
+++ branches/0.1.0/amdatu-web/rest-jaxrs/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.web.rest</groupId>
<artifactId>jaxrs</artifactId>
Modified: branches/0.1.0/amdatu-web/rest-wink/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/rest-wink/pom.xml (original)
+++ branches/0.1.0/amdatu-web/rest-wink/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.web.rest</groupId>
<artifactId>wink</artifactId>
Modified: branches/0.1.0/amdatu-web/tenantresolver-hostname/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/tenantresolver-hostname/pom.xml (original)
+++ branches/0.1.0/amdatu-web/tenantresolver-hostname/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.web</groupId>
<artifactId>tenantresolver-hostname</artifactId>
@@ -18,14 +18,14 @@
<artifactId>tenant</artifactId>
<scope>provided</scope>
<type>bundle</type>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.amdatu.web</groupId>
<artifactId>dispatcher</artifactId>
<scope>provided</scope>
<type>bundle</type>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</dependency>
</dependencies>
<build>
Modified: branches/0.1.0/amdatu-web/tenantresolver-parameter/pom.xml
==============================================================================
--- branches/0.1.0/amdatu-web/tenantresolver-parameter/pom.xml (original)
+++ branches/0.1.0/amdatu-web/tenantresolver-parameter/pom.xml Tue Feb 22
10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.web</groupId>
<artifactId>tenantresolver-parameter</artifactId>
@@ -18,14 +18,14 @@
<artifactId>tenant</artifactId>
<scope>provided</scope>
<type>bundle</type>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.amdatu.web</groupId>
<artifactId>dispatcher</artifactId>
<scope>provided</scope>
<type>bundle</type>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</dependency>
</dependencies>
<build>
Modified: branches/0.1.0/changelog.txt
==============================================================================
--- branches/0.1.0/changelog.txt (original)
+++ branches/0.1.0/changelog.txt Tue Feb 22 10:00:55 2011
@@ -3,8 +3,8 @@
Amdatu
-Release 0.1.0-RC1
-Last revised February 15, 2011
+Release 0.1.0
+Last revised February 22, 2011
------------------------------
The changelog below is automatically generated from JIRA. More information
about the resolved
@@ -72,6 +72,7 @@
* [AMDATU-300] - Amdatu token is sometimes incorrectly invalidated
* [AMDATU-301] - Major increase in response times (factor 46) and decrease
of throughput (98%) in 0.1.0 compared to 0.0.6
* [AMDATU-302] - OAuthTwoLegged integration test sometimes fails
+ * [AMDATU-309] - An error appears in the console when adding the UserAdmin
gadget
** Improvement
* [AMDATU-80] - Change the url for REST services
Modified: branches/0.1.0/integration-tests/pom.xml
==============================================================================
--- branches/0.1.0/integration-tests/pom.xml (original)
+++ branches/0.1.0/integration-tests/pom.xml Tue Feb 22 10:00:55 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
</parent>
<groupId>org.amdatu.test</groupId>
<artifactId>integration</artifactId>
Modified: branches/0.1.0/pom.xml
==============================================================================
--- branches/0.1.0/pom.xml (original)
+++ branches/0.1.0/pom.xml Tue Feb 22 10:00:55 2011
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>0.1.0-RC1</version>
+ <version>0.1.0</version>
<packaging>pom</packaging>
<name>Amdatu</name>
<description>Amdatu is an application platform</description>
@@ -21,7 +21,7 @@
<!--
Platform version
-->
- <platform.version>0.1.0-RC1</platform.version>
+ <platform.version>0.1.0</platform.version>
<!--
Build properties
Modified: branches/0.1.0/readme.txt
==============================================================================
--- branches/0.1.0/readme.txt (original)
+++ branches/0.1.0/readme.txt Tue Feb 22 10:00:55 2011
@@ -4,8 +4,8 @@
Amdatu
-Release 0.1.0-RC1
-Last revised February 15, 2011
+Release 0.1.0
+Last revised February 22, 2011
------------------------------
===================================================================================================
Modified: branches/0.1.0/src/main/resources/conf/amdatu-minimal.properties
==============================================================================
--- branches/0.1.0/src/main/resources/conf/amdatu-minimal.properties
(original)
+++ branches/0.1.0/src/main/resources/conf/amdatu-minimal.properties Tue Feb
22 10:00:55 2011
@@ -96,11 +96,11 @@
reference:file:amdatu-system/pax-swissbox-core-1.3.0.jar \
reference:file:amdatu-system/ops4j-base-lang-1.2.2.jar \
reference:file:amdatu-system/org.apache.felix.scr-1.6.0.jar \
-
reference:file:amdatu-core/org.amdatu.core.loghandler-0.1.0-RC1.jar \
-
reference:file:amdatu-core/org.amdatu.core.tenant-0.1.0-RC1.jar \
-
reference:file:amdatu-core/org.amdatu.core.tenantstore-fs-0.1.0-RC1.jar \
-
reference:file:amdatu-core/org.amdatu.core.config.templates-0.1.0-RC1.jar \
-
reference:file:amdatu-core/org.amdatu.core.useradminstore-fs-0.1.0-RC1.jar
+
reference:file:amdatu-core/org.amdatu.core.loghandler-0.1.0.jar \
+
reference:file:amdatu-core/org.amdatu.core.tenant-0.1.0.jar \
+
reference:file:amdatu-core/org.amdatu.core.tenantstore-fs-0.1.0.jar \
+
reference:file:amdatu-core/org.amdatu.core.config.templates-0.1.0.jar \
+
reference:file:amdatu-core/org.amdatu.core.useradminstore-fs-0.1.0.jar
# Sets the initial start level of the framework upon startup.
#org.osgi.framework.startlevel.beginning=1
Modified: branches/0.1.0/src/main/resources/conf/amdatu-web.properties
==============================================================================
--- branches/0.1.0/src/main/resources/conf/amdatu-web.properties
(original)
+++ branches/0.1.0/src/main/resources/conf/amdatu-web.properties Tue Feb
22 10:00:55 2011
@@ -95,17 +95,17 @@
reference:file:amdatu-system/pax-swissbox-core-1.3.0.jar \
reference:file:amdatu-system/ops4j-base-lang-1.2.2.jar \
reference:file:amdatu-system/org.apache.felix.scr-1.6.0.jar \
-
reference:file:amdatu-core/org.amdatu.core.loghandler-0.1.0-RC1.jar \
-
reference:file:amdatu-core/org.amdatu.core.tenant-0.1.0-RC1.jar \
-
reference:file:amdatu-core/org.amdatu.core.tenantstore-fs-0.1.0-RC1.jar \
-
reference:file:amdatu-core/org.amdatu.core.config.templates-0.1.0-RC1.jar \
-
reference:file:amdatu-core/org.amdatu.core.useradminstore-fs-0.1.0-RC1.jar \
-
reference:file:amdatu-application/org.amdatu.web.httpcontext-0.1.0-RC1.jar \
+
reference:file:amdatu-core/org.amdatu.core.loghandler-0.1.0.jar \
+
reference:file:amdatu-core/org.amdatu.core.tenant-0.1.0.jar \
+
reference:file:amdatu-core/org.amdatu.core.tenantstore-fs-0.1.0.jar \
+
reference:file:amdatu-core/org.amdatu.core.config.templates-0.1.0.jar \
+
reference:file:amdatu-core/org.amdatu.core.useradminstore-fs-0.1.0.jar \
+
reference:file:amdatu-application/org.amdatu.web.httpcontext-0.1.0.jar \
reference:file:amdatu-application/org.amdatu.web.dispatcher-${platform.version}.jar
\
reference:file:amdatu-application/org.amdatu.web.tenantresolver-hostname-${platform.version}.jar
\
-
reference:file:amdatu-application/org.amdatu.web.jsp-0.1.0-RC1.jar \
-
reference:file:amdatu-application/org.amdatu.web.rest.jaxrs-0.1.0-RC1.jar \
-
reference:file:amdatu-application/org.amdatu.web.rest.wink-0.1.0-RC1.jar
+
reference:file:amdatu-application/org.amdatu.web.jsp-0.1.0.jar \
+
reference:file:amdatu-application/org.amdatu.web.rest.jaxrs-0.1.0.jar \
+
reference:file:amdatu-application/org.amdatu.web.rest.wink-0.1.0.jar
# Sets the initial start level of the framework upon startup.
#org.osgi.framework.startlevel.beginning=1
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits