Author: [email protected]
Date: Mon Jun  4 15:41:50 2012
New Revision: 2433

Log:
[PREPARE_RELEASE] Updated versions to 0.2.3-SNAPSHOT

Modified:
   branches/amdatu-auth-0.2.3/auth-stores/fs-store-consumer/pom.xml
   branches/amdatu-auth-0.2.3/auth-stores/mem-store-consumer/pom.xml
   branches/amdatu-auth-0.2.3/auth-stores/mem-store-nonce/pom.xml
   branches/amdatu-auth-0.2.3/auth-stores/mem-store-token/pom.xml
   branches/amdatu-auth-0.2.3/auth-stores/pom.xml
   branches/amdatu-auth-0.2.3/config/pom.xml
   branches/amdatu-auth-0.2.3/login-service/pom.xml
   branches/amdatu-auth-0.2.3/oauth-api/pom.xml
   branches/amdatu-auth-0.2.3/oauth-client/pom.xml
   branches/amdatu-auth-0.2.3/oauth-consumerregistry/pom.xml
   branches/amdatu-auth-0.2.3/oauth-example/consumer/pom.xml
   branches/amdatu-auth-0.2.3/oauth-example/pom.xml
   branches/amdatu-auth-0.2.3/oauth-example/provider/pom.xml
   branches/amdatu-auth-0.2.3/oauth-server/pom.xml
   branches/amdatu-auth-0.2.3/pom.xml
   branches/amdatu-auth-0.2.3/release-demo/pom.xml
   branches/amdatu-auth-0.2.3/release/pom.xml
   branches/amdatu-auth-0.2.3/test-integration/base/pom.xml
   branches/amdatu-auth-0.2.3/test-integration/pom.xml
   branches/amdatu-auth-0.2.3/test-integration/tests/pom.xml
   branches/amdatu-auth-0.2.3/test-performance/pom.xml
   branches/amdatu-auth-0.2.3/test-performance/test-bundle/pom.xml
   branches/amdatu-auth-0.2.3/test-performance/test-execution/pom.xml
   branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.0/pom.xml
   branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.1/pom.xml
   branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.2/pom.xml
   branches/amdatu-auth-0.2.3/test-performance/test-releases/pom.xml
   branches/amdatu-auth-0.2.3/tokenprovider/pom.xml
   branches/amdatu-auth-0.2.3/tools/config/pom.xml
   branches/amdatu-auth-0.2.3/tools/itest/pom.xml
   branches/amdatu-auth-0.2.3/tools/pom.xml
   branches/amdatu-auth-0.2.3/tools/rest-doclet/pom.xml
   branches/amdatu-auth-0.2.3/tools/rest/pom.xml
   branches/amdatu-auth-0.2.3/useradmin-rest/pom.xml

Modified: branches/amdatu-auth-0.2.3/auth-stores/fs-store-consumer/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/auth-stores/fs-store-consumer/pom.xml    
(original)
+++ branches/amdatu-auth-0.2.3/auth-stores/fs-store-consumer/pom.xml    Mon Jun 
 4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.stores</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.store.consumer.fs</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/auth-stores/mem-store-consumer/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/auth-stores/mem-store-consumer/pom.xml   
(original)
+++ branches/amdatu-auth-0.2.3/auth-stores/mem-store-consumer/pom.xml   Mon Jun 
 4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.stores</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.store.consumer.mem</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/auth-stores/mem-store-nonce/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/auth-stores/mem-store-nonce/pom.xml      
(original)
+++ branches/amdatu-auth-0.2.3/auth-stores/mem-store-nonce/pom.xml      Mon Jun 
 4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.stores</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.store.nonce.mem</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/auth-stores/mem-store-token/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/auth-stores/mem-store-token/pom.xml      
(original)
+++ branches/amdatu-auth-0.2.3/auth-stores/mem-store-token/pom.xml      Mon Jun 
 4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.stores</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.tokenstore.mem</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/auth-stores/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/auth-stores/pom.xml      (original)
