Discussion:
[1/5] mahout git commit: MAHOUT-2037 Release Plugin
r***@apache.org
2018-06-05 15:25:23 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/branch-0.14.0 c23a9f696 -> 686763126


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/7b9eea46
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/7b9eea46
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/7b9eea46

Branch: refs/heads/branch-0.14.0
Commit: 7b9eea4673e8325f49d184ed5275afacfd851026
Parents: c23a9f6
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 09:24:15 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 09:24:15 2018 -0500

----------------------------------------------------------------------
refactor-readme.md | 3 +++
1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/7b9eea46/refactor-readme.md
----------------------------------------------------------------------
diff --git a/refactor-readme.md b/refactor-readme.md
index 2d1aede..bd6424c 100644
--- a/refactor-readme.md
+++ b/refactor-readme.md
@@ -71,3 +71,6 @@ mahout
### Current profiles
`mahout-mr` - builds the MapReduce stuff.
`apache-release` - contains the release plugin
+`mahout_keys` - a profile used for releasing (actually lives in ~/.m2/settings.xml, see release instructions)
+
+add note in how to release about calling the tag `mahout-0.X.Y-rcZ`
r***@apache.org
2018-06-05 15:25:25 UTC
Permalink
[maven-release-plugin] prepare release mahout-0.14.0


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

Branch: refs/heads/branch-0.14.0
Commit: 5aacd5bede9fbf78fc1347cc85a42a498408b1ce
Parents: 9f9b518
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:16:24 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:16:24 2018 -0500

----------------------------------------------------------------------
community/community-engines/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 | 4 ++--
11 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/5aacd5be/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index 1a0cc28..23b2e9a 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/5aacd5be/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index 55f2fe5..6b6f117 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/5aacd5be/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e555ae6..fc230b5 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/5aacd5be/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 37d9f5e..0136a55 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/5aacd5be/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index 4e67b2b..ed4664b 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/5aacd5be/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index ab031be..4c0725a 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/5aacd5be/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 14db32b..18a90e6 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/5aacd5be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c42bb8..23cc5fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>

- <version>0.14.0-SNAPSHOT</version>
+ <version>0.14.0</version>

<packaging>pom</packaging>
<name>Apache Mahout</name>
@@ -103,7 +103,7 @@
<connection>scm:git:***@github.com:apache/mahout.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mahout.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
- <tag>master</tag>
+ <tag>mahout-0.14.0</tag>
</scm>
<!-- -->
r***@apache.org
2018-06-05 15:25:27 UTC
Permalink
[maven-release-plugin] prepare release mahout-0.14.0


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

Branch: refs/heads/branch-0.14.0
Commit: 6867631269e1de85b3965473219c01b3d9f1aee9
Parents: 03432ea
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:24:56 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:24:56 2018 -0500

----------------------------------------------------------------------
community/community-engines/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 | 4 ++--
11 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/68676312/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index 1a0cc28..23b2e9a 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/68676312/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index 55f2fe5..6b6f117 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/68676312/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e555ae6..fc230b5 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/68676312/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 37d9f5e..0136a55 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/68676312/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index 4e67b2b..ed4664b 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/68676312/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index ab031be..4c0725a 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/68676312/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 14db32b..18a90e6 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/68676312/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c42bb8..23cc5fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>

- <version>0.14.0-SNAPSHOT</version>
+ <version>0.14.0</version>

<packaging>pom</packaging>
<name>Apache Mahout</name>
@@ -103,7 +103,7 @@
<connection>scm:git:***@github.com:apache/mahout.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mahout.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
- <tag>master</tag>
+ <tag>mahout-0.14.0</tag>
</scm>
<!-- -->
r***@apache.org
2018-06-05 15:25:26 UTC
Permalink
[maven-release-plugin] rollback the release of mahout-0.14.0


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

Branch: refs/heads/branch-0.14.0
Commit: 03432eaa383ad10a95b1c7d3d1db590ffa0678b7
Parents: 5aacd5b
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:17:11 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:17:11 2018 -0500

----------------------------------------------------------------------
community/community-engines/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 | 4 ++--
11 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index 23b2e9a..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index 6b6f117..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/community/spark-cli-drivers/pom.xml
----------------------------------------------------------------------
diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index 826765a..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index fc230b5..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/engine/hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index fbac9cf..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 0136a55..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/engine/spark/pom.xml
----------------------------------------------------------------------
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 082889d..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index ed4664b..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index 4c0725a..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 18a90e6..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/03432eaa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23cc5fa..9c42bb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>

