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

apalumbo pushed a commit to branch mahout-14.1
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit 9c936635cb4e78143c708577860a736489837b2a
Author: Andrew Palumbo <[email protected]>
AuthorDate: Sun Nov 3 00:59:06 2019 -0700

    doh
---
 buildtools/pom.xml                              | 2 +-
 community/community-engines/flink-batch/pom.xml | 2 +-
 community/mahout-mr/pom.xml                     | 2 +-
 community/pom.xml                               | 4 ++--
 community/spark-cli-drivers/pom.xml             | 4 ++--
 core/pom.xml                                    | 2 +-
 distribution/pom.xml                            | 2 +-
 engine/hdfs/pom.xml                             | 2 +-
 engine/pom.xml                                  | 2 +-
 engine/spark/pom.xml                            | 2 +-
 examples/pom.xml                                | 2 +-
 pom.xml                                         | 2 +-
 12 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 727f6bd..f7d50ff 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-buildtools</artifactId>
-  <version>14.1-SNAPSHOT</version>
+  <version>14.1</version>
   <name>Mahout Build Tools</name>
 
   <packaging>jar</packaging>
diff --git a/community/community-engines/flink-batch/pom.xml 
b/community/community-engines/flink-batch/pom.xml
index 08d5457..4026cb7 100644
--- a/community/community-engines/flink-batch/pom.xml
+++ b/community/community-engines/flink-batch/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-community-engines_2.12</artifactId>
-    <version>14.1-SNAPSHOT</version>
+    <version><version>14.1</version>-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/community/mahout-mr/pom.xml b/community/mahout-mr/pom.xml
index 747221e..7d6a080 100644
--- a/community/mahout-mr/pom.xml
+++ b/community/mahout-mr/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>community</artifactId>
-    <version>14.1-SNAPSHOT</version>
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/community/pom.xml b/community/pom.xml
index 4ae8348..70b03fe 100644
--- a/community/pom.xml
+++ b/community/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-  14.1
+  <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>mahout-community</artifactId>
-14.1
+<version>14.1</version>
   <name>Mahout Community</name>
   <description>Not officially maintained, but still very useful scripts to use 
Mahout with.
   </description>
diff --git a/community/spark-cli-drivers/pom.xml 
b/community/spark-cli-drivers/pom.xml
index a19d59e..79a9677 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-community</artifactId>
-  14.1
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core_2.12</artifactId>
-    14.1
+      <version>${project.version}</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/core/pom.xml b/core/pom.xml
index af23b09..4a4c8cb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    14.1
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/distribution/pom.xml b/distribution/pom.xml
index e9b1cee..d1bce9e 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>mahout</artifactId>
         <groupId>org.apache.mahout</groupId>
-        14.1
+        <version>14.1</version>
     </parent>
 
     <artifactId>distribution</artifactId>
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index 8f99dbc..f05004f 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    14.1
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/pom.xml b/engine/pom.xml
index cd74bc4..10a806d 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    14.1
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index a24f15b..3ce569b 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    14.1
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 2301ed5..935c919 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.1-SNAPSHOT</version>
+    <version>14.1T</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index fb6b2ac..e1006db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
 
-  14.1
+  <version>14.1</version>
 
   <packaging>pom</packaging>
   <name>Apache Mahout</name>

Reply via email to