This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new ee8f38d  [maven-release-plugin] prepare for next development iteration
ee8f38d is described below

commit ee8f38dd0cfa80046b0b219cedac48cc60f0fe25
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Jun 13 20:34:55 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                                                               | 4 ++--
 redback-authentication/pom.xml                                        | 2 +-
 redback-authentication/redback-authentication-api/pom.xml             | 2 +-
 redback-authentication/redback-authentication-providers/pom.xml       | 2 +-
 .../redback-authentication-ldap/pom.xml                               | 2 +-
 .../redback-authentication-memory/pom.xml                             | 2 +-
 .../redback-authentication-open/pom.xml                               | 2 +-
 .../redback-authentication-users/pom.xml                              | 2 +-
 redback-authorization/pom.xml                                         | 2 +-
 redback-authorization/redback-authorization-api/pom.xml               | 2 +-
 redback-authorization/redback-authorization-providers/pom.xml         | 2 +-
 .../redback-authorization-open/pom.xml                                | 2 +-
 .../redback-authorization-rbac/pom.xml                                | 2 +-
 redback-common/pom.xml                                                | 2 +-
 redback-common/redback-common-jdo/pom.xml                             | 2 +-
 redback-common/redback-common-ldap/pom.xml                            | 2 +-
 redback-common/redback-common-test-resources/pom.xml                  | 2 +-
 redback-configuration/pom.xml                                         | 2 +-
 redback-data-management/pom.xml                                       | 2 +-
 redback-features/pom.xml                                              | 2 +-
 redback-integrations/pom.xml                                          | 2 +-
 redback-integrations/redback-common-integrations/pom.xml              | 2 +-
 redback-integrations/redback-integrations-security/pom.xml            | 2 +-
 redback-integrations/redback-rest/pom.xml                             | 2 +-
 redback-integrations/redback-rest/redback-rest-api/pom.xml            | 2 +-
 redback-integrations/redback-rest/redback-rest-services/pom.xml       | 2 +-
 redback-keys/pom.xml                                                  | 2 +-
 redback-keys/redback-authentication-keys/pom.xml                      | 2 +-
 redback-keys/redback-keys-api/pom.xml                                 | 2 +-
 redback-keys/redback-keys-providers/pom.xml                           | 2 +-
 redback-keys/redback-keys-providers/redback-keys-cached/pom.xml       | 2 +-
 redback-keys/redback-keys-providers/redback-keys-jdo/pom.xml          | 2 +-
 redback-keys/redback-keys-providers/redback-keys-memory/pom.xml       | 2 +-
 redback-keys/redback-keys-tests/pom.xml                               | 2 +-
 redback-policy/pom.xml                                                | 2 +-
 redback-rbac/pom.xml                                                  | 2 +-
 redback-rbac/redback-rbac-model/pom.xml                               | 2 +-
 redback-rbac/redback-rbac-providers/pom.xml                           | 2 +-
 redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml       | 2 +-
 redback-rbac/redback-rbac-providers/redback-rbac-jdo/pom.xml          | 2 +-
 redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml         | 2 +-
 redback-rbac/redback-rbac-providers/redback-rbac-memory/pom.xml       | 2 +-
 redback-rbac/redback-rbac-role-manager/pom.xml                        | 2 +-
 redback-rbac/redback-rbac-tests/pom.xml                               | 2 +-
 redback-system/pom.xml                                                | 2 +-
 redback-users/pom.xml                                                 | 2 +-
 redback-users/redback-users-api/pom.xml                               | 2 +-
 redback-users/redback-users-providers/pom.xml                         | 2 +-
 redback-users/redback-users-providers/redback-users-cached/pom.xml    | 2 +-
 .../redback-users-providers/redback-users-configurable/pom.xml        | 2 +-
 redback-users/redback-users-providers/redback-users-jdo/pom.xml       | 2 +-
 redback-users/redback-users-providers/redback-users-ldap/pom.xml      | 2 +-
 redback-users/redback-users-providers/redback-users-memory/pom.xml    | 2 +-
 redback-users/redback-users-tests/pom.xml                             | 2 +-
 54 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a0457f..d7399a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.archiva.redback</groupId>
   <artifactId>redback</artifactId>
