Repository: mahout
Updated Branches:
  refs/heads/branch-0.14.0 d076ab6be -> 5acdd99d3


MAHOUT-2037 Release Plugin


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/5acdd99d
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/5acdd99d
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/5acdd99d

Branch: refs/heads/branch-0.14.0
Commit: 5acdd99d30eb79b6d7996e82099a2ecd7e50fa34
Parents: d076ab6
Author: Trevor a.k.a @rawkintrevo <[email protected]>
Authored: Tue Jun 5 11:12:06 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <[email protected]>
Committed: Tue Jun 5 11:12:06 2018 -0500

----------------------------------------------------------------------
 community/community-engines/flink-batch/pom.xml | 2 +-
 community/community-engines/pom.xml             | 2 +-
 community/mahout-mr/pom.xml                     | 2 +-
 community/pom.xml                               | 2 +-
 community/spark-cli-drivers/pom.xml             | 2 +-
 core/pom.xml                                    | 2 +-
 engine/hdfs/pom.xml                             | 2 +-
 engine/pom.xml                                  | 2 +-
 engine/spark/pom.xml                            | 2 +-
 experimental/pom.xml                            | 2 +-
 experimental/viennacl-omp/pom.xml               | 2 +-
 experimental/viennacl/pom.xml                   | 2 +-
 pom.xml                                         | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/community/community-engines/flink-batch/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/flink-batch/pom.xml 
b/community/community-engines/flink-batch/pom.xml
index 69e2327..81179c7 100644
--- a/community/community-engines/flink-batch/pom.xml
+++ b/community/community-engines/flink-batch/pom.xml
@@ -56,7 +56,7 @@
             <phase>package</phase>
             <configuration>
               <tasks>
-                <copy 
file="target/mahout-flink-batch_${scala.compat.version}-${version}.jar" 
tofile="../../../lib/mahout-flink-batch_${scala.compat.version}-${version}.jar"/>
+                <copy 
file="target/mahout-flink-batch_${scala.compat.version}-${version}.jar" 
tofile="../../../lib/mahout-flink-batch_${scala.compat.version}-${version}.jar" 
/>
               </tasks>
             </configuration>
             <goals>

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml 
b/community/community-engines/pom.xml
index 09fd1f2..1a0cc28 100644
--- a/community/community-engines/pom.xml
+++ b/community/community-engines/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>community</artifactId>
-    <version>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/community/mahout-mr/pom.xml
----------------------------------------------------------------------
diff --git a/community/mahout-mr/pom.xml b/community/mahout-mr/pom.xml
index a25e9d5..625f6b0 100644
--- a/community/mahout-mr/pom.xml
+++ b/community/mahout-mr/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>community</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index d6c49e5..55f2fe5 100644
--- a/community/pom.xml
+++ b/community/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/community/spark-cli-drivers/pom.xml
----------------------------------------------------------------------
diff --git a/community/spark-cli-drivers/pom.xml 
b/community/spark-cli-drivers/pom.xml
index 4996367..3c7838b 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>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3753628..e555ae6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/engine/hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index ae5263e..dafe541 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>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index e4477e9..37d9f5e 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/engine/spark/pom.xml
----------------------------------------------------------------------
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index da31ba4..02d28cf 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>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index dfc8bcc..4e67b2b 100644
--- a/experimental/pom.xml
+++ b/experimental/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml 
b/experimental/viennacl-omp/pom.xml
index cf96117..ab031be 100644
--- a/experimental/viennacl-omp/pom.xml
+++ b/experimental/viennacl-omp/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>experimental</artifactId>
-    <version>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 2a2b851..14db32b 100644
--- a/experimental/viennacl/pom.xml
+++ b/experimental/viennacl/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>experimental</artifactId>
-    <version>0.14.1-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/5acdd99d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 617061f..6564ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
 
-  <version>0.14.1-SNAPSHOT</version>
+  <version>0.14.0-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Apache Mahout</name>

Reply via email to