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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8982bf7  INFRA-17380: Repository moved to "gitbox".
8982bf7 is described below

commit 8982bf7891ea4d47e4941edbe00d25e2a924b053
Author: Gilles Sadowski <gil...@harfang.homelinux.org>
AuthorDate: Tue Dec 11 02:44:00 2018 +0100

    INFRA-17380: Repository moved to "gitbox".
---
 pom.xml                      | 15 +++++++++------
 src/site/site.xml            |  2 +-
 src/site/xdoc/developers.xml |  6 +++---
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b5793e..36aad8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>43</version>
+    <version>47</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -38,9 +38,9 @@
   </issueManagement>
 
   <scm>
-    
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-statistics.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-statistics.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=commons-statistics.git</url>
+    
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-statistics.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-statistics.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=commons-statistics.git</url>
   </scm>
 
   <distributionManagement>
@@ -117,7 +117,7 @@
         Temporary workaround?
     -->
     
<commons.release.name>commons-statistics-${project.version}</commons.release.name>
-    <statistics.commons.rng.version>1.0</statistics.commons.rng.version>
+    <statistics.commons.rng.version>1.1</statistics.commons.rng.version>
     
<statistics.commons.numbers.version>1.0-SNAPSHOT</statistics.commons.numbers.version>
 <!-- XXX -->
     <statistics.commons.math3.version>3.6.1</statistics.commons.math3.version>
   </properties>
@@ -137,7 +137,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rng-sampling</artifactId>
-        <version>1.1-SNAPSHOT</version> <!-- XXX -->
+        <version>${statistics.commons.rng.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
@@ -188,6 +188,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <!-- Fix for OpenJDK 8 now validating class-path attributes in Jar 
manifests. -->
+          <!-- See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912333#63 
-->
+          <useSystemClassLoader>false</useSystemClassLoader>
           <includes>
             <include>**/*Test.java</include>
           </includes>
diff --git a/src/site/site.xml b/src/site/site.xml
index f7ecb29..39c8741 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -28,7 +28,7 @@
       <item name="Downloads" 
href="http://commons.apache.org/statistics/download_statistics.cgi"/>
       <item name="Issue Tracking" href="/issue-tracking.html"/>
       <item name="Source Repository (current)" 
-         href="http://git-wip-us.apache.org/repos/asf/commons-statistics.git"/>
+         href="http://gitbox.apache.org/repos/asf/commons-statistics.git"/>
       <!-- <item name="Wiki"   -->
       <!--       href="http://wiki.apache.org/commons/Statistics"/> -->
       <item name="Developers Guide" href="/developers.html"/>
diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml
index b817221..e640dd4 100644
--- a/src/site/xdoc/developers.xml
+++ b/src/site/xdoc/developers.xml
@@ -45,11 +45,11 @@
             <li>
               Download the Commons Statistics source code.  Follow the 
instructions
               under the heading "Repository Checkout" on the
-              <a href="https://git-wip-us.apache.org/";>Git at the ASF page</a>.
+              <a href="https://gitbox.apache.org/";>Git at the ASF page</a>.
               The git url for the current development sources of Commons 
Statistics
-              is 
<source>http://git-wip-us.apache.org/repos/asf/commons-rng.git</source>
+              is 
<source>http://gitbox.apache.org/repos/asf/commons-rng.git</source>
               for anonymous read-only access and
-              
<source>https://apach...@git-wip-us.apache.org/repos/asf/commons-rng.git</source>
+              
<source>https://apach...@gitbox.apache.org/repos/asf/commons-rng.git</source>
               (where apacheid should be replaced by each committer Apache ID) 
for committers
               read-write access.
             </li>

Reply via email to