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 d507a08  [maven-release-plugin] prepare release mahout-14.0
d507a08 is described below

commit d507a08ef6479b9503d356be3f4c11421973c1c5
Author: Andrew Palumbo <[email protected]>
AuthorDate: Thu May 9 15:30:03 2019 -0700

    [maven-release-plugin] prepare release mahout-14.0
---
 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 34fb3f0..37d149c 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-SNAPSHOT</version>
+   <version>14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/community/spark-cli-drivers/pom.xml 
b/community/spark-cli-drivers/pom.xml
index bc3a983..fdc4ab7 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-SNAPSHOT</version>
+   <version>14.0</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-SNAPSHOT</version>
+     <version>14.0</version>
 
     </dependency>
 
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>core_${scala.compat.version}</artifactId>
-     <version>14.0-SNAPSHOT</version>
+     <version>14.0</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-SNAPSHOT</version>
+     <version>14.0</version>
       <classifier>tests</classifier>
     </dependency>
   </dependencies>
@@ -240,6 +240,6 @@
 
 
   <scm>
-    <tag>spark-cli-drivers_2.11-0.14.1</tag>
+    <tag>mahout-14.0</tag>
   </scm>
 </project>
diff --git a/core/pom.xml b/core/pom.xml
index 2d42e08..ecfc627 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-SNAPSHOT</version>
+   <version>14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index 2d18bdb..0a310a9 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-SNAPSHOT</version>
+   <version>14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/pom.xml b/engine/pom.xml
index 80262ea..d53e232 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-SNAPSHOT</version>
+   <version>14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 9f50dab..2c91ba0 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-SNAPSHOT</version>
+   <version>14.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 310e10e..e6a0940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
 
- <version>14.0-SNAPSHOT</version>
+ <version>14.0</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-0.14.1
+      <tag>mahout-14.0
       </tag>
    </scm>
 

Reply via email to