You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/05/31 12:15:50 UTC

[commons-numbers] 02/04: [NUMBERS-109] - Cleanup pom files

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-numbers.git

commit 4544f88c82831d948509e32eb453b7e83ca54ebe
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu May 30 19:56:49 2019 +0200

    [NUMBERS-109] - Cleanup pom files
---
 commons-numbers-angle/pom.xml           |  2 --
 commons-numbers-arrays/pom.xml          |  4 +---
 commons-numbers-combinatorics/pom.xml   |  6 ++----
 commons-numbers-complex-streams/pom.xml |  2 --
 commons-numbers-complex/pom.xml         |  2 --
 commons-numbers-core/pom.xml            |  2 --
 commons-numbers-field/pom.xml           |  2 --
 commons-numbers-fraction/pom.xml        |  2 --
 commons-numbers-gamma/pom.xml           |  4 +---
 commons-numbers-primes/pom.xml          |  2 --
 commons-numbers-quaternion/pom.xml      |  2 --
 dist-archive/pom.xml                    | 20 +++++++++-----------
 12 files changed, 13 insertions(+), 37 deletions(-)

diff --git a/commons-numbers-angle/pom.xml b/commons-numbers-angle/pom.xml
index 507713a..7493383 100644
--- a/commons-numbers-angle/pom.xml
+++ b/commons-numbers-angle/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-angle</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Angle</name>
 
   <description>Utilities related to the concept of angle.</description>
diff --git a/commons-numbers-arrays/pom.xml b/commons-numbers-arrays/pom.xml
index 4baecd0..53ffa2d 100644
--- a/commons-numbers-arrays/pom.xml
+++ b/commons-numbers-arrays/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-arrays</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Arrays</name>
 
   <description>Array utilities.</description>
@@ -53,7 +51,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-fraction</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/commons-numbers-combinatorics/pom.xml b/commons-numbers-combinatorics/pom.xml
index f619a71..52fb9dc 100644
--- a/commons-numbers-combinatorics/pom.xml
+++ b/commons-numbers-combinatorics/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-combinatorics</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Combinatorics</name>
 
   <description>Combinatorics utilities such as factorial and binomial coefficients.</description>
@@ -46,13 +44,13 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-gamma</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
diff --git a/commons-numbers-complex-streams/pom.xml b/commons-numbers-complex-streams/pom.xml
index f388537..ee5b0ce 100644
--- a/commons-numbers-complex-streams/pom.xml
+++ b/commons-numbers-complex-streams/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-complex-streams</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Complex Streams</name>
 
   <description>Arrays, streams and collections of complex numbers.</description>
diff --git a/commons-numbers-complex/pom.xml b/commons-numbers-complex/pom.xml
index 3fec4ba..30c93a0 100644
--- a/commons-numbers-complex/pom.xml
+++ b/commons-numbers-complex/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-complex</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Complex</name>
 
   <description>Complex numbers.</description>
diff --git a/commons-numbers-core/pom.xml b/commons-numbers-core/pom.xml
index 76c2512..007d77e 100644
--- a/commons-numbers-core/pom.xml
+++ b/commons-numbers-core/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-core</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Core</name>
 
   <description>Basic utilities.</description>
diff --git a/commons-numbers-field/pom.xml b/commons-numbers-field/pom.xml
index 5295443..fb30daa 100644
--- a/commons-numbers-field/pom.xml
+++ b/commons-numbers-field/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-field</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Field</name>
 
   <description>Utilities related to the concept of field.</description>
diff --git a/commons-numbers-fraction/pom.xml b/commons-numbers-fraction/pom.xml
index a52d404..fdb1eb5 100644
--- a/commons-numbers-fraction/pom.xml
+++ b/commons-numbers-fraction/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-fraction</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Fraction</name>
 
   <description>Fraction utilities.</description>
diff --git a/commons-numbers-gamma/pom.xml b/commons-numbers-gamma/pom.xml
index 0789505..fdc5dd2 100644
--- a/commons-numbers-gamma/pom.xml
+++ b/commons-numbers-gamma/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-gamma</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Gamma</name>
 
   <description>Gamma family of functions.</description>
@@ -46,7 +44,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-fraction</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
diff --git a/commons-numbers-primes/pom.xml b/commons-numbers-primes/pom.xml
index 758afa3..46e164d 100644
--- a/commons-numbers-primes/pom.xml
+++ b/commons-numbers-primes/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-primes</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Primes</name>
 
   <description>Utilities related to prime numbers.</description>
diff --git a/commons-numbers-quaternion/pom.xml b/commons-numbers-quaternion/pom.xml
index 1817528..3893229 100644
--- a/commons-numbers-quaternion/pom.xml
+++ b/commons-numbers-quaternion/pom.xml
@@ -26,9 +26,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-quaternion</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Numbers Quaternion</name>
 
   <description>Quaternion numbers.</description>
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index c0096cd..b1e6e2f 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -28,9 +28,7 @@ under the License.
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons Numbers (full distribution)</name>
   <description>This module creates the Apache Commons Numbers distribution.</description>
@@ -41,18 +39,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <classifier>javadoc</classifier>
     </dependency>
 
@@ -60,18 +58,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-complex</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-complex</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-complex</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <classifier>javadoc</classifier>
     </dependency>
 
@@ -79,18 +77,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-quaternion</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-quaternion</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-numbers-quaternion</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <classifier>javadoc</classifier>
     </dependency>