Author: [email protected]
Date: Fri Jun 22 13:54:50 2012
New Revision: 2504

Log:
[Amdatu release]prepare release org.amdatu.auth-0.2.3-RC1

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/loghandler/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/tools/shellcommands/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    Fri Jun 
22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.stores</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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   Fri Jun 
22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.stores</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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      Fri Jun 
22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.stores</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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      Fri Jun 
22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.stores</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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      Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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   Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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    Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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        Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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     Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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   Fri Jun 22 
13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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   Fri Jun 22 
13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.example.oauth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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    Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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   Fri Jun 22 
13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.example.oauth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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     Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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  Fri Jun 22 13:54:50 2012
@@ -25,7 +25,7 @@
   </parent>
   <groupId>org.amdatu.auth</groupId>
   <artifactId>org.amdatu.auth</artifactId>
-  <version>0.2.3-SNAPSHOT</version>
+  <version>0.2.3-RC1</version>
   <packaging>pom</packaging>
   <name>Amdatu Auth</name>
   <description>This project brings Authentication and Authorization to the 
Amdatu platform</description>
@@ -38,9 +38,9 @@
   </properties>
 
   <scm>
-    
<connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/branches/amdatu-auth-0.2.2</connection>
-    
<developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/branches/amdatu-auth-0.2.2</developerConnection>
-    
<url>http://subversion.amdatu.org/svn/amdatu/branches/amdatu-auth-0.2.2</url>
+    
<connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.auth-0.2.3-RC1</connection>
+    
<developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.auth-0.2.3-RC1</developerConnection>
+    
<url>http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.auth-0.2.3-RC1</url>
   </scm>
 
   <repositories>

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     Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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  Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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    Fri Jun 22 
13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.integration</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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 Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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   Fri Jun 22 
13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.integration</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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 Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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     Fri Jun 
22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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  Fri Jun 
22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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    
    Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance.releases</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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    
    Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance.releases</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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    
    Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance.releases</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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   Fri Jun 
22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.test.performance</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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    Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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     Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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      Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</version>
   </parent>
   <artifactId>org.amdatu.auth.tools.itest</artifactId>
   <packaging>jar</packaging>

Modified: branches/amdatu-auth-0.2.3/tools/loghandler/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/tools/loghandler/pom.xml (original)
+++ branches/amdatu-auth-0.2.3/tools/loghandler/pom.xml Fri Jun 22 13:54:50 2012
@@ -1,81 +1,81 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright (c) 2010, 2011 The Amdatu Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.verning permissions and limitations
-  under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.amdatu.auth</groupId>
-    <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
-  </parent>
-  <artifactId>org.amdatu.auth.tools.loghandler</artifactId>
-  <packaging>bundle</packaging>
-  <name>Amdatu Auth - Log Handler</name>
-  <description>The log handler provides several hooks to dispatch log entries 
from other logging frameworks (i.e. JDK logging) to the OSGi 
LogService</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            
<Bundle-Activator>org.amdatu.auth.tools.loghandler.osgi.Activator</Bundle-Activator>
-            
<Bundle-SymbolicName>org.amdatu.auth.tools.loghandler</Bundle-SymbolicName>
-            <Embed-Dependency>*;scope=compile</Embed-Dependency>
-            <Embed-Transitive>true</Embed-Transitive>
-            <Import-Package>
-              !org.apache.avalon.framework.logger,
-              !org.apache.log,
-              !org.apache.log4j,
-              *
-            </Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <profiles>
-    <profile>
-      <!-- Profile that will copy the jar to the configured 
amdatu.deploy.directory when
-           the deploy profile is activated -->
-      <id>deploy</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <defaultGoal>install</defaultGoal>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-antrun-plugin</artifactId>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2010, 2011 The Amdatu Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.verning permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.amdatu.auth</groupId>
+    <artifactId>org.amdatu.auth.tools</artifactId>
+    <version>0.2.3-RC1</version>
+  </parent>
+  <artifactId>org.amdatu.auth.tools.loghandler</artifactId>
+  <packaging>bundle</packaging>
+  <name>Amdatu Auth - Log Handler</name>
+  <description>The log handler provides several hooks to dispatch log entries 
from other logging frameworks (i.e. JDK logging) to the OSGi 
LogService</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            
<Bundle-Activator>org.amdatu.auth.tools.loghandler.osgi.Activator</Bundle-Activator>
+            
<Bundle-SymbolicName>org.amdatu.auth.tools.loghandler</Bundle-SymbolicName>
+            <Embed-Dependency>*;scope=compile</Embed-Dependency>
+            <Embed-Transitive>true</Embed-Transitive>
+            <Import-Package>
+              !org.apache.avalon.framework.logger,
+              !org.apache.log,
+              !org.apache.log4j,
+              *
+            </Import-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <!-- Profile that will copy the jar to the configured 
amdatu.deploy.directory when
+           the deploy profile is activated -->
+      <id>deploy</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-antrun-plugin</artifactId>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>

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    Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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        Fri Jun 22 
13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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       Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</version>
   </parent>
   <artifactId>org.amdatu.auth.tools.rest</artifactId>
   <packaging>jar</packaging>

Modified: branches/amdatu-auth-0.2.3/tools/shellcommands/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/tools/shellcommands/pom.xml      (original)
+++ branches/amdatu-auth-0.2.3/tools/shellcommands/pom.xml      Fri Jun 22 
13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth.tools</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</version>
   </parent>
   <artifactId>org.amdatu.auth.tools.shellcommands</artifactId>
   <packaging>bundle</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   Fri Jun 22 13:54:50 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu.auth</groupId>
     <artifactId>org.amdatu.auth</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
+    <version>0.2.3-RC1</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