commons-rng git commit: Add license text.

2018-08-01 Thread erans
Repository: commons-rng
Updated Branches:
  refs/heads/1.1 b2c99eb42 -> 8edbb4b1b


Add license text.


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

Branch: refs/heads/1.1
Commit: 8edbb4b1b90ff557554540be662d7e6f4daf2a84
Parents: b2c99eb
Author: Gilles 
Authored: Wed Aug 1 11:26:11 2018 +0200
Committer: Gilles 
Committed: Wed Aug 1 11:26:11 2018 +0200

--
 commons-rng-examples/examples-jpms/runApp.sh | 15 +++
 1 file changed, 15 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/8edbb4b1/commons-rng-examples/examples-jpms/runApp.sh
--
diff --git a/commons-rng-examples/examples-jpms/runApp.sh 
b/commons-rng-examples/examples-jpms/runApp.sh
index d55ba4f..886209d 100755
--- a/commons-rng-examples/examples-jpms/runApp.sh
+++ b/commons-rng-examples/examples-jpms/runApp.sh
@@ -1,5 +1,20 @@
 #!/bin/bash -e
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # Script assumes that the JAR files have all been generated (e.g. by calling
 # "mvn package" from the top level project directory).
 



commons-rng git commit: Add license text.

2018-08-01 Thread erans
Repository: commons-rng
Updated Branches:
  refs/heads/master f33ea249b -> b9089a83a


Add license text.


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

Branch: refs/heads/master
Commit: b9089a83a9e738c348a1dff8b769f17fdd8b7079
Parents: f33ea24
Author: Gilles 
Authored: Wed Aug 1 11:26:11 2018 +0200
Committer: Gilles 
Committed: Wed Aug 1 11:36:49 2018 +0200

--
 commons-rng-examples/examples-jpms/runApp.sh | 15 +++
 1 file changed, 15 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b9089a83/commons-rng-examples/examples-jpms/runApp.sh
--
diff --git a/commons-rng-examples/examples-jpms/runApp.sh 
b/commons-rng-examples/examples-jpms/runApp.sh
index d55ba4f..886209d 100755
--- a/commons-rng-examples/examples-jpms/runApp.sh
+++ b/commons-rng-examples/examples-jpms/runApp.sh
@@ -1,5 +1,20 @@
 #!/bin/bash -e
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # Script assumes that the JAR files have all been generated (e.g. by calling
 # "mvn package" from the top level project directory).
 



commons-rng git commit: Update prospective release date (and other minor changes).

2018-08-01 Thread erans
Repository: commons-rng
Updated Branches:
  refs/heads/1.1 8edbb4b1b -> aa0f3b490


Update prospective release date (and other minor changes).


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

Branch: refs/heads/1.1
Commit: aa0f3b4909b0cd3a22c4ba8f04646ef264cee9d9
Parents: 8edbb4b
Author: Gilles 
Authored: Wed Aug 1 12:06:05 2018 +0200
Committer: Gilles 
Committed: Wed Aug 1 12:06:05 2018 +0200

--
 src/changes/changes.xml | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/aa0f3b49/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc454b5..8901f17 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ If the output is not quite correct, check for invisible 
trailing spaces!
   
   
 
-
   
 Implementation of the "Ziggurat" algorithm for Gaussian sampling.



commons-rng git commit: Update prospective release date (and other minor changes).

2018-08-01 Thread erans
Repository: commons-rng
Updated Branches:
  refs/heads/master b9089a83a -> 919311f5b


Update prospective release date (and other minor changes).


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

Branch: refs/heads/master
Commit: 919311f5b3ed7feb39a02d44f25d87fef654e8f1
Parents: b9089a8
Author: Gilles 
Authored: Wed Aug 1 12:06:05 2018 +0200
Committer: Gilles 
Committed: Wed Aug 1 12:25:12 2018 +0200

--
 src/changes/changes.xml | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/919311f5/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 04b30ba..4419dc7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,8 @@ If the output is not quite correct, check for invisible 
trailing spaces!
   
   
 
-
   
 Implementation of the "Ziggurat" algorithm for Gaussian sampling.



svn commit: r28493 - /dev/commons/rng/1.1-RC4/

2018-08-01 Thread chtompki
Author: chtompki
Date: Wed Aug  1 12:16:56 2018
New Revision: 28493

Log:
Removing rng-1.1-RC4

Removed:
dev/commons/rng/1.1-RC4/



Nexus: Staging Repository Dropped

2018-08-01 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Vote for commons-rng-1.1-RC4 cancelled.Deployer properties:"userAgent" = "Apache-Maven/3.5.4 (Java 9.0.4; Mac OS X 10.13.6)""userId" = "chtompki""ip" = "199.244.219.39"Details:The orgapachecommons-1361 staging repository has been dropped.Action performed by Rob Tompkins (chtompki)

commons-rng git commit: commons-rng-1.1-RC4 -> RC5

2018-08-01 Thread chtompki
Repository: commons-rng
Updated Branches:
  refs/heads/1.1 aa0f3b490 -> 288c8b519


commons-rng-1.1-RC4 -> RC5


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

