NO-JIRA: fixing extra-tests pom after the release
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cca527d5 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cca527d5 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cca527d5 Branch: refs/heads/ARTEMIS-780 Commit: cca527d57884422d407736a6495a7b9169e8e404 Parents: f2db1c4 Author: Clebert Suconic <[email protected]> Authored: Thu Nov 3 16:03:51 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Nov 3 16:03:57 2016 -0400 ---------------------------------------------------------------------- tests/extra-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cca527d5/tests/extra-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml index 497b33a..b8aae49 100644 --- a/tests/extra-tests/pom.xml +++ b/tests/extra-tests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>artemis-tests-pom</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> <artifactId>extra-tests</artifactId>
