extraTests version bump and RELEASING note
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/4cb9cbbf Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/4cb9cbbf Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/4cb9cbbf Branch: refs/heads/master Commit: 4cb9cbbf59b9c6a72f0da6e453ea5a98db234064 Parents: c0f71c3 Author: Martyn Taylor <[email protected]> Authored: Mon Dec 21 09:48:14 2015 +0000 Committer: Martyn Taylor <[email protected]> Committed: Mon Dec 21 09:48:14 2015 +0000 ---------------------------------------------------------------------- RELEASING.md | 2 ++ tests/extra-tests/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4cb9cbbf/RELEASING.md ---------------------------------------------------------------------- diff --git a/RELEASING.md b/RELEASING.md index 57cc35f..d43b1f3 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -23,4 +23,6 @@ Things to do before issuing a new release: * If every thing is successful. Follow the Apache guide (http://www.apache.org/dev/publishing-maven-artifacts.html) to build and publish artifacts to Nexus and send out a release vote. +Note: The Apache Release plugin does not bump the version on the extraTests module. Release manager should manually bump the version in the test/extra-tests/pom.xml to the next development version. + Note: There is one additional step to remove the activemq-pom-<version>-source-release.zip from the Nexus staging repository before closing the staging repository. At the moment this artifact is uploaded automatically by the Apache release plugin. In future versions the ActiveMQ Artemis pom will be updated to take this into account. http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4cb9cbbf/tests/extra-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml index 6c20a38..8e59dc7 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.1.1-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>extra-tests</artifactId>