-  <version>2.6.1</version>
+  <version>2.6.2-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Apache Archiva Redback</name>
@@ -60,7 +60,7 @@
     
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-redback-core.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-redback-core.git</developerConnection>
     <url>https://github.com/apache/archiva-redback-core</url>
-    <tag>redback-2.6.1</tag>
+    <tag>redback-2.6</tag>
   </scm>
 
   <distributionManagement>
diff --git a/redback-authentication/pom.xml b/redback-authentication/pom.xml
index aaa0529..3b4684d 100644
--- a/redback-authentication/pom.xml
+++ b/redback-authentication/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authentication</artifactId>
   <name>Redback :: Authentication</name>
diff --git a/redback-authentication/redback-authentication-api/pom.xml 
b/redback-authentication/redback-authentication-api/pom.xml
index 2a8caaf..3b71bca 100644
--- a/redback-authentication/redback-authentication-api/pom.xml
+++ b/redback-authentication/redback-authentication-api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-api</artifactId>
diff --git a/redback-authentication/redback-authentication-providers/pom.xml 
b/redback-authentication/redback-authentication-providers/pom.xml
index c4bf2c7..b126164 100644
--- a/redback-authentication/redback-authentication-providers/pom.xml
+++ b/redback-authentication/redback-authentication-providers/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authentication-providers</artifactId>
   <name>Redback :: Authentication Providers</name>
diff --git 
a/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
 
b/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
index a3c3126..cd32909 100644
--- 
a/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
+++ 
b/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-ldap</artifactId>
diff --git 
a/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
 
b/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
index 18ccdc7..b4b69e6 100644
--- 
a/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
+++ 
b/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-memory</artifactId>
diff --git 
a/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
 
b/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
index 5f051f2..51ec0ae 100644
--- 
a/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
+++ 
b/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-open</artifactId>
diff --git 
a/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml
 
b/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml
index 29fdf23..5bbb7a0 100644
--- 
a/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml
+++ 
b/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-users</artifactId>
diff --git a/redback-authorization/pom.xml b/redback-authorization/pom.xml
index b8f2aa8..bb29575 100644
--- a/redback-authorization/pom.xml
+++ b/redback-authorization/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authorization</artifactId>
   <name>Redback :: Authorization</name>
diff --git a/redback-authorization/redback-authorization-api/pom.xml 
b/redback-authorization/redback-authorization-api/pom.xml
index 92b1458..dee7966 100644
--- a/redback-authorization/redback-authorization-api/pom.xml
+++ b/redback-authorization/redback-authorization-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authorization</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-api</artifactId>
diff --git a/redback-authorization/redback-authorization-providers/pom.xml 
b/redback-authorization/redback-authorization-providers/pom.xml
index aa36f58..c8358d7 100644
--- a/redback-authorization/redback-authorization-providers/pom.xml
+++ b/redback-authorization/redback-authorization-providers/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authorization</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authorization-providers</artifactId>
   <name>Redback :: Authorization Providers</name>
diff --git 
a/redback-authorization/redback-authorization-providers/redback-authorization-open/pom.xml
 
b/redback-authorization/redback-authorization-providers/redback-authorization-open/pom.xml
index 5aa9336..b45b10e 100644
--- 
a/redback-authorization/redback-authorization-providers/redback-authorization-open/pom.xml
+++ 
b/redback-authorization/redback-authorization-providers/redback-authorization-open/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authorization-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-open</artifactId>
diff --git 
a/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml
 
b/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml
index a14a778..1a23257 100644
--- 
a/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml
+++ 
b/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authorization-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-rbac</artifactId>
diff --git a/redback-common/pom.xml b/redback-common/pom.xml
index 6db1a82..83b302f 100644
--- a/redback-common/pom.xml
+++ b/redback-common/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-common</artifactId>
   <name>Redback :: Commons</name>
