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 2014/12/23 01:50:32 UTC

archiva-redback-core git commit: test with depending on last spring registry version

Repository: archiva-redback-core
Updated Branches:
  refs/heads/master 82a8c3a84 -> eb8cf56ff


test with depending on last spring registry version


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/eb8cf56f
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/eb8cf56f
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/eb8cf56f

Branch: refs/heads/master
Commit: eb8cf56fffae852563c901af20ed36686aefdb10
Parents: 82a8c3a
Author: Olivier Lamy <ol...@apache.org>
Authored: Tue Dec 23 11:50:25 2014 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Tue Dec 23 11:50:25 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/eb8cf56f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f14daea..899fb5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,12 +357,12 @@
       <dependency>
         <groupId>org.apache.archiva.redback.components.registry</groupId>
         <artifactId>spring-registry-api</artifactId>
-        <version>2.2</version>
+        <version>2.4-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.archiva.redback.components.registry</groupId>
         <artifactId>spring-registry-commons</artifactId>
-        <version>2.2</version>
+        <version>2.4-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>