]> source.dussan.org Git - archiva.git/commitdiff
[maven-release-plugin] prepare for next development iteration
authorOlivier Lamy <olamy@apache.org>
Wed, 26 Sep 2012 14:06:24 +0000 (14:06 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 26 Sep 2012 14:06:24 +0000 (14:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1390503 13f79535-47bb-0310-9956-ffa450edef68

57 files changed:
pom.xml
redback-authentication/pom.xml
redback-authentication/redback-authentication-api/pom.xml
redback-authentication/redback-authentication-providers/pom.xml
redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
redback-authorization/pom.xml
redback-authorization/redback-authorization-api/pom.xml
redback-authorization/redback-authorization-providers/pom.xml
redback-authorization/redback-authorization-providers/redback-authorization-open/pom.xml
redback-common/pom.xml
redback-common/redback-common-jdo/pom.xml
redback-common/redback-common-ldap/pom.xml
redback-common/redback-common-test-resources/pom.xml
redback-configuration/pom.xml
redback-data-management/pom.xml
redback-features/pom.xml
redback-integrations/pom.xml
redback-integrations/redback-common-integrations/pom.xml
redback-integrations/redback-integrations-security/pom.xml
redback-integrations/redback-jsecurity/pom.xml
redback-integrations/redback-rest/pom.xml
redback-integrations/redback-rest/redback-rest-api/pom.xml
redback-integrations/redback-rest/redback-rest-services/pom.xml
redback-integrations/redback-struts2/pom.xml
redback-integrations/redback-struts2/redback-struts2-content/pom.xml
redback-integrations/redback-struts2/redback-struts2-integration/pom.xml
redback-keys/pom.xml
redback-keys/redback-authentication-keys/pom.xml
redback-keys/redback-keys-api/pom.xml
redback-keys/redback-keys-providers/pom.xml
redback-keys/redback-keys-providers/redback-keys-cached/pom.xml
redback-keys/redback-keys-providers/redback-keys-jdo/pom.xml
redback-keys/redback-keys-providers/redback-keys-memory/pom.xml
redback-keys/redback-keys-tests/pom.xml
redback-policy/pom.xml
redback-rbac/pom.xml
redback-rbac/redback-authorization-rbac/pom.xml
redback-rbac/redback-rbac-model/pom.xml
redback-rbac/redback-rbac-providers/pom.xml
redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml
redback-rbac/redback-rbac-providers/redback-rbac-jdo/pom.xml
redback-rbac/redback-rbac-providers/redback-rbac-memory/pom.xml
redback-rbac/redback-rbac-role-manager/pom.xml
redback-rbac/redback-rbac-tests/pom.xml
redback-system/pom.xml
redback-users/pom.xml
redback-users/redback-authentication-users/pom.xml
redback-users/redback-users-api/pom.xml
redback-users/redback-users-providers/pom.xml
redback-users/redback-users-providers/redback-users-cached/pom.xml
redback-users/redback-users-providers/redback-users-configurable/pom.xml
redback-users/redback-users-providers/redback-users-jdo/pom.xml
redback-users/redback-users-providers/redback-users-ldap/pom.xml
redback-users/redback-users-providers/redback-users-memory/pom.xml
redback-users/redback-users-tests/pom.xml

diff --git a/pom.xml b/pom.xml
index fe6c15b95a9a38f63c1094a5a278295da9dcaa66..2b0d1b7b1d20a7ae3b450912df73fe58e3ced709 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.archiva.redback</groupId>
   <artifactId>redback</artifactId>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Apache Archiva Redback</name>
@@ -57,9 +57,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/tags/redback-2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/tags/redback-2.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/archiva/tags/redback-2.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/</url>
   </scm>
 
   <distributionManagement>
index a6ca0e9629b74a919f2b754cf7787bc1cf57a12c..73a1e4afbc7a17b6983ac6d5d476d08b0ec3a5f8 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authentication</artifactId>
   <name>Redback :: Authentication</name>
index 815562623d9e55204634fa553fe7d802273961b4..2f1bfd2ffb24dc4d9acdfd1f57ed504814c3d454 100644 (file)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-api</artifactId>
index 97c497b2a3ca947ad0540b6a4ef048bf53df836b..964d7cd3c349e12f02ab48a70fa97ee555e56cb7 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authentication-providers</artifactId>
   <name>Redback :: Authentication Providers</name>
index 934ee43c3dc9d20a695ed7a08c8362dfc94d9642..f7cec7d81f81c8f7658b73ff498f31f57fe9637b 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-ldap</artifactId>
index bf50363b2552d6565e5f562857e1d005bc997454..086a767be6c6c761ceea5d46bd4f92022d3a4465 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-memory</artifactId>
index 9ddf67b8afbdad23042e3e1408785dc94a1f570f..b38a29ce0c96ae0270923028191adc11b87c6537 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-open</artifactId>
index 241bebd90d1fdec58bfbdf639c488b41a65b18c8..c50292bfab11863c8f2cae5a26379a621ba22730 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authorization</artifactId>
   <name>Redback :: Authorization</name>
index 1fa256b49204533805649f6cf06703a6e992934f..fb62a8b2fa13607e85810856ac3aec1acf174be0 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authorization</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-api</artifactId>
index 3768109bcdd752df08ae1b2cebf0fd08f384e30b..496fd8e0ea916abe0f32cdd45711977a606d9b89 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authorization</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authorization-providers</artifactId>
   <name>Redback :: Authorization Providers</name>
index d28cccc49ee63917e9f5e94c1377525d660e7e08..db92ccb3b8627698d42e3ca97e3b84ea079f8859 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authorization-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-open</artifactId>
index 4f1a3a0eaff721deda14b20bf97922a85b98a32c..1d0031ef51f434425a1c1ec7720e5bc614f45309 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-common</artifactId>
   <name>Redback :: Commons</name>
index e25309cd96820d4730246af1b303ba79dd02f750..eb1f6102ca9be531185c97dc83c20080a12ce284 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-common</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-jdo</artifactId>
index 38621145a5b8e2b5f9213e2a3a560dab8d4df605..b54570171e2ac393805cce84dc63ffb9676ef13d 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-common</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-ldap</artifactId>
index 9dc2f66710acb7d195af60f542d2d8c5eda5ec14..7d8c477219ddf9459d8cb72309ccfad7f318b47e 100644 (file)
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-common</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-test-resources</artifactId>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
   <name>Redback :: Common TestResources</name>
 
 </project>
index 727dc469ffc99b049b59c4f79ff5b24a792b81d3..e41519fe7fadce186a1d0dd712b3709bf6e06ddd 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-configuration</artifactId>
index effdbf6ad5cd0681d81087fd12139922a21b6a9d..f07dd90dc805f412da124cd992ab98476fffadfc 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>redback</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-data-management</artifactId>
index 77da3a07b090c5f7f35b7bfe440c76b064110d62..164c6ca943f660bc8b26f19fc6ba54308ca63d8a 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-features</artifactId>
index ee4eeabc2831580293df3017a921f183b2f4065b..a42d4d04a318216f43110c42227ba865904d3556 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-integrations</artifactId>
   <name>Redback :: Integrations</name>
index beec580df933abda68d2cf62c27081cccabec56c..974b319e70aba1e9e88ee7ba7b4b27cabb9f19a6 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-integrations</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-integrations</artifactId>
index eb636269a8631226266b42857d8e0a09d49c25ad..b5376fa4799284abda70c79bfbc99a41eb318121 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>redback-integrations</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-integrations-security</artifactId>
index 5f5dce1e3acf746f97db84193a6e76de8544dc15..e1d9b7a51a0357f7eeb7f9f67c4094841d439db7 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>redback-integrations</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-jsecurity</artifactId>
index 695536c9ec02f08b69800e45cdb04a7bd2f1dc0f..b9b9d67e02fd4b379ed95507f6949fb8b155c709 100644 (file)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-integrations</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
index 70c9e5740662b29a8000b2b22d08b93a1c658cbc..0c7cbd83e161115040551e4d94e782856af214d3 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>redback-rest</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rest-api</artifactId>
index 8b35789aae3fa967974bc6aa3161fcf2f4cc1529..3d4ef8c54e70c1e62192418cc2eea52d7d638983 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>redback-rest</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rest-services</artifactId>
index 77883a7772b4052a0ec30279bf8fc14bacf9da15..af07db0dd26731e0cac7e675439c11a79a90453d 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-integrations</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-struts2</artifactId>
   <name>Redback :: Integration :: Struts 2</name>
index 56d4d5d29195d08a17fb78de9fe47276c7e7e725..0cbb3694385e927b0223e0ba917932d37bd635e8 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-struts2</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent> 
   <artifactId>redback-struts2-content</artifactId>
   <name>Redback :: Integration :: Struts 2 Content War</name>
index 766650a85cd630ee181e97b5816760cbddfc7bb6..f5e97cda36645bbbaf1760c8db856573522f9422 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-struts2</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-struts2-integration</artifactId>
index 1d738a05caa85e70780cba34cee19290db1e5e2c..30f62e535c92b42319a7b64f4a54f125f136fdd4 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys</artifactId>
   <name>Redback :: Key Management</name>
index 860a9db98dafe8dc8cef3fb908ed68a457f26cb2..50082edb352ec9e96dc7af396a0a09c46822d69e 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../../redback-authentication/redback-authentication-providers/pom.xml</relativePath>
   </parent>
 
index d062e415210fd2cf9bc4a4f195b6192e127d0d9f..523750240ea82573e0db307846cad78f83e392b6 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-api</artifactId>
index 5787e3d83e9bed14f454d8d43a14cb3ad1702b0e..12ad8b64969fb6d2c4476f0cb0ec17b5deb21efc 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys-providers</artifactId>
   <name>Redback :: Key Management Providers</name>
index c083b05d401ce49de3ca8f850f21ccc50db33799..4521407169480587c99864bb62d074cf1db43cf3 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-cached</artifactId>
index 76aa47234816a3ed2f67a2cf4f381d34f6e16388..7dbef291f863a8f27fa05741213c613851ec3dbb 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-jdo</artifactId>
index 7729a14585c11ca81264b5ca13e499b9c3e42d50..b6de0f9b1986266e6f4201ba722ae56f44a920f5 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-memory</artifactId>
index 8598e2ad70a5649dda17bc9f9c3d164076bd9ea8..465f540ccfd2f615c0add92e0d22b943e0435c4c 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys-tests</artifactId>
   <name>Redback :: Key Management Test Harness</name>
index a10dc25995e05ba6678bef3e594d2f80cefaaebb..a22a1db751714c68938c76570c95fa1dfe9dbdaa 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-policy</artifactId>
index 447ecfc1758b0c941e47a03cb8fbcc61bb1b24aa..f22411d1946e83cd8e9155b63fb3c3dd5d718683 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac</artifactId>
   <name>Redback :: Role Based Access Control</name>
index a967c2dfd18e00004c7152460f7ac0866a16ba46..7dab09593b50b2242fe2ff51b9a62f34bc6a09c0 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authorization-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../../redback-authorization/redback-authorization-providers/pom.xml</relativePath>
   </parent>
 
index 9e3a5bfd3f27b6c746f4231398be2d9b5c0e34c6..7de3206f40e010cb39f949f54269804954d03695 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-model</artifactId>
index bab3abac533c02ac5cc1ef2a536df1df935c88ef..897b535e9d9efbc892bb6629064d7ce46e7cedba 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac-providers</artifactId>
   <name>Redback :: RBAC Providers</name>
index 4ec44e477f3507a1edbea2b74f1df19bdde9bcbd..10c56f46f6b64b812919e79f961ee0db4fcb8c56 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-cached</artifactId>
index 0c150880566c173328a1a2f46d420f1ffee97921..c11f583fd6d89a7694b0456f26326d93ccfca5c4 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-jdo</artifactId>
index 0fbe61515a44ecafd481d3101e6fbb3391c2f613..6219756112fe672f02ce4c770235d2ec8f824406 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-memory</artifactId>
index dce85a4d09036455186742473134644d04c81926..42df278e8ef947d1abbb17713c7a79e6032aafd4 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-role-manager</artifactId>
index 6d5b755c9cf2c34aeca15d8b29210eb6b27b8e1a..6fa203d816c797dd1219883a58eafc8bebe6c12f 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac-tests</artifactId>
   <name>Redback :: RBAC Test Framework</name>
index 73908dca2ba9905084530bc21e477a70161a85b6..dcfd3c2f19104201dd59b9d4c13ef9a89e1c4bda 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-system</artifactId>
index bec69c9fad7bddbe12d8a05127675f9ce0996c4e..c4b1127385c30e717e2a36aca3e0d66e7fd7061b 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users</artifactId>
   <name>Redback :: User Management</name>
index 790e58367a081a9286fcc557db33cdd3dec9c950..be4864040f88c29cb5396a5a4f3d99ff0dfbb713 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../../redback-authentication/redback-authentication-providers/pom.xml</relativePath>
   </parent>
 
index de9dd7eecb1f72d0e9d61165e02418bbf8258889..16f894ebb11aecf7028fa8ba8180d7e63e451dd7 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-api</artifactId>
index 530c3df682461f8de6fadd3e92f3e9eeb6f9fd5e..38debf657b57d43832ee6a66c8775d20a887a9cb 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users-providers</artifactId>
   <name>Redback :: Users Providers</name>
index feb51cff1f2a4ed84b972b46bb871ff858094f6f..6fdd418af53d6ca26d7ff22587c63d4979a2c50e 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-cached</artifactId>
index 491e9aa19c6910e5c6087c2ced03de07b048dabf..e532933c9f0cf2339392291b0f5bd9632fad3d2c 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-configurable</artifactId>
index 3690f14497f210c569c7daabb0bdda935fd1165a..6e9004045d11aa57327236b7d4c02bbdfd7b4922 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-jdo</artifactId>
index 70122b7060fcd5e254a885115ee7456e2baeaeb1..12b108b9dffd9689ae643e7e2b142167bf9fef0c 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>redback-users-ldap</artifactId>
index aea940cbe4ed9d5cdb3d87b66c5467391be14d6a..fc496ed0420b3f29bf307c80cd418abfc208f270 100644 (file)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-memory</artifactId>
index f5dfbb74d24dba9ac721651b76e38a277ec31b3c..dca6ebefe86cc920e0387c0104a66dec6f0e72dc 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users-tests</artifactId>
   <name>Redback :: User Tests</name>