Repository: activemq-artemis Updated Branches: refs/heads/master fdad83be2 -> 955557a31
NO-JIRA: Fix extra-tests pom after 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/955557a3 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/955557a3 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/955557a3 Branch: refs/heads/master Commit: 955557a31c89e60812495b7f4e40c89293fb4d5f Parents: fdad83b Author: Clebert Suconic <[email protected]> Authored: Mon Jul 24 21:30:53 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Mon Jul 24 21:30:53 2017 -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/955557a3/tests/extra-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml index 4a565cf..a8d7fde 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>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>extra-tests</artifactId>