Branch: refs/heads/1.1
Commit: 288c8b5196ab29e0e2ca50182a28f217e0828833
Parents: aa0f3b4
Author: Rob Tompkins 
Authored: Wed Aug 1 08:30:38 2018 -0400
Committer: Rob Tompkins 
Committed: Wed Aug 1 08:30:38 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/288c8b51/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8e272b8..adcefda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
 
org.apache.commons.rng.parent
 
 1.1
-RC4
+RC5
 (requires Java 6+)
 -bin
 



[commons-rng] Git Push Summary

2018-08-01 Thread chtompki
Repository: commons-rng
Updated Tags:  refs/tags/RNG_1_1_RC5 [created] e3df9e881


svn commit: r28499 - in /dev/commons/rng/1.1-RC5: ./ binaries/ site/ site/commons-rng-client-api/ site/commons-rng-client-api/apidocs/ site/commons-rng-client-api/apidocs/jquery/ site/commons-rng-clie

2018-08-01 Thread chtompki
Author: chtompki
Date: Wed Aug  1 14:11:59 2018
New Revision: 28499

Log:
Staging commons-rng-1.1-RC5


[This commit notification would consist of 487 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


svn commit: r28500 - /dev/commons/rng/1.1-RC5/

2018-08-01 Thread chtompki
Author: chtompki
Date: Wed Aug  1 15:22:48 2018
New Revision: 28500

Log:
Remove for the sake of getting the RC more correct

Removed:
dev/commons/rng/1.1-RC5/



Nexus: Staging Repository Dropped

2018-08-01 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Dropping first try at RC5Deployer properties:"userAgent" = "Apache-Maven/3.5.4 (Java 9.0.4; Mac OS X 10.13.6)""userId" = "chtompki""ip" = "199.244.219.38"Details:The orgapachecommons-1362 staging repository has been dropped.Action performed by Rob Tompkins (chtompki)

[commons-rng] Git Push Summary

2018-08-01 Thread chtompki
Repository: commons-rng
Updated Tags:  refs/tags/RNG_1_1_RC5 [deleted] e3df9e881


commons-rng git commit: site download_rng.xml md5->sha256

2018-08-01 Thread chtompki
Repository: commons-rng
Updated Branches:
  refs/heads/1.1 288c8b519 -> f73546863


site download_rng.xml md5->sha256


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

Branch: refs/heads/1.1
Commit: f73546863611e5dd850fd311277f2019259489ce
Parents: 288c8b5
Author: Rob Tompkins 
Authored: Wed Aug 1 12:02:41 2018 -0400
Committer: Rob Tompkins 
Committed: Wed Aug 1 12:02:41 2018 -0400

--
 src/site/xdoc/download_rng.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/f7354686/src/site/xdoc/download_rng.xml
--
diff --git a/src/site/xdoc/download_rng.xml b/src/site/xdoc/download_rng.xml
index 88e7f84..32e52bc 100644
--- a/src/site/xdoc/download_rng.xml
+++ b/src/site/xdoc/download_rng.xml
@@ -102,7 +102,7 @@ limitations under the License.
 It is essential that you
 https://www.apache.org/info/verification.html";>verify the 
integrity
 of downloaded files, preferably using the PGP signature 
(*.asc files);
-failing that using the MD5 hash (*.md5 
checksum files).
+failing that using the SHA256 hash (*.SHA256 
checksum files).
   
   
 The https://www.apache.org/dist/commons/KEYS";>KEYS
@@ -116,12 +116,12 @@ limitations under the License.
 
   
   commons-rng-1.1-bin.tar.gz
-  https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.1-bin.tar.gz.md5";>md5
+  https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.1-bin.tar.gz.sha256";>sha256
   https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.1-bin.tar.gz.asc";>pgp
   
   
   commons-rng-1.1-bin.zip
-  https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.1-bin.zip.md5";>md5
+  https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.1-bin.zip.sha256";>sha256
   https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.1-bin.zip.asc";>pgp
   
 
@@ -130,12 +130,12 @@ limitations under the License.
 
   
   commons-rng-1.1-src.tar.gz
-  https://www.apache.org/dist/commons/rng/source/commons-rng-1.1-src.tar.gz.md5";>md5
+  https://www.apache.org/dist/commons/rng/source/commons-rng-1.1-src.tar.gz.sha256";>sha256
   https://www.apache.org/dist/commons/rng/source/commons-rng-1.1-src.tar.gz.asc";>pgp
   
   
   commons-rng-1.1-src.zip
-  https://www.apache.org/dist/commons/rng/source/commons-rng-1.1-src.zip.md5";>md5
+  https://www.apache.org/dist/commons/rng/source/commons-rng-1.1-src.zip.sha256";>sha256
   https://www.apache.org/dist/commons/rng/source/commons-rng-1.1-src.zip.asc";>pgp
   
 



[commons-weaver] branch master updated: upgrade xbean-finder to 4.9

2018-08-01 Thread mbenson
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new d5a70a4  upgrade xbean-finder to 4.9
d5a70a4 is described below

commit d5a70a43bc22286f94eb9a92e0a1b8b27aa46fd3
Author: Matt Benson 
AuthorDate: Wed Aug 1 14:13:36 2018 -0500

upgrade xbean-finder to 4.9
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 235b718..ea3627a 100755
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -152,7 +152,7 @@ under the License.
   
 org.apache.xbean
 xbean-finder-shaded
-4.8
+4.9
   
   
 org.apache.commons