Repository: archiva-redback-core Updated Branches: refs/heads/master 530fa8a46 -> 3d266df48
[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/3d266df4 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/3d266df4 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/3d266df4 Branch: refs/heads/master Commit: 3d266df48d0dd8ae192007dfc52a805c73f1939d Parents: 530fa8a Author: olivier lamy <[email protected]> Authored: Fri May 20 12:55:38 2016 +1000 Committer: olivier lamy <[email protected]> Committed: Fri May 20 12:55:38 2016 +1000 ---------------------------------------------------------------------- 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/3d266df4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3705bb9..5bab187 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.archiva.redback</groupId> <artifactId>redback</artifactId> - <version>2.4</version> + <version>2.5-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.4</tag> + <tag>HEAD</tag> </scm> <distributionManagement> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-authentication/pom.xml ---------------------------------------------------------------------- diff --git a/redback-authentication/pom.xml b/redback-authentication/pom.xml index 1704473..957d538 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authentication</artifactId> <name>Redback :: Authentication</name> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 8ab1877..bf2de53 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authentication-api</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 1d1c800..bb803fc 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.4</version> + <version>2.5-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/3d266df4/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 077e0b9..37d0fe9 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authentication-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 783e9ce..56b8025 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authentication-memory</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 57711a3..cc79f70 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authentication-open</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 5829bb1..3f2862f 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authentication-users</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-authorization/pom.xml ---------------------------------------------------------------------- diff --git a/redback-authorization/pom.xml b/redback-authorization/pom.xml index 96ab774..cfea292 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authorization</artifactId> <name>Redback :: Authorization</name> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 0abc7b6..3671e0f 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authorization-api</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 ea07b11..a1af5f5 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.4</version> + <version>2.5-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/3d266df4/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 230e61a..257a6f6 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authorization-open</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 6009ca6..bbd2c73 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-authorization-rbac</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-common/pom.xml ---------------------------------------------------------------------- diff --git a/redback-common/pom.xml b/redback-common/pom.xml index 2178d97..4a68200 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-common</artifactId> <name>Redback :: Commons</name> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 c89789a..275c641 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-common-jdo</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 54531f8..7472dbb 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-common-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 4e1375a..d4bf313 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-common-test-resources</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-configuration/pom.xml ---------------------------------------------------------------------- diff --git a/redback-configuration/pom.xml b/redback-configuration/pom.xml index a49fc1f..7d4d5e0 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-configuration</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-data-management/pom.xml ---------------------------------------------------------------------- diff --git a/redback-data-management/pom.xml b/redback-data-management/pom.xml index e21454b..c232c3a 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-data-management</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-features/pom.xml ---------------------------------------------------------------------- diff --git a/redback-features/pom.xml b/redback-features/pom.xml index 2fce425..21449ba 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-features</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-integrations/pom.xml ---------------------------------------------------------------------- diff --git a/redback-integrations/pom.xml b/redback-integrations/pom.xml index 60cdea0..7b93e6c 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-integrations</artifactId> <name>Redback :: Integrations</name> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 c5dc106..34921ce 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-common-integrations</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 308f59a..627f458 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-integrations-security</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-integrations/redback-rest/pom.xml ---------------------------------------------------------------------- diff --git a/redback-integrations/redback-rest/pom.xml b/redback-integrations/redback-rest/pom.xml index e7ea398..e59f422 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 ad7c31f..f44aea6 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-rest-api</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 91db271..d5a6d0b 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-rest-services</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-keys/pom.xml ---------------------------------------------------------------------- diff --git a/redback-keys/pom.xml b/redback-keys/pom.xml index d0520ec..31ee2d6 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-keys</artifactId> <name>Redback :: Key Management</name> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 49289cc..2fd22bd 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.4</version> + <version>2.5-SNAPSHOT</version> <relativePath>../../redback-authentication/redback-authentication-providers/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 b82fb1d..9cc8b9d 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-keys-api</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 2ecd9d7..ee07fd9 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.4</version> + <version>2.5-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/3d266df4/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 117bc64..56cb6ef 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-keys-cached</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 effb9bf..abf709c 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-keys-jdo</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 5c3c5c2..a951fc2 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-keys-memory</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 b0ea36b..e216cb9 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.4</version> + <version>2.5-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/3d266df4/redback-policy/pom.xml ---------------------------------------------------------------------- diff --git a/redback-policy/pom.xml b/redback-policy/pom.xml index 6f1054e..56fc682 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-policy</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-rbac/pom.xml ---------------------------------------------------------------------- diff --git a/redback-rbac/pom.xml b/redback-rbac/pom.xml index 2407371..70f7483 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.4</version> + <version>2.5-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/3d266df4/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 3c40a22..660468d 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-rbac-model</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 2bd6a2c..0edb497 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.4</version> + <version>2.5-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/3d266df4/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 a03613e..d3b64bd 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-rbac-cached</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 14715dc..d3c4c73 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-rbac-jdo</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 df8159c..7f2afc3 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-rbac-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 a646488..c8bd1e7 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-rbac-memory</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 8a1e59d..6930efa 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-rbac-role-manager</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 5fa5b75..9adc9ce 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.4</version> + <version>2.5-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/3d266df4/redback-system/pom.xml ---------------------------------------------------------------------- diff --git a/redback-system/pom.xml b/redback-system/pom.xml index c104c1c..c26c9b5 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-system</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/redback-users/pom.xml ---------------------------------------------------------------------- diff --git a/redback-users/pom.xml b/redback-users/pom.xml index 9d807ad..dc39c1a 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-users</artifactId> <name>Redback :: User Management</name> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 522c234..de2fc33 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-users-api</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 985bd32..9ddab02 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.4</version> + <version>2.5-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/3d266df4/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 bdebabb..f56654e 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-users-cached</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 5dfc616..301d495 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-users-configurable</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 88e0bd5..9b889a6 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-users-jdo</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 6c069df..e42eb76 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-users-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 2e7e51b..0170b8e 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-users-memory</artifactId> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/3d266df4/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 ff72663..4cf37af 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.4</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>redback-users-tests</artifactId> <name>Redback :: User Tests</name>