- <version>0.14.0</version>
+ <version>0.14.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Apache Mahout</name>
@@ -103,7 +103,7 @@
<connection>scm:git:***@github.com:apache/mahout.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mahout.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
- <tag>mahout-0.14.0</tag>
+ <tag>master</tag>
</scm>
<!-- -->
r***@apache.org
2018-06-05 15:25:24 UTC
Permalink
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/9f9b518b
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/9f9b518b
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/9f9b518b

Branch: refs/heads/branch-0.14.0
Commit: 9f9b518b79f6950879f8141500ebc12149caa442
Parents: 7b9eea4
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:09:08 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:09:08 2018 -0500

----------------------------------------------------------------------
community/community-engines/flink-batch/pom.xml | 2 +-
community/community-engines/h2o/pom.xml | 2 +-
community/community-engines/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 +-
refactor-readme.md | 2 ++
14 files changed, 15 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/9f9b518b/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 990fd3a..69e2327 100644
--- a/community/community-engines/flink-batch/pom.xml
+++ b/community/community-engines/flink-batch/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>community-engines</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/9f9b518b/community/community-engines/h2o/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/h2o/pom.xml b/community/community-engines/h2o/pom.xml
index 8049f07..0659e4e 100644
--- a/community/community-engines/h2o/pom.xml
+++ b/community/community-engines/h2o/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>community-engines</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/9f9b518b/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/9f9b518b/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/9f9b518b/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/9f9b518b/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/9f9b518b/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/9f9b518b/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/9f9b518b/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/9f9b518b/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/9f9b518b/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/9f9b518b/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/9f9b518b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc31d03..9c42bb8 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>

http://git-wip-us.apache.org/repos/asf/mahout/blob/9f9b518b/refactor-readme.md
----------------------------------------------------------------------
diff --git a/refactor-readme.md b/refactor-readme.md
index bd6424c..76400c7 100644
--- a/refactor-readme.md
+++ b/refactor-readme.md
@@ -72,5 +72,7 @@ mahout
`mahout-mr` - builds the MapReduce stuff.
`apache-release` - contains the release plugin
`mahout_keys` - a profile used for releasing (actually lives in ~/.m2/settings.xml, see release instructions)
+`flink-batch` - build flink batch community engine
+`h2o` - build h2o community engine

add note in how to release about calling the tag `mahout-0.X.Y-rcZ`
r***@apache.org
2018-06-05 15:39:02 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/branch-0.14.0 686763126 -> f8e728ab7


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/f7719650
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/f7719650
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/f7719650

Branch: refs/heads/branch-0.14.0
Commit: f7719650ddccb313c68483eb7dd1cd855b425014
Parents: 6867631
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:29:16 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:29:16 2018 -0500

----------------------------------------------------------------------
community/community-engines/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 +-
refactor-readme.md | 2 ++
12 files changed, 13 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index 23b2e9a..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index 6b6f117..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index fc230b5..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 0136a55..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/engine/spark/pom.xml
----------------------------------------------------------------------
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 082889d..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index ed4664b..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index 4c0725a..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 18a90e6..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23cc5fa..6564ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>

- <version>0.14.0</version>
+ <version>0.14.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Apache Mahout</name>

http://git-wip-us.apache.org/repos/asf/mahout/blob/f7719650/refactor-readme.md
----------------------------------------------------------------------
diff --git a/refactor-readme.md b/refactor-readme.md
index 76400c7..a15380b 100644
--- a/refactor-readme.md
+++ b/refactor-readme.md
@@ -76,3 +76,5 @@ mahout
`h2o` - build h2o community engine

add note in how to release about calling the tag `mahout-0.X.Y-rcZ`
+
+`mvn --batch-mode release:update-versions -DdevelopmentVersion=0.14.0-SNAPSHOT`
\ No newline at end of file
r***@apache.org
2018-06-05 15:39:03 UTC
Permalink
[maven-release-plugin] prepare release mahout-0.14.0


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

Branch: refs/heads/branch-0.14.0
Commit: f8e728ab7724d02a800b31fa4007fb9725c417d1
Parents: f771965
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:36:40 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:36:40 2018 -0500

