Repository: commons-rng
Updated Branches:
  refs/heads/master 202a825c6 -> 33d414a2d


Changed parent's "artefactId".


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

Branch: refs/heads/master
Commit: e0d68bdd553cfc81765cbd5a2a28267055537030
Parents: 202a825
Author: Gilles <er...@apache.org>
Authored: Mon Nov 28 22:59:30 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Nov 28 22:59:30 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 +-
 pom.xml                        | 4 +++-
 7 files changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e0d68bdd/commons-rng-client-api/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml
index 36bec23..4353015 100644
--- a/commons-rng-client-api/pom.xml
+++ b/commons-rng-client-api/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-rng</artifactId>
+    <artifactId>commons-rng-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e0d68bdd/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index af384ea..c2ea5d1 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-rng</artifactId>
+    <artifactId>commons-rng-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e0d68bdd/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index cb8b29f..d0209f0 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-rng</artifactId>
+    <artifactId>commons-rng-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e0d68bdd/commons-rng-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-jmh/pom.xml b/commons-rng-jmh/pom.xml
index 7a2727d..43db257 100644
--- a/commons-rng-jmh/pom.xml
+++ b/commons-rng-jmh/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-rng</artifactId>
+    <artifactId>commons-rng-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e0d68bdd/commons-rng-sampling/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml
index fa747cb..7b6330d 100644
--- a/commons-rng-sampling/pom.xml
+++ b/commons-rng-sampling/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-rng</artifactId>
+    <artifactId>commons-rng-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e0d68bdd/commons-rng-simple/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index 5fd8175..7111bf4 100644
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-rng</artifactId>
+    <artifactId>commons-rng-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e0d68bdd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94417d1..9798988 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,9 +21,10 @@
     <artifactId>commons-parent</artifactId>
     <version>41</version>
   </parent>
+
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
-  <artifactId>commons-rng</artifactId>
+  <artifactId>commons-rng-parent</artifactId>
   <packaging>pom</packaging>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG</name>
@@ -523,6 +524,7 @@
         <module>commons-rng-examples</module>
       </modules>
     </profile>
+
   </profiles>
 
   <modules>

Reply via email to