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 2022/09/29 13:32:16 UTC

[commons-rng] branch master updated (aaf1b6b0 -> 5eaecb5b)

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

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


    from aaf1b6b0 Set isDistModule flag to false in the parent pom
     new 9e9d7742 commons.release.dryRun flag is set in the test-deploy profile
     new a597cc5c Update commons.release.version with upcoming release version (1.5)
     new 5eaecb5b Remove redundant modules from profiles

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/release/release.howto.txt |  2 +-
 pom.xml                       | 15 ++-------------
 2 files changed, 3 insertions(+), 14 deletions(-)


[commons-rng] 02/03: Update commons.release.version with upcoming release version (1.5)

Posted by ah...@apache.org.
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 a597cc5c53cb9d3fabc820481d1a05687029e7fc
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Sep 29 11:15:45 2022 +0100

    Update commons.release.version with upcoming release version (1.5)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 63bc9424..5e8ac8bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <!-- This flag should only be true in the dist-archive module. -->
     <commons.release.isDistModule>false</commons.release.isDistModule>
     <!-- do not use snapshot suffix here -->
-    <commons.release.version>1.4</commons.release.version>
+    <commons.release.version>1.5</commons.release.version>
     <commons.bc.version>1.4</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.desc>(requires Java 8+)</commons.release.desc>


[commons-rng] 03/03: Remove redundant modules from profiles

Posted by ah...@apache.org.
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 5eaecb5b2786cbf6c8a4fa16ab9186493640170b
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Sep 29 14:10:18 2022 +0100

    Remove redundant modules from profiles
---
 pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e8ac8bb..507c0104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -677,14 +677,11 @@ This is avoided by creating an empty directory when svn is not available.
 
     <!--
         Profiles for modules with special requirements.
+        These are combined with the existing <modules>.
     -->
     <profile>
       <id>commons-rng-examples</id>
       <modules>
-        <module>commons-rng-client-api</module>
-        <module>commons-rng-core</module>
-        <module>commons-rng-simple</module>
-        <module>commons-rng-sampling</module>
         <module>commons-rng-examples</module>
       </modules>
     </profile>
@@ -692,10 +689,6 @@ This is avoided by creating an empty directory when svn is not available.
     <profile>
       <id>release</id>
       <modules>
-        <module>commons-rng-client-api</module>
-        <module>commons-rng-core</module>
-        <module>commons-rng-simple</module>
-        <module>commons-rng-sampling</module>
         <!-- Examples are not part of the binary release so do not include in the build.
              Use the commons-rng-examples profile to create the site. -->
         <module>dist-archive</module>
@@ -706,10 +699,6 @@ This is avoided by creating an empty directory when svn is not available.
       <!-- Include an aggregate module to build aggregate javadoc and test coverage reports -->
       <id>docs</id>
       <modules>
-        <module>commons-rng-client-api</module>
-        <module>commons-rng-core</module>
-        <module>commons-rng-simple</module>
-        <module>commons-rng-sampling</module>
         <module>docs-archive</module>
       </modules>
     </profile>


[commons-rng] 01/03: commons.release.dryRun flag is set in the test-deploy profile

Posted by ah...@apache.org.
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 9e9d7742a142b8f153d7b01188e3f94d997ab392
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Sep 29 11:02:19 2022 +0100

    commons.release.dryRun flag is set in the test-deploy profile
    
    Explicit setting of this falg is not required.
---
 doc/release/release.howto.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt
index 6a1acfbd..b4ac5c29 100644
--- a/doc/release/release.howto.txt
+++ b/doc/release/release.howto.txt
@@ -117,7 +117,7 @@ that the build process can create all the necessary artifacts.
   (1a)
   The command
 
-    $ JAVA_HOME="__Path_to_a_JDK__" mvn -Duser.name="__Your_Apache_id__" -Dcommons.release.dryRun=true -Ptest-deploy -Prelease clean verify site deploy
+    $ JAVA_HOME="__Path_to_a_JDK__" mvn -Duser.name="__Your_Apache_id__" -Ptest-deploy -Prelease clean verify site deploy
 
   should create the artifacts in the "target/deploy" directory. The site goal
   is required for the commons release plugin even though the site is