+++ branches/amdatu-auth-0.2.3/auth-stores/pom.xml      Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.stores</artifactId>
   <packaging>pom</packaging>

Modified: branches/amdatu-auth-0.2.3/config/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/config/pom.xml   (original)
+++ branches/amdatu-auth-0.2.3/config/pom.xml   Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.config</artifactId>
   <packaging>jar</packaging>

Modified: branches/amdatu-auth-0.2.3/login-service/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/login-service/pom.xml    (original)
+++ branches/amdatu-auth-0.2.3/login-service/pom.xml    Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.login.service</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/oauth-api/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/oauth-api/pom.xml        (original)
+++ branches/amdatu-auth-0.2.3/oauth-api/pom.xml        Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.api</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/oauth-client/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/oauth-client/pom.xml     (original)
+++ branches/amdatu-auth-0.2.3/oauth-client/pom.xml     Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.client</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/oauth-consumerregistry/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/oauth-consumerregistry/pom.xml   (original)
+++ branches/amdatu-auth-0.2.3/oauth-consumerregistry/pom.xml   Mon Jun  4 
15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.consumerregistry</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/oauth-example/consumer/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/oauth-example/consumer/pom.xml   (original)
+++ branches/amdatu-auth-0.2.3/oauth-example/consumer/pom.xml   Mon Jun  4 
15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.example.oauth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.example.oauth.consumer</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/oauth-example/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/oauth-example/pom.xml    (original)
+++ branches/amdatu-auth-0.2.3/oauth-example/pom.xml    Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.example.oauth</artifactId>
   <name>Amdatu Auth - Examples</name>

Modified: branches/amdatu-auth-0.2.3/oauth-example/provider/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/oauth-example/provider/pom.xml   (original)
+++ branches/amdatu-auth-0.2.3/oauth-example/provider/pom.xml   Mon Jun  4 
15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.example.oauth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.example.oauth.provider</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/oauth-server/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/oauth-server/pom.xml     (original)
+++ branches/amdatu-auth-0.2.3/oauth-server/pom.xml     Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.server</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/pom.xml  (original)
+++ branches/amdatu-auth-0.2.3/pom.xml  Mon Jun  4 15:41:50 2012
@@ -25,7 +25,7 @@
   </parent>
   <groupId>org.amdatu.auth</groupId>
   <artifactId>org.amdatu.auth</artifactId>
-  <version>0.2.2-RC3-SNAPSHOT</version>
+  <version>0.2.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Amdatu Auth</name>
   <description>This project brings Authentication and Authorization to the 
Amdatu platform</description>

Modified: branches/amdatu-auth-0.2.3/release-demo/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/release-demo/pom.xml     (original)
+++ branches/amdatu-auth-0.2.3/release-demo/pom.xml     Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.release.demo</artifactId>
   <packaging>pom</packaging>

Modified: branches/amdatu-auth-0.2.3/release/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/release/pom.xml  (original)
+++ branches/amdatu-auth-0.2.3/release/pom.xml  Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>amdatu-auth</artifactId>
   <packaging>pom</packaging>

Modified: branches/amdatu-auth-0.2.3/test-integration/base/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/test-integration/base/pom.xml    (original)
+++ branches/amdatu-auth-0.2.3/test-integration/base/pom.xml    Mon Jun  4 
15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.integration</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.test.integration.base</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/test-integration/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/test-integration/pom.xml (original)
+++ branches/amdatu-auth-0.2.3/test-integration/pom.xml Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.test.integration</artifactId>
   <packaging>pom</packaging>

Modified: branches/amdatu-auth-0.2.3/test-integration/tests/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/test-integration/tests/pom.xml   (original)
+++ branches/amdatu-auth-0.2.3/test-integration/tests/pom.xml   Mon Jun  4 
15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.integration</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.test.integration.tests</artifactId>
   <packaging>jar</packaging>

Modified: branches/amdatu-auth-0.2.3/test-performance/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/test-performance/pom.xml (original)
+++ branches/amdatu-auth-0.2.3/test-performance/pom.xml Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.test.performance</artifactId>
   <packaging>pom</packaging>

