You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2020/02/01 07:52:28 UTC

[mahout] branch master updated: Manually resetting version to mahout 14.1-SNAPSHOT from mahout 14.2-SNAPSHOT between release:prepare and release:perform [this is a mistake the version should be 14.1 rather than 14.1 SNAPSHOT] something is still off in the release plugin in the root pom.xml. Still pushing out RC4 as is in order to ensure build is correctly deploying to nexus e.g. sigs and hashes, (hashes seem to be missing still though they should be applied during deploy per maven docs checking the distributions, etc.

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 34d89c1  Manually resetting version to mahout 14.1-SNAPSHOT from mahout 14.2-SNAPSHOT between release:prepare and release:perform [this is a mistake the version should be 14.1 rather than 14.1 SNAPSHOT] something is still off in the release plugin in the root pom.xml.  Still pushing out RC4 as is in order to ensure build is correctly deploying to nexus e.g. sigs and hashes, (hashes seem to be missing still though they should be applied during deploy per maven docs checking the di [...]
34d89c1 is described below

commit 34d89c1692024ffef9d9377ffddc25ecd3a27d11
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Fri Jan 31 23:45:15 2020 -0800

    Manually resetting version to mahout 14.1-SNAPSHOT from
    mahout 14.2-SNAPSHOT between release:prepare and release:perform
    [this is a mistake the version should be 14.1 rather than
    14.1 SNAPSHOT] something is still off in the release plugin in the
    root pom.xml.  Still pushing out RC4 as is in order to ensure build is
    correctly deploying to nexus e.g. sigs and hashes, (hashes seem to be
    missing still though they should be applied during deploy per maven docs
    checking the distributions, etc.
---
 community/pom.xml                   | 4 ++--
 community/spark-cli-drivers/pom.xml | 2 +-
 core/pom.xml                        | 2 +-
 distribution/pom.xml                | 2 +-
 engine/hdfs/pom.xml                 | 2 +-
 engine/pom.xml                      | 2 +-
 engine/spark/pom.xml                | 2 +-
 pom.xml                             | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/community/pom.xml b/community/pom.xml
index e003475..3b35f09 100644
--- a/community/pom.xml
+++ b/community/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>mahout-community</artifactId>
-  <version>14.2-SNAPSHOT</version>
+  <version>14.1-SNAPSHOT</version>
   <name>Mahout Community</name>
   <description>Not officially maintained, but still very useful scripts to use Mahout with.
   </description>
diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index 39a92df..a5bb3f4 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>mahout-community</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 6628513..e92c2be 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6345d14..340420a 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>mahout</artifactId>
         <groupId>org.apache.mahout</groupId>
-        <version>14.2-SNAPSHOT</version>
+        <version>14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>apache-mahout-distribution_2.12</artifactId>
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index bb8005e..83b24cc 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/pom.xml b/engine/pom.xml
index a134946..3d19037 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 937beef..33a05c2 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 8f75794..000b7ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
 
-  <version>14.2-SNAPSHOT</version>
+  <version>14.1-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Apache Mahout</name>