This is an automated email from the ASF dual-hosted git repository.
apalumbo 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 fc9d7d8 [maven-release-plugin] prepare for next development iteration
fc9d7d8 is described below
commit fc9d7d8c85e2f25aa9fd9246785bd98199261ec1
Author: Andrew Palumbo <[email protected]>
AuthorDate: Thu May 9 15:30:26 2019 -0700
[maven-release-plugin] prepare for next development iteration
---
community/pom.xml | 2 +-
community/spark-cli-drivers/pom.xml | 10 +++++-----
core/pom.xml | 2 +-
engine/hdfs/pom.xml | 2 +-
engine/pom.xml | 2 +-
engine/spark/pom.xml | 2 +-
pom.xml | 4 ++--
7 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/community/pom.xml b/community/pom.xml
index 37d149c..48b3e06 100644
--- a/community/pom.xml
+++ b/community/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>14.0</version>
+ <version>14.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/community/spark-cli-drivers/pom.xml
b/community/spark-cli-drivers/pom.xml
index fdc4ab7..2a10228 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.0</version>
+ <version>14.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -49,14 +49,14 @@
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>spark_${scala.compat.version}</artifactId>
- <version>14.0</version>
+ <version>14.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>core_${scala.compat.version}</artifactId>
- <version>14.0</version>
+ <version>14.1-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>spark_2.11</artifactId>
- <version>14.0</version>
+ <version>14.1-SNAPSHOT</version>
<classifier>tests</classifier>
</dependency>
</dependencies>
@@ -240,6 +240,6 @@
<scm>
- <tag>mahout-14.0</tag>
+ <tag>spark-cli-drivers_2.11-0.14.1</tag>
</scm>
</project>
diff --git a/core/pom.xml b/core/pom.xml
index ecfc627..92df7c0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>14.0</version>
+ <version>14.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index 0a310a9..adc3652 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.0</version>
+ <version>14.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/pom.xml b/engine/pom.xml
index d53e232..3552b93 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>14.0</version>
+ <version>14.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 2c91ba0..cfc84c3 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.0</version>
+ <version>14.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index e6a0940..149994d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>14.0</version>
+ <version>14.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Mahout</name>
@@ -100,7 +100,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.0
+ <tag>mahout-0.14.1
</tag>
</scm>