diff --git a/redback-common/redback-common-jdo/pom.xml 
b/redback-common/redback-common-jdo/pom.xml
index 5a7dff1..11e1c90 100644
--- a/redback-common/redback-common-jdo/pom.xml
+++ b/redback-common/redback-common-jdo/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-common</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-jdo</artifactId>
diff --git a/redback-common/redback-common-ldap/pom.xml 
b/redback-common/redback-common-ldap/pom.xml
index b50db19..c833e96 100644
--- a/redback-common/redback-common-ldap/pom.xml
+++ b/redback-common/redback-common-ldap/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-common</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-ldap</artifactId>
diff --git a/redback-common/redback-common-test-resources/pom.xml 
b/redback-common/redback-common-test-resources/pom.xml
index 8c4b637..4874f48 100644
--- a/redback-common/redback-common-test-resources/pom.xml
+++ b/redback-common/redback-common-test-resources/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-common</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-test-resources</artifactId>
diff --git a/redback-configuration/pom.xml b/redback-configuration/pom.xml
index 0741730..63d8cd3 100644
--- a/redback-configuration/pom.xml
+++ b/redback-configuration/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-configuration</artifactId>
diff --git a/redback-data-management/pom.xml b/redback-data-management/pom.xml
index 394547e..7b9e3ec 100644
--- a/redback-data-management/pom.xml
+++ b/redback-data-management/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>redback</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-data-management</artifactId>
diff --git a/redback-features/pom.xml b/redback-features/pom.xml
index 74c600c..82d0eb0 100644
--- a/redback-features/pom.xml
+++ b/redback-features/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-features</artifactId>
diff --git a/redback-integrations/pom.xml b/redback-integrations/pom.xml
index 183eb6d..496770e 100644
--- a/redback-integrations/pom.xml
+++ b/redback-integrations/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-integrations</artifactId>
   <name>Redback :: Integrations</name>
diff --git a/redback-integrations/redback-common-integrations/pom.xml 
b/redback-integrations/redback-common-integrations/pom.xml
index f2cf760..1b1efdc 100644
--- a/redback-integrations/redback-common-integrations/pom.xml
+++ b/redback-integrations/redback-common-integrations/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-integrations</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-integrations</artifactId>
diff --git a/redback-integrations/redback-integrations-security/pom.xml 
b/redback-integrations/redback-integrations-security/pom.xml
index e0872b1..56d9860 100644
--- a/redback-integrations/redback-integrations-security/pom.xml
+++ b/redback-integrations/redback-integrations-security/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>redback-integrations</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-integrations-security</artifactId>
diff --git a/redback-integrations/redback-rest/pom.xml 
b/redback-integrations/redback-rest/pom.xml
index ada709f..f152e4b 100644
--- a/redback-integrations/redback-rest/pom.xml
+++ b/redback-integrations/redback-rest/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-integrations</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
diff --git a/redback-integrations/redback-rest/redback-rest-api/pom.xml 
b/redback-integrations/redback-rest/redback-rest-api/pom.xml
index d2af116..e1d1ddd 100644
--- a/redback-integrations/redback-rest/redback-rest-api/pom.xml
+++ b/redback-integrations/redback-rest/redback-rest-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>redback-rest</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rest-api</artifactId>
diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml 
b/redback-integrations/redback-rest/redback-rest-services/pom.xml
index 970a5e0..36fc4fa 100644
--- a/redback-integrations/redback-rest/redback-rest-services/pom.xml
+++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>redback-rest</artifactId>
     <groupId>org.apache.archiva.redback</groupId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rest-services</artifactId>
diff --git a/redback-keys/pom.xml b/redback-keys/pom.xml
index ae260c6..5147223 100644
--- a/redback-keys/pom.xml
+++ b/redback-keys/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys</artifactId>
   <name>Redback :: Key Management</name>
diff --git a/redback-keys/redback-authentication-keys/pom.xml 
b/redback-keys/redback-authentication-keys/pom.xml
index 205f259..1a8c4ce 100644
--- a/redback-keys/redback-authentication-keys/pom.xml
+++ b/redback-keys/redback-authentication-keys/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-authentication-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
     
<relativePath>../../redback-authentication/redback-authentication-providers/pom.xml</relativePath>
   </parent>
 
