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 2017/04/20 19:04:34 UTC

archiva-redback-core git commit: [maven-release-plugin] prepare for next development iteration

Repository: archiva-redback-core
Updated Branches:
  refs/heads/master 966bb8669 -> 53d0ccaaf


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/53d0ccaa
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/53d0ccaa
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/53d0ccaa

Branch: refs/heads/master
Commit: 53d0ccaaf39409228859351d3ab6a4e0df62fb5f
Parents: 966bb86
Author: Martin Stockhammer <ma...@apache.org>
Authored: Thu Apr 20 21:04:30 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Thu Apr 20 21:04:30 2017 +0200

----------------------------------------------------------------------
 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-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-providers/redback-users-memory/pom.xml         | 2 +-
 redback-users/redback-users-tests/pom.xml                        | 2 +-
 54 files changed, 55 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ebba90..39f1024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.archiva.redback</groupId>
   <artifactId>redback</artifactId>
-  <version>2.5</version>
+  <version>2.6-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.5</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <distributionManagement>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authentication/pom.xml
----------------------------------------------------------------------
diff --git a/redback-authentication/pom.xml b/redback-authentication/pom.xml
index cc40fb4..22abb0d 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authentication</artifactId>
   <name>Redback :: Authentication</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authentication/redback-authentication-api/pom.xml
----------------------------------------------------------------------
diff --git a/redback-authentication/redback-authentication-api/pom.xml b/redback-authentication/redback-authentication-api/pom.xml
index 4145187..01afa18 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-api</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authentication/redback-authentication-providers/pom.xml
----------------------------------------------------------------------
diff --git a/redback-authentication/redback-authentication-providers/pom.xml b/redback-authentication/redback-authentication-providers/pom.xml
index bea2ac4..84c3a1a 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authentication-providers</artifactId>
   <name>Redback :: Authentication Providers</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
----------------------------------------------------------------------
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 2100451..e03fec1 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-ldap</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
----------------------------------------------------------------------
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 265e3af..e724f9d 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-memory</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
----------------------------------------------------------------------
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 2777aa7..55c0408 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-open</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml
----------------------------------------------------------------------
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 7e1d15b..06f6b89 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authentication-users</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authorization/pom.xml
----------------------------------------------------------------------
diff --git a/redback-authorization/pom.xml b/redback-authorization/pom.xml
index 225665e..145665c 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authorization</artifactId>
   <name>Redback :: Authorization</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authorization/redback-authorization-api/pom.xml
----------------------------------------------------------------------
diff --git a/redback-authorization/redback-authorization-api/pom.xml b/redback-authorization/redback-authorization-api/pom.xml
index 4f32f4d..6b1e246 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-api</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authorization/redback-authorization-providers/pom.xml
----------------------------------------------------------------------
diff --git a/redback-authorization/redback-authorization-providers/pom.xml b/redback-authorization/redback-authorization-providers/pom.xml
index 81d60d1..8c12002 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-authorization-providers</artifactId>
   <name>Redback :: Authorization Providers</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authorization/redback-authorization-providers/redback-authorization-open/pom.xml
----------------------------------------------------------------------
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 7abc7c0..75781cb 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-open</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml
----------------------------------------------------------------------
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 9a372cd..fe595b5 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-authorization-rbac</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-common/pom.xml
----------------------------------------------------------------------
diff --git a/redback-common/pom.xml b/redback-common/pom.xml
index 1acf1bf..0242b56 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-common</artifactId>
   <name>Redback :: Commons</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-common/redback-common-jdo/pom.xml
