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 34058fb  [maven-release-plugin] prepare for next development iteration
34058fb is described below

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

    [maven-release-plugin] prepare for next development iteration
---
 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 ca3ccaa..8fac5a4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.1</version>
+    <version>14.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mahout-core</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index a2a614b..9733962 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.1</version>
+    <version>14.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-mahout-distribution</artifactId>
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.1</version>
+      <version>14.2-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.1</version>
+      <version>14.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-spark</artifactId>
-      <version>14.1</version>
+      <version>14.2-SNAPSHOT</version>
       <classifier>scala_${scala.compat.version}</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-spark</artifactId>
-      <version>14.1</version>
+      <version>14.2-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 315c7c3..ed81ba7 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.1</version>
+    <version>14.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mahout-hdfs</artifactId>
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.1</version>
+      <version>14.2-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.1</version>
+      <version>14.2-SNAPSHOT</version>
       <classifier>test_scala_${scala.compat.version}</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/engine/pom.xml b/engine/pom.xml
index a305c13..7a36a1f 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.1</version>
+    <version>14.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mahout-engine</artifactId>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index aac595d..aef545e 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.1</version>
+    <version>14.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mahout-spark</artifactId>
@@ -154,14 +154,14 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.1</version>
+      <version>14.2-SNAPSHOT</version>
       <classifier>scala_${scala.compat.version}</classifier>
     </dependency>
 
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-hdfs</artifactId>
-      <version>14.1</version>
+      <version>14.2-SNAPSHOT</version>
     </dependency>
 
     <!--  3rd-party -->
@@ -183,7 +183,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core</artifactId>
-      <version>14.1</version>
+      <version>14.2-SNAPSHOT</version>
       <classifier>test_scala_${scala.compat.version}</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/pom.xml b/pom.xml
index c7a6514..0d2ec94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
-  <version>14.1</version>
+  <version>14.2-SNAPSHOT</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>mahout-14.1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>

Reply via email to