diff --git a/redback-keys/redback-keys-api/pom.xml 
b/redback-keys/redback-keys-api/pom.xml
index 047eb31..2a63166 100644
--- a/redback-keys/redback-keys-api/pom.xml
+++ b/redback-keys/redback-keys-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-api</artifactId>
diff --git a/redback-keys/redback-keys-providers/pom.xml 
b/redback-keys/redback-keys-providers/pom.xml
index 96106d9..27e6380 100644
--- a/redback-keys/redback-keys-providers/pom.xml
+++ b/redback-keys/redback-keys-providers/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys-providers</artifactId>
   <name>Redback :: Key Management Providers</name>
diff --git a/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml 
b/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml
index b6c437d..84169ce 100644
--- a/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml
+++ b/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-cached</artifactId>
diff --git a/redback-keys/redback-keys-providers/redback-keys-jdo/pom.xml 
b/redback-keys/redback-keys-providers/redback-keys-jdo/pom.xml
index a765837..eef094f 100644
--- a/redback-keys/redback-keys-providers/redback-keys-jdo/pom.xml
+++ b/redback-keys/redback-keys-providers/redback-keys-jdo/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-jdo</artifactId>
diff --git a/redback-keys/redback-keys-providers/redback-keys-memory/pom.xml 
b/redback-keys/redback-keys-providers/redback-keys-memory/pom.xml
index dc6c547..ea21b4c 100644
--- a/redback-keys/redback-keys-providers/redback-keys-memory/pom.xml
+++ b/redback-keys/redback-keys-providers/redback-keys-memory/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-memory</artifactId>
diff --git a/redback-keys/redback-keys-tests/pom.xml 
b/redback-keys/redback-keys-tests/pom.xml
index 50ca99e..7845194 100644
--- a/redback-keys/redback-keys-tests/pom.xml
+++ b/redback-keys/redback-keys-tests/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-keys</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys-tests</artifactId>
   <name>Redback :: Key Management Test Harness</name>
diff --git a/redback-policy/pom.xml b/redback-policy/pom.xml
index cac0066..020e4d6 100644
--- a/redback-policy/pom.xml
+++ b/redback-policy/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-policy</artifactId>
diff --git a/redback-rbac/pom.xml b/redback-rbac/pom.xml
index 3244901..946d80d 100644
--- a/redback-rbac/pom.xml
+++ b/redback-rbac/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac</artifactId>
   <name>Redback :: Role Based Access Control</name>
diff --git a/redback-rbac/redback-rbac-model/pom.xml 
b/redback-rbac/redback-rbac-model/pom.xml
index 6d1cc83..adbf4a9 100644
--- a/redback-rbac/redback-rbac-model/pom.xml
+++ b/redback-rbac/redback-rbac-model/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-model</artifactId>
diff --git a/redback-rbac/redback-rbac-providers/pom.xml 
b/redback-rbac/redback-rbac-providers/pom.xml
index 3471059..b1bd21e 100644
--- a/redback-rbac/redback-rbac-providers/pom.xml
+++ b/redback-rbac/redback-rbac-providers/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac-providers</artifactId>
   <name>Redback :: RBAC Providers</name>
diff --git a/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml 
b/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml
index be2b6e1..0615b27 100644
--- a/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml
+++ b/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-cached</artifactId>
diff --git a/redback-rbac/redback-rbac-providers/redback-rbac-jdo/pom.xml 
b/redback-rbac/redback-rbac-providers/redback-rbac-jdo/pom.xml
index df169e6..58ba202 100644
--- a/redback-rbac/redback-rbac-providers/redback-rbac-jdo/pom.xml
+++ b/redback-rbac/redback-rbac-providers/redback-rbac-jdo/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-jdo</artifactId>
diff --git a/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml 
b/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml
index 6ff2cd0..8d02366 100644
--- a/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml
+++ b/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-ldap</artifactId>
diff --git a/redback-rbac/redback-rbac-providers/redback-rbac-memory/pom.xml 
b/redback-rbac/redback-rbac-providers/redback-rbac-memory/pom.xml
index 23de60f..edc784b 100644
--- a/redback-rbac/redback-rbac-providers/redback-rbac-memory/pom.xml
+++ b/redback-rbac/redback-rbac-providers/redback-rbac-memory/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-memory</artifactId>
diff --git a/redback-rbac/redback-rbac-role-manager/pom.xml 
b/redback-rbac/redback-rbac-role-manager/pom.xml
index a90a3dd..13c3a92 100644
--- a/redback-rbac/redback-rbac-role-manager/pom.xml
+++ b/redback-rbac/redback-rbac-role-manager/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-role-manager</artifactId>
diff --git a/redback-rbac/redback-rbac-tests/pom.xml 
b/redback-rbac/redback-rbac-tests/pom.xml
index 2c7d23b..1873b9a 100644
--- a/redback-rbac/redback-rbac-tests/pom.xml
+++ b/redback-rbac/redback-rbac-tests/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-rbac</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac-tests</artifactId>
   <name>Redback :: RBAC Test Framework</name>