----------------------------------------------------------------------
diff --git a/redback-common/redback-common-jdo/pom.xml b/redback-common/redback-common-jdo/pom.xml
index 93913db..c98b383 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-jdo</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-common/redback-common-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/redback-common/redback-common-ldap/pom.xml b/redback-common/redback-common-ldap/pom.xml
index 40bdaa4..2168157 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-ldap</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-common/redback-common-test-resources/pom.xml
----------------------------------------------------------------------
diff --git a/redback-common/redback-common-test-resources/pom.xml b/redback-common/redback-common-test-resources/pom.xml
index 06730c6..bc182ab 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-test-resources</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-configuration/pom.xml
----------------------------------------------------------------------
diff --git a/redback-configuration/pom.xml b/redback-configuration/pom.xml
index 5b42834..dab78b5 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-configuration</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-data-management/pom.xml
----------------------------------------------------------------------
diff --git a/redback-data-management/pom.xml b/redback-data-management/pom.xml
index 03dee24..940cc5e 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-data-management</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-features/pom.xml
----------------------------------------------------------------------
diff --git a/redback-features/pom.xml b/redback-features/pom.xml
index 66d6051..e4b7de0 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-features</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-integrations/pom.xml
----------------------------------------------------------------------
diff --git a/redback-integrations/pom.xml b/redback-integrations/pom.xml
index eca607b..d65ff80 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-integrations</artifactId>
   <name>Redback :: Integrations</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-integrations/redback-common-integrations/pom.xml
----------------------------------------------------------------------
diff --git a/redback-integrations/redback-common-integrations/pom.xml b/redback-integrations/redback-common-integrations/pom.xml
index 3c58b87..d6d88ef 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-common-integrations</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-integrations/redback-integrations-security/pom.xml
----------------------------------------------------------------------
diff --git a/redback-integrations/redback-integrations-security/pom.xml b/redback-integrations/redback-integrations-security/pom.xml
index 077bc34..c39e6d9 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-integrations-security</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-integrations/redback-rest/pom.xml
----------------------------------------------------------------------
diff --git a/redback-integrations/redback-rest/pom.xml b/redback-integrations/redback-rest/pom.xml
index 7709ea6..8185e29 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-integrations/redback-rest/redback-rest-api/pom.xml
----------------------------------------------------------------------
diff --git a/redback-integrations/redback-rest/redback-rest-api/pom.xml b/redback-integrations/redback-rest/redback-rest-api/pom.xml
index 43931fa..2fd9f26 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rest-api</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-integrations/redback-rest/redback-rest-services/pom.xml
----------------------------------------------------------------------
diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml
index b8cd5de..2de4c00 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rest-services</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-keys/pom.xml
----------------------------------------------------------------------
diff --git a/redback-keys/pom.xml b/redback-keys/pom.xml
index 347a8b8..002b96f 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys</artifactId>
   <name>Redback :: Key Management</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-keys/redback-authentication-keys/pom.xml
----------------------------------------------------------------------
diff --git a/redback-keys/redback-authentication-keys/pom.xml b/redback-keys/redback-authentication-keys/pom.xml
index d0eafb5..fe94e98 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.5</version>
+    <version>2.6-SNAPSHOT</version>
     <relativePath>../../redback-authentication/redback-authentication-providers/pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-keys/redback-keys-api/pom.xml
----------------------------------------------------------------------
diff --git a/redback-keys/redback-keys-api/pom.xml b/redback-keys/redback-keys-api/pom.xml
index aebeeb2..a1b54d5 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-api</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-keys/redback-keys-providers/pom.xml
----------------------------------------------------------------------
diff --git a/redback-keys/redback-keys-providers/pom.xml b/redback-keys/redback-keys-providers/pom.xml
index 1092a14..ae07dfd 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys-providers</artifactId>
   <name>Redback :: Key Management Providers</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-keys/redback-keys-providers/redback-keys-cached/pom.xml
----------------------------------------------------------------------
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 3cf2793..2d0f524 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-cached</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-keys/redback-keys-providers/redback-keys-jdo/pom.xml
----------------------------------------------------------------------
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 9493c4f..e97f8c1 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-jdo</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-keys/redback-keys-providers/redback-keys-memory/pom.xml
----------------------------------------------------------------------
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 e2d8aeb..2e702a7 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-keys-memory</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-keys/redback-keys-tests/pom.xml
----------------------------------------------------------------------
diff --git a/redback-keys/redback-keys-tests/pom.xml b/redback-keys/redback-keys-tests/pom.xml
index d57590e..41a7343 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-keys-tests</artifactId>
   <name>Redback :: Key Management Test Harness</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-policy/pom.xml
