This is an automated email from the ASF dual-hosted git repository.
akm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/master by this push:
new 60c5fd7 [maven-release-plugin] prepare for next development iteration
60c5fd7 is described below
commit 60c5fd7338a1bb9b90b10dc1725521e4aabda9b1
Author: Andrew Musselman <[email protected]>
AuthorDate: Thu May 9 17:17:52 2019 -0700
[maven-release-plugin] prepare for next development iteration
---
community/pom.xml | 2 +-
community/spark-cli-drivers/pom.xml | 4 ++--
core/pom.xml | 2 +-
engine/hdfs/pom.xml | 2 +-
engine/pom.xml | 2 +-
engine/spark/pom.xml | 2 +-
pom.xml | 4 ++--
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/community/pom.xml b/community/pom.xml
index 9660f73..b8cbb22 100644
--- a/community/pom.xml
+++ b/community/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>14.1</version>
+ <version>14.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/community/spark-cli-drivers/pom.xml
b/community/spark-cli-drivers/pom.xml
index e62e2f2..460e258 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>community</artifactId>
- <version>14.1</version>
+ <version>14.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -239,6 +239,6 @@
<scm>
- <tag>mahout-14.1</tag>
+ <tag>spark-cli-drivers_2.11-0.14</tag>
</scm>
</project>
diff --git a/core/pom.xml b/core/pom.xml
index 2fecc72..f3b4711 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>14.1</version>
+ <version>14.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index 653ea81..cd43334 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>engine</artifactId>
- <version>14.1</version>
+ <version>14.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/pom.xml b/engine/pom.xml
index 3752b63..9da3793 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>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 7e43e54..ff499ea 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>engine</artifactId>
- <version>14.1</version>
+ <version>14.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index faf3f6a..e35c1d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,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>
@@ -99,7 +99,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>mahout-0.14
</tag>
</scm>