----------------------------------------------------------------------
community/community-engines/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 +-
11 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8e728ab/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index 1a0cc28..23b2e9a 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8e728ab/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index 55f2fe5..6b6f117 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8e728ab/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e555ae6..fc230b5 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8e728ab/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 37d9f5e..0136a55 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8e728ab/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index 4e67b2b..ed4664b 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8e728ab/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index ab031be..4c0725a 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8e728ab/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 14db32b..18a90e6 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8e728ab/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6564ff3..23cc5fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>

- <version>0.14.0-SNAPSHOT</version>
+ <version>0.14.0</version>

<packaging>pom</packaging>
<name>Apache Mahout</name>
r***@apache.org
2018-06-05 15:40:16 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/branch-0.14.0 f8e728ab7 -> 01aec6b39


[maven-release-plugin] rollback the release of mahout-0.14.0


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

Branch: refs/heads/branch-0.14.0
Commit: 01aec6b39e8a5cc72675be5b2641ddca4f38adab
Parents: f8e728a
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:40:11 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:40:11 2018 -0500

----------------------------------------------------------------------
community/community-engines/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 +-
11 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index 23b2e9a..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index 6b6f117..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/community/spark-cli-drivers/pom.xml
----------------------------------------------------------------------
diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index 826765a..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index fc230b5..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/engine/hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index fbac9cf..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 0136a55..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/engine/spark/pom.xml
----------------------------------------------------------------------
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 082889d..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index ed4664b..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index 4c0725a..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 18a90e6..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.0</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/01aec6b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23cc5fa..6564ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>

- <version>0.14.0</version>
+ <version>0.14.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Apache Mahout</name>
r***@apache.org
2018-06-05 15:48:55 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/branch-0.14.0 01aec6b39 -> 9e2f71004


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/8d407a16
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/8d407a16
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/8d407a16

Branch: refs/heads/branch-0.14.0
Commit: 8d407a161f15f194a4af2452a3cbe12947971f67
Parents: 01aec6b
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:41:29 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:41:29 2018 -0500

----------------------------------------------------------------------
refactor-readme.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/8d407a16/refactor-readme.md
----------------------------------------------------------------------
diff --git a/refactor-readme.md b/refactor-readme.md
index a15380b..2656f7c 100644
--- a/refactor-readme.md
+++ b/refactor-readme.md
@@ -77,4 +77,12 @@ mahout

add note in how to release about calling the tag `mahout-0.X.Y-rcZ`

-`mvn --batch-mode release:update-versions -DdevelopmentVersion=0.14.0-SNAPSHOT`
\ No newline at end of file
+### Release rollback notes
+
+`mvn --batch-mode release:update-versions -DdevelopmentVersion=0.14.0-SNAPSHOT`
+
+```bash
+mvn -Papache-release release:rollback
+
+mvn -Papache-release release:clean
+```
\ No newline at end of file
r***@apache.org
2018-06-05 15:48:56 UTC
Permalink
[maven-release-plugin] prepare release mahout-release-test-00001


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

Branch: refs/heads/branch-0.14.0
Commit: 9e2f710041445b63b87a3ae021354721e55d91ff
Parents: 8d407a1
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 10:48:48 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 10:48:48 2018 -0500

----------------------------------------------------------------------
community/community-engines/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 | 4 ++--
11 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/9e2f7100/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index 1a0cc28..23b2e9a 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/9e2f7100/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index 55f2fe5..6b6f117 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/9e2f7100/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e555ae6..fc230b5 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/9e2f7100/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 37d9f5e..0136a55 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


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


http://git-wip-us.apache.org/repos/asf/mahout/blob/9e2f7100/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index 4e67b2b..ed4664b 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/9e2f7100/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index ab031be..4c0725a 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/9e2f7100/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 14db32b..18a90e6 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.0-SNAPSHOT</version>
+ <version>0.14.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


http://git-wip-us.apache.org/repos/asf/mahout/blob/9e2f7100/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6564ff3..04c192e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>

- <version>0.14.0-SNAPSHOT</version>
+ <version>0.14.0</version>

