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


The following commit(s) were added to refs/heads/14.1 by this push:
     new a3a1705  [maven-release-plugin] prepare release mahout-14.1
a3a1705 is described below

commit a3a17053bd36cfcbeddb7dd6949d5711079f29f0
Author: Andrew Musselman <[email protected]>
AuthorDate: Fri Sep 11 09:35:11 2020 -0700

    [maven-release-plugin] prepare release 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              |  4 ++--
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 8fac5a4..ca3ccaa 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</version>
   </parent>
 
   <artifactId>mahout-core</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 9733962..a2a614b 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</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</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</version>
     </dependency>
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-spark</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1</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</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..315c7c3 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</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</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</version>
       <classifier>test_scala_${scala.compat.version}</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/engine/pom.xml b/engine/pom.xml
index 7a36a1f..a305c13 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</version>
   </parent>
 
   <artifactId>mahout-engine</artifactId>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index aef545e..aac595d 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</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</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</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</version>
       <classifier>test_scala_${scala.compat.version}</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 0d2ec94..c7a6514 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</version>
   <packaging>pom</packaging>
 
   <name>Apache Mahout</name>
@@ -104,7 +104,7 @@
     <connection>scm:git:[email protected]:apache/mahout.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection>
     
<url>https://gitbox.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>mahout-14.1</tag>
   </scm>
 
   <issueManagement>

Reply via email to