You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/02 14:38:50 UTC

[commons-rng] 02/02: Add multi-module update-versions example to release howto.

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit ca59a8f71f8a13f78d1d3248980e5360b4193a41
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Nov 2 14:38:44 2019 +0000

    Add multi-module update-versions example to release howto.
---
 doc/release/release.howto.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt
index 79558f1..21aa009 100644
--- a/doc/release/release.howto.txt
+++ b/doc/release/release.howto.txt
@@ -618,6 +618,11 @@ next version will be 1.1).
 
     <version>1.1-SNAPSHOT</version>
 
+  This can be done using maven:
+
+    $ mvn release:update-versions -DautoVersionSubmodules=true
+
+  You will only be prompted for the desired version number once.
   Double-check that the "pom.xml" files *really* have a "-SNAPSHOT" suffix
   in the "<version>" property.
   Then commit them.