Repository: archiva Updated Branches: refs/heads/master 1acc6e7b8 -> 0cccf944d
Switching to released redback version Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/0cccf944 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/0cccf944 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/0cccf944 Branch: refs/heads/master Commit: 0cccf944d2e88011b528ad141b14b8c2876f21a5 Parents: 1acc6e7 Author: Martin Stockhammer <[email protected]> Authored: Fri May 12 21:23:16 2017 +0200 Committer: Martin Stockhammer <[email protected]> Committed: Fri May 12 21:23:16 2017 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/0cccf944/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 554c35e..2c9774c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> - <version>18-SNAPSHOT</version> + <version>18</version> </parent> <artifactId>archiva</artifactId> @@ -61,7 +61,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.6-SNAPSHOT</redback.version> + <redback.version>2.6</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>
