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 201b3fbab85b870a540c5a4e0bef97232ee9fba2 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Fri Feb 15 22:39:31 2019 +0000 Fix 1.2-SNAPSHOT to 1.3-SNAPSHOT in JPMS runApp.sh --- commons-rng-examples/examples-jpms/runApp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-rng-examples/examples-jpms/runApp.sh b/commons-rng-examples/examples-jpms/runApp.sh index c90f6e8..53070fd 100755 --- a/commons-rng-examples/examples-jpms/runApp.sh +++ b/commons-rng-examples/examples-jpms/runApp.sh @@ -19,7 +19,7 @@ # "mvn package" from the top level project directory). TOPDIR=../.. -RNGVERSION=1.2-SNAPSHOT +RNGVERSION=1.3-SNAPSHOT TARGETDIR=target # Module path.