<packaging>pom</packaging>
<name>Apache Mahout</name>
@@ -103,7 +103,7 @@
<connection>scm:git:***@github.com:apache/mahout.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mahout.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
- <tag>mahout-0.14.0</tag>
+ <tag>mahout-release-test-00001</tag>
</scm>
<!-- -->
r***@apache.org
2018-06-05 16:12:40 UTC
Permalink
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 <***@gmail.com>
Authored: Tue Jun 5 11:12:06 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
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>
r***@apache.org
2018-06-05 16:38:47 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/branch-0.14.0 5acdd99d3 -> 98d345cbc


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/98d345cb
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/98d345cb
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/98d345cb

Branch: refs/heads/branch-0.14.0
Commit: 98d345cbca531ab8906a447b3c949d9871462cf1
Parents: 5acdd99
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 11:38:37 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 11:38:37 2018 -0500

----------------------------------------------------------------------
website/developers/how-to-release.md | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/98d345cb/website/developers/how-to-release.md
----------------------------------------------------------------------
diff --git a/website/developers/how-to-release.md b/website/developers/how-to-release.md
index 92912d1..8c4eb5e 100644
--- a/website/developers/how-to-release.md
+++ b/website/developers/how-to-release.md
@@ -45,18 +45,9 @@ warnings)
1. Check that all tests pass after a clean compile: `mvn clean test`
1. Check that there are no remaining unresolved Jira issues with the upcoming version number listed as the "Fix" version
1. Publish any previously unpublished third-party dependenciess: [Thirdparty Dependencies](thirdparty-dependencies.html)
-1. Build and preview resulting artifacts:
- ```bash
- cd buildtools
- ./build-all-release-jars.sh
- ```
-1. Make sure packages will come out looking right

<a name="HowToRelease-Makingarelease"></a>
## Making a release
-* Check if documentation needs an update
-* *Needs correction* Update the web site's news by updating a working copy of the SVN directory at https://svn.apache.org/repos/asf/mahout/site/new_website
-* *Needs clarification* Commit these changes. It is important to do this prior to the build so that it is reflected in the copy of the website included with the release for documentation purposes.
* If this is your first release, add your key to the KEYS file (located on GitHub at https://github.com/apache/mahout/master/distribution/KEYS) and copy it to the release directory. Make sure you commit your change. See http://www.apache.org/dev/release-signing.html.
* Ensure you have set up standard Apache committer settings in
~/.m2/settings.xml as per [this page](http://maven.apache.org/developers/committer-settings.html)
@@ -88,12 +79,15 @@ warnings)
</server>
```

-* *Clarify which env var is better or choose one* Set environment variable `MAVEN_OPTS` to `-Xmx1024m` to ensure the tests can run: `export JAVA_OPTIONS="-Xmx1g"`
+
* If you are outside the US, then svn.apache.org may not resolve to the main US-based Subversion servers. (Compare the IP address you get for svn.apache.org with svn.us.apache.org to see if they are different.) This will cause problems during the release since it will create a revision and then immediately access, but, there is a replication lag of perhaps a minute to the non-US servers. To temporarily force using the US-based server, edit your equivalent of /etc/hosts and map the IP address of svn.us.apache.org to svn.apache.org.
* Create the release candidate: `mvn -Pmahout-release,apache-release release:prepare release:perform`
-`mvn -Papache-release release:perform`
+
* If you have problems authenticating to svn.apache.org, try adding to the command line `-Dusername=USERNAME -Dpassword=PASSWORD`
-* If there is an issue first try doing: `mvn -Dmahout-release,apache-release release:rollback` followed by `mvn -Dmahout-release,apache-release,hadoop2 release:clean` as this will likely save you time and do the right thing. You may also have to rollback the version numbers in the POM files. If you want to skip test cases while rebuilding, use `mvn -DpreparationGoals="clean compile" release:prepare release:perform`
+* If there is an issue first try doing:
+ 1. `mvn -Dmahout-release,apache-release release:rollback`
+ 1. followed by `mvn -Dmahout-release,apache-release release:clean` as this will likely save you time and do the right thing. You may also have to rollback the version numbers in the POM files.
+ 1. _Optional_ If you want to skip test cases while rebuilding, use `mvn -DpreparationGoals="clean compile" release:prepare release:perform`
* Review the artifacts, etc. on the Apache Repository (using Sonatype's Nexus application) site: https://repository.apache.org/. You will need to login using your ASF SVN credentials and then browse to the staging area.
* Once you have reviewed the artifacts, you will need to "Close" out
the staging area under Nexus, which then makes the artifacts available for
Loading...