Repository: archiva-redback-core Updated Branches: refs/heads/master 3258c66af -> f7242c025
use staged release 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/f7242c02 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/f7242c02 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/f7242c02 Branch: refs/heads/master Commit: f7242c025079573bf9c13cb9cdc5cfe0087a30a1 Parents: 3258c66 Author: Olivier Lamy <[email protected]> Authored: Thu Feb 19 22:23:59 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Thu Feb 19 22:23:59 2015 +1100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/f7242c02/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3b7ab65..3861f95 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> - <version>15-SNAPSHOT</version> + <version>15</version> </parent> <groupId>org.apache.archiva.redback</groupId> @@ -357,12 +357,12 @@ <dependency> <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-api</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> </dependency> <dependency> <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-commons</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
