Inherit from parent POM.

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

Branch: refs/heads/master
Commit: c937ccd9449ead3a4cd60d7351b693a0e80ca1cb
Parents: b6cce0d
Author: Gilles <er...@apache.org>
Authored: Thu Nov 17 01:24:29 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Thu Nov 17 01:24:29 2016 +0100

----------------------------------------------------------------------
 commons-rng-client-api/pom.xml | 2 --
 commons-rng-core/pom.xml       | 2 --
 commons-rng-examples/pom.xml   | 2 --
 commons-rng-jmh/pom.xml        | 2 --
 commons-rng-sampling/pom.xml   | 2 --
 commons-rng-simple/pom.xml     | 2 --
 6 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/c937ccd9/commons-rng-client-api/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml
index 87b39d4..ace4617 100644
--- a/commons-rng-client-api/pom.xml
+++ b/commons-rng-client-api/pom.xml
@@ -31,10 +31,8 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Client API</name>
 
-  <inceptionYear>2016</inceptionYear>
   <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/c937ccd9/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index 8133306..ee83d11 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -31,10 +31,8 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Core</name>
 
-  <inceptionYear>2016</inceptionYear>
   <description>The Apache Commons RNG Core module provides pure Java 
implementations of
     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/c937ccd9/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index de31def..e7d40c4 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -31,11 +31,9 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Examples</name>
 
-  <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/c937ccd9/commons-rng-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-jmh/pom.xml b/commons-rng-jmh/pom.xml
index eb31477..89c40eb 100644
--- a/commons-rng-jmh/pom.xml
+++ b/commons-rng-jmh/pom.xml
@@ -31,10 +31,8 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG JMH</name>
 
-  <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/c937ccd9/commons-rng-sampling/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml
index b34e43c..5b55f7a 100644
--- a/commons-rng-sampling/pom.xml
+++ b/commons-rng-sampling/pom.xml
@@ -31,10 +31,8 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Sampling</name>
 
-  <inceptionYear>2016</inceptionYear>
   <description>The Apache Commons RNG Sampling module provides samplers
     for various distributions.</description>
-  <url>http://commons.apache.org/proper/commons-rng/sampling/</url>
 
   <properties>
     <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/c937ccd9/commons-rng-simple/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index 06cb053..db952e6 100644
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@ -31,10 +31,8 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Simple</name>
 
-  <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. -->

Reply via email to