----------------------------------------------------------------------
diff --git a/redback-policy/pom.xml b/redback-policy/pom.xml
index 9dd83de..2a45975 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-policy</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/pom.xml
----------------------------------------------------------------------
diff --git a/redback-rbac/pom.xml b/redback-rbac/pom.xml
index 0c44cc5..53f666a 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac</artifactId>
   <name>Redback :: Role Based Access Control</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/redback-rbac-model/pom.xml
----------------------------------------------------------------------
diff --git a/redback-rbac/redback-rbac-model/pom.xml b/redback-rbac/redback-rbac-model/pom.xml
index 452540b..d5a1d84 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-model</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/redback-rbac-providers/pom.xml
----------------------------------------------------------------------
diff --git a/redback-rbac/redback-rbac-providers/pom.xml b/redback-rbac/redback-rbac-providers/pom.xml
index 2e05230..89fb56b 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac-providers</artifactId>
   <name>Redback :: RBAC Providers</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/redback-rbac-providers/redback-rbac-cached/pom.xml
----------------------------------------------------------------------
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 8b03608..0f0020d 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-cached</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/redback-rbac-providers/redback-rbac-jdo/pom.xml
----------------------------------------------------------------------
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 303d73b..c3b6818 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-jdo</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/redback-rbac-providers/redback-rbac-ldap/pom.xml
----------------------------------------------------------------------
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 9c2fb58..16f1ebb 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-ldap</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/redback-rbac-providers/redback-rbac-memory/pom.xml
----------------------------------------------------------------------
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 9b857d8..43c6f43 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-memory</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/redback-rbac-role-manager/pom.xml
----------------------------------------------------------------------
diff --git a/redback-rbac/redback-rbac-role-manager/pom.xml b/redback-rbac/redback-rbac-role-manager/pom.xml
index 57116e6..7099db5 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-rbac-role-manager</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-rbac/redback-rbac-tests/pom.xml
----------------------------------------------------------------------
diff --git a/redback-rbac/redback-rbac-tests/pom.xml b/redback-rbac/redback-rbac-tests/pom.xml
index d7eb323..40448fc 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-rbac-tests</artifactId>
   <name>Redback :: RBAC Test Framework</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-system/pom.xml
----------------------------------------------------------------------
diff --git a/redback-system/pom.xml b/redback-system/pom.xml
index b830b7a..a8dda4c 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-system</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/pom.xml
----------------------------------------------------------------------
diff --git a/redback-users/pom.xml b/redback-users/pom.xml
index 19e597e..bccaa50 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users</artifactId>
   <name>Redback :: User Management</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/redback-users-api/pom.xml
----------------------------------------------------------------------
diff --git a/redback-users/redback-users-api/pom.xml b/redback-users/redback-users-api/pom.xml
index 191c2b0..afd9e1c 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-api</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/redback-users-providers/pom.xml
----------------------------------------------------------------------
diff --git a/redback-users/redback-users-providers/pom.xml b/redback-users/redback-users-providers/pom.xml
index a2e7f47..15e6747 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users-providers</artifactId>
   <name>Redback :: Users Providers</name>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/redback-users-providers/redback-users-cached/pom.xml
----------------------------------------------------------------------
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 9d123d1..c928bb3 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-cached</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/redback-users-providers/redback-users-configurable/pom.xml
----------------------------------------------------------------------
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 f34a8bc..04a194d 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-configurable</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/redback-users-providers/redback-users-jdo/pom.xml
----------------------------------------------------------------------
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 90963f2..fc8c6d4 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-jdo</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/redback-users-providers/redback-users-ldap/pom.xml
----------------------------------------------------------------------
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 b830981..b0ba8f0 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   
   <artifactId>redback-users-ldap</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/redback-users-providers/redback-users-memory/pom.xml
----------------------------------------------------------------------
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 a1e63a1..29530f3 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>redback-users-memory</artifactId>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/53d0ccaa/redback-users/redback-users-tests/pom.xml
----------------------------------------------------------------------
diff --git a/redback-users/redback-users-tests/pom.xml b/redback-users/redback-users-tests/pom.xml
index 010c124..4f196f9 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.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>redback-users-tests</artifactId>
   <name>Redback :: User Tests</name>