Repository: commons-rng
Updated Branches:
  refs/heads/multimodule 862426a9f -> f280d0182


Correct URL.


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

Branch: refs/heads/multimodule
Commit: 482b3e4bc3f89939027a82961b9a333af23d0ae4
Parents: 862426a
Author: Gilles <[email protected]>
Authored: Fri Nov 4 15:43:34 2016 +0100
Committer: Gilles <[email protected]>
Committed: Fri Nov 4 15:43:34 2016 +0100

----------------------------------------------------------------------
 commons-rng-client-api/pom.xml | 5 +++--
 commons-rng-core/pom.xml       | 4 ++--
 commons-rng-examples/pom.xml   | 2 +-
 commons-rng-jmh/pom.xml        | 2 +-
 commons-rng-simple/pom.xml     | 2 +-
 pom.xml                        | 1 -
 6 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/482b3e4b/commons-rng-client-api/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml
index c6ba946..27eeef0 100644
--- a/commons-rng-client-api/pom.xml
+++ b/commons-rng-client-api/pom.xml
@@ -14,10 +14,11 @@
   <artifactId>commons-rng-client-api</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Client API</name>
-  <url>http://maven.apache.org</url>
 
   <inceptionYear>2016</inceptionYear>
-  <description>The Apache Commons RNG API module defines the API for client 
code that uses random numbers generators.</description>
+  <description>The Apache Commons RNG API module defines the API for client
+    code that uses random numbers generators.</description>
+  <url>http://commons.apache.org/proper/commons-rng/client-api/</url>
 
   <properties>
     <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/482b3e4b/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index 4b9faf9..6a60818 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -14,11 +14,11 @@
   <artifactId>commons-rng-core</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Core</name>
-  <url>http://maven.apache.org</url>
 
   <inceptionYear>2016</inceptionYear>
   <description>The Apache Commons RNG Core module provides pure Java 
implementations of
-  random numbers generator algorithms.</description>
+    random numbers generator algorithms.</description>
+  <url>http://commons.apache.org/proper/commons-rng/core/</url>
 
   <properties>
     <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/482b3e4b/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index 47936ff..f856b77 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -14,12 +14,12 @@
   <artifactId>commons-rng-examples</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Examples</name>
-  <url>http://maven.apache.org</url>
 
   <inceptionYear>2016</inceptionYear>
   <description>The Apache Commons RNG Examples module contains examples
     of usage the random numbers generator implementations available
     through the "commons-rng-simple" module.</description>
+  <url>http://commons.apache.org/proper/commons-rng/examples/</url>
 
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/482b3e4b/commons-rng-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-jmh/pom.xml b/commons-rng-jmh/pom.xml
index 346d094..c6c96f2 100644
--- a/commons-rng-jmh/pom.xml
+++ b/commons-rng-jmh/pom.xml
@@ -14,11 +14,11 @@
   <artifactId>commons-rng-jmh</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG JMH</name>
-  <url>http://maven.apache.org</url>
 
   <inceptionYear>2016</inceptionYear>
   <description>The Apache Commons RNG JMH module provides code for running
     JMH benchmarks that assess the performance of the generators.</description>
+  <url>http://commons.apache.org/proper/commons-rng/jmh/</url>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/482b3e4b/commons-rng-simple/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index 3d53739..b46ad93 100644
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@ -14,11 +14,11 @@
   <artifactId>commons-rng-simple</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Simple</name>
-  <url>http://maven.apache.org</url>
 
   <inceptionYear>2016</inceptionYear>
   <description>The Apache Commons RNG Simple module provides a factory class to
     easily instantiate a random numbers generator implementation.</description>
+  <url>http://commons.apache.org/proper/commons-rng/simple/</url>
 
   <properties>
     <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/482b3e4b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8268e99..a78a2a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,6 @@
 
   <inceptionYear>2016</inceptionYear>
   <description>The Apache Commons RNG parent project.</description>
-
   <url>http://commons.apache.org/proper/commons-rng/</url>
 
   <issueManagement>

Reply via email to