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

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

commit ebb7293e7599e21c18fa33fe874443641256dba9
Author: Andrew Musselman <[email protected]>
AuthorDate: Mon Jun 29 21:34:15 2020 -0700

    [maven-release-plugin] rollback the release of mahout-14.1
---
 core/pom.xml         |  2 +-
 distribution/pom.xml | 10 +++++-----
 engine/hdfs/pom.xml  |  6 +++---
 engine/pom.xml       |  2 +-
 engine/spark/pom.xml |  8 ++++----
 pom.xml              |  2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 8fac5a4..e9c1f02 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>mahout-core</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 9733962..40d7418 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-mahout-distribution</artifactId>
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <classifier>scala_${scala.compat.version}</classifier>
     </dependency>
 
@@ -72,18 +72,18 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-hdfs</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-spark</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <classifier>scala_${scala.compat.version}</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-spark</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <!-- This needs the scala_2.11 addition -->
       <classifier>dependency-reduced</classifier>
     </dependency>
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index ed81ba7..9fc2229 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>mahout-hdfs</artifactId>
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <classifier>scala_${scala.compat.version}</classifier>
     </dependency>
 
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <classifier>test_scala_${scala.compat.version}</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/engine/pom.xml b/engine/pom.xml
index 7a36a1f..cce0610 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>mahout-engine</artifactId>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index aef545e..113b8d2 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>mahout-spark</artifactId>
@@ -154,14 +154,14 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <classifier>scala_${scala.compat.version}</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-hdfs</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
     </dependency>
 
     <!--  3rd-party -->
@@ -183,7 +183,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <classifier>test_scala_${scala.compat.version}</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 5924daa..bb4c268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
-  <version>14.2-SNAPSHOT</version>
+  <version>14.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Mahout</name>

Reply via email to