Modified: branches/amdatu-auth-0.2.3/test-performance/test-bundle/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/test-performance/test-bundle/pom.xml     
(original)
+++ branches/amdatu-auth-0.2.3/test-performance/test-bundle/pom.xml     Mon Jun 
 4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.test.performance.bundle</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/test-performance/test-execution/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/test-performance/test-execution/pom.xml  
(original)
+++ branches/amdatu-auth-0.2.3/test-performance/test-execution/pom.xml  Mon Jun 
 4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.test.performance.execution</artifactId>
   <packaging>jar</packaging>

Modified: 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.0/pom.xml
==============================================================================
--- 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.0/pom.xml    
    (original)
+++ 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.0/pom.xml    
    Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance.releases</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   
<artifactId>org.amdatu.auth.test.performance.release-${release.version}</artifactId>
   <name>Amdatu Auth - Performance Test release - 
${org.amdatu.auth.version}</name>

Modified: 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.1/pom.xml
==============================================================================
--- 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.1/pom.xml    
    (original)
+++ 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.1/pom.xml    
    Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance.releases</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   
<artifactId>org.amdatu.auth.test.performance.release-${release.version}</artifactId>
   <name>Amdatu Auth - Performance Test release - 
${org.amdatu.auth.version}</name>

Modified: 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.2/pom.xml
==============================================================================
--- 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.2/pom.xml    
    (original)
+++ 
branches/amdatu-auth-0.2.3/test-performance/test-releases/auth-0.2.2/pom.xml    
    Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance.releases</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   
<artifactId>org.amdatu.auth.test.performance.release-${release.version}</artifactId>
   <name>Amdatu Auth - Performance Test release - 
${org.amdatu.auth.version}</name>

Modified: branches/amdatu-auth-0.2.3/test-performance/test-releases/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/test-performance/test-releases/pom.xml   
(original)
+++ branches/amdatu-auth-0.2.3/test-performance/test-releases/pom.xml   Mon Jun 
 4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.test.performance.releases</artifactId>
   <packaging>pom</packaging>

Modified: branches/amdatu-auth-0.2.3/tokenprovider/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/tokenprovider/pom.xml    (original)
+++ branches/amdatu-auth-0.2.3/tokenprovider/pom.xml    Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.tokenprovider</artifactId>
   <packaging>bundle</packaging>

Modified: branches/amdatu-auth-0.2.3/tools/config/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/tools/config/pom.xml     (original)
+++ branches/amdatu-auth-0.2.3/tools/config/pom.xml     Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.tools.config</artifactId>
   <packaging>jar</packaging>

Modified: branches/amdatu-auth-0.2.3/tools/itest/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/tools/itest/pom.xml      (original)
+++ branches/amdatu-auth-0.2.3/tools/itest/pom.xml      Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.tools.itest</artifactId>
   <packaging>jar</packaging>

Modified: branches/amdatu-auth-0.2.3/tools/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/tools/pom.xml    (original)
+++ branches/amdatu-auth-0.2.3/tools/pom.xml    Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.tools</artifactId>
   <packaging>pom</packaging>

Modified: branches/amdatu-auth-0.2.3/tools/rest-doclet/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/tools/rest-doclet/pom.xml        (original)
+++ branches/amdatu-auth-0.2.3/tools/rest-doclet/pom.xml        Mon Jun  4 
15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.tools.rest.doclet</artifactId>
   <packaging>jar</packaging>

Modified: branches/amdatu-auth-0.2.3/tools/rest/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/tools/rest/pom.xml       (original)
+++ branches/amdatu-auth-0.2.3/tools/rest/pom.xml       Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.tools.rest</artifactId>
   <packaging>jar</packaging>

Modified: branches/amdatu-auth-0.2.3/useradmin-rest/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/useradmin-rest/pom.xml   (original)
+++ branches/amdatu-auth-0.2.3/useradmin-rest/pom.xml   Mon Jun  4 15:41:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.2-RC3-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.useradmin.rest</artifactId>
   <packaging>bundle</packaging>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to