You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2016/08/16 20:36:18 UTC

[1/3] activemq-artemis git commit: 1.5.0.SNAPSHOT on extra-tests

Repository: activemq-artemis
Updated Branches:
  refs/heads/master a3840c23c -> d03f6c867


1.5.0.SNAPSHOT on extra-tests


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a0547134
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a0547134
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a0547134

Branch: refs/heads/master
Commit: a05471342474addc1f8fc37678e3015296966e63
Parents: a3840c2
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Aug 16 16:21:17 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Aug 16 16:21:27 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/a0547134/tests/extra-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml
index bd00901..415dfc6 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.4.0-SNAPSHOT</version>
+      <version>1.5.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>extra-tests</artifactId>


[3/3] activemq-artemis git commit: This closes #723

Posted by jb...@apache.org.
This closes #723


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d03f6c86
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d03f6c86
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d03f6c86

Branch: refs/heads/master
Commit: d03f6c8671617a6b54e5e55e5a3d51716a3309b9
Parents: a3840c2 d3dc908
Author: jbertram <jb...@apache.org>
Authored: Tue Aug 16 15:35:29 2016 -0500
Committer: jbertram <jb...@apache.org>
Committed: Tue Aug 16 15:35:29 2016 -0500

----------------------------------------------------------------------
 RELEASING.md              | 46 ++++++++++++++++++++++++++++++++++++++++++
 tests/extra-tests/pom.xml |  2 +-
 2 files changed, 47 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[2/3] activemq-artemis git commit: common release issues

Posted by jb...@apache.org.
common release issues


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d3dc9085
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d3dc9085
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d3dc9085

Branch: refs/heads/master
Commit: d3dc9085313aebf1348b59647ccf7200e30e207e
Parents: a054713
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Aug 16 16:18:58 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Aug 16 16:25:22 2016 -0400

----------------------------------------------------------------------
 RELEASING.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d3dc9085/RELEASING.md
----------------------------------------------------------------------
diff --git a/RELEASING.md b/RELEASING.md
index d43b1f3..dc0a326 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -23,6 +23,52 @@ 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.
 
+
+## Extra tests
 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.
 
+## Removing additional files
+
 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.
+
+The file will be located under ./artemis-pom/RELEASE/
+
+Remove these files manually under Nexus while the repository is still open.
+
+
+## Running the release
+
+You will have to use this following maven command to perform the release:
+
+```sh
+mvn clean release:prepare -DautoVersionSubmodules=true -Prelease
+```
+
+
+When prompted make sure the next is a major release. Example:
+
+```
+[INFO] Checking dependencies and plugins for snapshots ...
+What is the release version for "ActiveMQ Artemis Parent"? (org.apache.activemq:artemis-pom) 1.4.0: :
+What is SCM release tag or label for "ActiveMQ Artemis Parent"? (org.apache.activemq:artemis-pom) artemis-pom-1.4.0: : 1.4.0
+What is the new development version for "ActiveMQ Artemis Parent"? (org.apache.activemq:artemis-pom) 1.4.1-SNAPSHOT: : 1.5.0-SNAPSHOT
+```
+
+Otherwise snapshots will be created at 1.4.1 and forgotten. (Unless we ever elease 1.4.1 on that example).
+
+
+### Web site update:
+
+Make sure you get a copy of the website at:
+
+```sh
+svn co https://svn.apache.org/repos/infra/websites/production/activemq/content/artemis/
+```
+
+
+## Common Pittfals
+
+Everything is documented at the Apache guide, but these are common issues you may go through:
+
+- Make sure someone add your GPG key to add https://dist.apache.org/repos/dist/release/activemq/KEYS
+- Add your keys to id.apache.org