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 2016/05/23 00:05:06 UTC

archiva git commit: use staged released version

Repository: archiva
Updated Branches:
  refs/heads/master 5e9cb64d9 -> 13236dc57


use staged released version

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/13236dc5
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/13236dc5
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/13236dc5

Branch: refs/heads/master
Commit: 13236dc57d41f49df506735a411eaa956c44a9e9
Parents: 5e9cb64
Author: olivier lamy <ol...@apache.org>
Authored: Mon May 23 10:04:51 2016 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Mon May 23 10:04:51 2016 +1000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/13236dc5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 497b067..29fbe91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.archiva</groupId>
     <artifactId>archiva-parent</artifactId>
-    <version>16-SNAPSHOT</version>
+    <version>16</version>
   </parent>
 
   <artifactId>archiva</artifactId>
@@ -64,7 +64,7 @@
     <maven-model-converter.version>2.1</maven-model-converter.version>
     <maven.indexer.version>5.1.1</maven.indexer.version>
     <wagon.version>2.9</wagon.version>
-    <redback.version>2.4-SNAPSHOT</redback.version>
+    <redback.version>2.4</redback.version>
     <redback.cache.version>2.2</redback.cache.version>
     <redback.quartz.version>2.1</redback.quartz.version>
     <redback.registry.version>2.4</redback.registry.version>