You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/08/14 13:23:11 UTC

[25/33] commons-rng git commit: RC5 -> RC6

RC5 -> RC6


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/73007170
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/73007170
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/73007170

Branch: refs/heads/master
Commit: 73007170865c7e7ce4d86bbdb56e4bd34dd9ce6f
Parents: cc2dbe7
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Aug 7 08:14:07 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Tue Aug 7 08:14:07 2018 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/73007170/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index adcefda..7af2b6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
     <commons.automatic.module.name>org.apache.commons.rng.parent</commons.automatic.module.name>
     <!-- do not use snapshot suffix here -->
     <commons.release.version>1.1</commons.release.version>
-    <commons.rc.version>RC5</commons.rc.version>
+    <commons.rc.version>RC6</commons.rc.version>
     <commons.release.desc>(requires Java 6+)</commons.release.desc>
     <commons.binary.suffix>-bin</commons.binary.suffix>