You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2015/02/19 12:24:10 UTC

archiva-redback-core git commit: use staged release

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 <ol...@apache.org>
Authored: Thu Feb 19 22:23:59 2015 +1100
Committer: Olivier Lamy <ol...@apache.org>
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>