diff --git a/redback-system/pom.xml b/redback-system/pom.xml
index 97015eb..edd2a9c 100644
--- a/redback-system/pom.xml
+++ b/redback-system/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-system</artifactId>
diff --git a/redback-users/pom.xml b/redback-users/pom.xml
index f2adf53..adb963a 100644
--- a/redback-users/pom.xml
+++ b/redback-users/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users</artifactId>
   <name>Redback :: User Management</name>
diff --git a/redback-users/redback-users-api/pom.xml 
b/redback-users/redback-users-api/pom.xml
index 8bef0a3..b329b79 100644
--- a/redback-users/redback-users-api/pom.xml
+++ b/redback-users/redback-users-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-api</artifactId>
diff --git a/redback-users/redback-users-providers/pom.xml 
b/redback-users/redback-users-providers/pom.xml
index 84fab3c..64735fd 100644
--- a/redback-users/redback-users-providers/pom.xml
+++ b/redback-users/redback-users-providers/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users-providers</artifactId>
   <name>Redback :: Users Providers</name>
diff --git a/redback-users/redback-users-providers/redback-users-cached/pom.xml 
b/redback-users/redback-users-providers/redback-users-cached/pom.xml
index 1347cb5..5706d6f 100644
--- a/redback-users/redback-users-providers/redback-users-cached/pom.xml
+++ b/redback-users/redback-users-providers/redback-users-cached/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-cached</artifactId>
diff --git 
a/redback-users/redback-users-providers/redback-users-configurable/pom.xml 
b/redback-users/redback-users-providers/redback-users-configurable/pom.xml
index 8394791..bca5293 100644
--- a/redback-users/redback-users-providers/redback-users-configurable/pom.xml
+++ b/redback-users/redback-users-providers/redback-users-configurable/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-configurable</artifactId>
diff --git a/redback-users/redback-users-providers/redback-users-jdo/pom.xml 
b/redback-users/redback-users-providers/redback-users-jdo/pom.xml
index 1d19a05..6a875be 100644
--- a/redback-users/redback-users-providers/redback-users-jdo/pom.xml
+++ b/redback-users/redback-users-providers/redback-users-jdo/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-jdo</artifactId>
diff --git a/redback-users/redback-users-providers/redback-users-ldap/pom.xml 
b/redback-users/redback-users-providers/redback-users-ldap/pom.xml
index 25162bb..3f7ec2d 100644
--- a/redback-users/redback-users-providers/redback-users-ldap/pom.xml
+++ b/redback-users/redback-users-providers/redback-users-ldap/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   
   <artifactId>redback-users-ldap</artifactId>
diff --git a/redback-users/redback-users-providers/redback-users-memory/pom.xml 
b/redback-users/redback-users-providers/redback-users-memory/pom.xml
index 5fe67e0..9e79612 100644
--- a/redback-users/redback-users-providers/redback-users-memory/pom.xml
+++ b/redback-users/redback-users-providers/redback-users-memory/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users-providers</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-memory</artifactId>
diff --git a/redback-users/redback-users-tests/pom.xml 
b/redback-users/redback-users-tests/pom.xml
index b754daf..32f7c8c 100644
--- a/redback-users/redback-users-tests/pom.xml
+++ b/redback-users/redback-users-tests/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback</groupId>
     <artifactId>redback-users</artifactId>
-    <version>2.6.1</version>
+    <version>2.6.2-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users-tests</artifactId>
   <name>Redback :: User Tests</name>

Reply via email to