Repository: archiva Updated Branches: refs/heads/master 04e6ad1f5 -> 7dae8bd54
use last parent for test module Signed-off-by: olivier lamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/7dae8bd5 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/7dae8bd5 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/7dae8bd5 Branch: refs/heads/master Commit: 7dae8bd546de9d7a75d0d4209044dfbdfb02ab29 Parents: 04e6ad1 Author: olivier lamy <[email protected]> Authored: Mon May 15 10:28:01 2017 +1000 Committer: olivier lamy <[email protected]> Committed: Mon May 15 10:28:01 2017 +1000 ---------------------------------------------------------------------- archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/7dae8bd5/archiva-modules/archiva-web/archiva-webapp-test/pom.xml ---------------------------------------------------------------------- diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index ecff6b4..21070f8 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-web</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>archiva-webapp-test</artifactId> <packaging>pom</packaging>
