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 <[email protected]> Authored: Tue Dec 23 11:50:25 2014 +1100 Committer: Olivier Lamy <[email protected]> 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>
