You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2020/01/25 19:08:50 UTC

[archiva-redback-core] 01/02: Switching to SNAPSHOT version 2.6.1-SNAPSHOT

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

commit cd9334ce7482c6a3c8505133ac3750d19a99b6e5
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Jan 25 18:56:33 2020 +0100

    Switching to SNAPSHOT version 2.6.1-SNAPSHOT
---
 pom.xml                                                                 | 2 +-
 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-providers/redback-authorization-open/pom.xml  | 2 +-
 .../redback-authorization-providers/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, 54 insertions(+), 54 deletions(-)

diff --git a/pom.xml b/pom.xml
index 741b14b..a707297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.archiva.redback</groupId>
   <artifactId>redback</artifactId>
-  <version>2.6</version>
+  <version>2.6.1-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Apache Archiva Redback</name>
diff --git a/redback-authentication/pom.xml b/redback-authentication/pom.xml
index 30170c5..b431416 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</version>
+    <version>2.6.1-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 5647523..904e0da 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</version>
+    <version>2.6.1-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 1f53280..5cdf7d6 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</version>
+    <version>2.6.1-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 6afb215..93c14b6 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</version>
+    <version>2.6.1-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 5d4d8af..e5201c8 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</version>
+    <version>2.6.1-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 6ab2bc5..56904dc 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</version>
+    <version>2.6.1-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 90ee8d8..c47555d 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-users</artifactId>
diff --git a/redback-authorization/pom.xml b/redback-authorization/pom.xml
index f07006e..fd3e053 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</version>
+    <version>2.6.1-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 2c41cec..358d6c7 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</version>
+    <version>2.6.1-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 9fa0c5b..780ab80 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</version>
+    <version>2.6.1-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 8c2ca81..8f39506 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</version>
+    <version>2.6.1-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 dfe4b35..ea08d72 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-rbac</artifactId>
diff --git a/redback-common/pom.xml b/redback-common/pom.xml
index 3521814..5e376e4 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</version>
+    <version>2.6.1-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 ce600a5..adc3d31 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</version>
+    <version>2.6.1-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 4e582ca..00109c3 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</version>
+    <version>2.6.1-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 f7e5ece..f7893d4 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-test-resources</artifactId>
diff --git a/redback-configuration/pom.xml b/redback-configuration/pom.xml
index b1c7ac0..3ce507f 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-configuration</artifactId>
diff --git a/redback-data-management/pom.xml b/redback-data-management/pom.xml
index df193c2..e0f260c 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-data-management</artifactId>
diff --git a/redback-features/pom.xml b/redback-features/pom.xml
index ba8b82d..f415644 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-features</artifactId>
diff --git a/redback-integrations/pom.xml b/redback-integrations/pom.xml
index 02dc65d..144dad7 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</version>
+    <version>2.6.1-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 413c563..4a13dc6 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</version>
+    <version>2.6.1-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 1852b7b..a6c6621 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</version>
+    <version>2.6.1-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 99bbb00..031f204 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</version>
+    <version>2.6.1-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 3e28c7b..2379842 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</version>
+    <version>2.6.1-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 f29622d..a2e63ae 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rest-services</artifactId>
diff --git a/redback-keys/pom.xml b/redback-keys/pom.xml
index 561d541..a418b8b 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</version>
+    <version>2.6.1-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 c463a51..ed994a7 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</version>
+    <version>2.6.1-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 ec934b9..bed9887 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</version>
+    <version>2.6.1-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 31931b9..d068be6 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</version>
+    <version>2.6.1-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 0a80c70..a6d67c3 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</version>
+    <version>2.6.1-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 840cb87..99998fa 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</version>
+    <version>2.6.1-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 fea6c5e..41bb901 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</version>
+    <version>2.6.1-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 35758c7..3722ca9 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</version>
+    <version>2.6.1-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 3899e4d..15f12bb 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-policy</artifactId>
diff --git a/redback-rbac/pom.xml b/redback-rbac/pom.xml
index 840b2db..82fe2ea 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</version>
+    <version>2.6.1-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 6c1198a..4c15d51 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</version>
+    <version>2.6.1-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 59007fa..072abc4 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</version>
+    <version>2.6.1-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 e597dda..7f50c5a 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</version>
+    <version>2.6.1-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 e752bad..b00bb77 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</version>
+    <version>2.6.1-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 463c621..77cf8bb 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</version>
+    <version>2.6.1-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 6e8225c..885fe93 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</version>
+    <version>2.6.1-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 afc5c86..09ef3e7 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</version>
+    <version>2.6.1-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 67f06f8..fa91570 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</version>
+    <version>2.6.1-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 3b0d41e..93d02b0 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-system</artifactId>
diff --git a/redback-users/pom.xml b/redback-users/pom.xml
index abce778..350c644 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</version>
+    <version>2.6.1-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 50f4664..b468269 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</version>
+    <version>2.6.1-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 77eabb4..99e5679 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</version>
+    <version>2.6.1-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 2c55666..31c054f 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</version>
+    <version>2.6.1-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 a2c3e82..5d5ba85 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</version>
+    <version>2.6.1-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 d041928..c4f5bc6 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</version>
+    <version>2.6.1-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 fabec33..2b46994 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</version>
+    <version>2.6.1-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 2a90444..f7359a7 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</version>
+    <version>2.6.1-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 398ef21..c9d0a74 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</version>
+    <version>2.6.1-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users-tests</artifactId>
   <name>Redback :: User Tests</name>