r***@apache.org
2018-06-05 13:50:16 UTC
Repository: mahout
Updated Branches:
refs/heads/branch-0.14.0 a39ccda97 -> 505f08553
[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/505f0855
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/505f0855
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/505f0855
Branch: refs/heads/branch-0.14.0
Commit: 505f08553970471edfeb251f2f54396e4793704e
Parents: a39ccda
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 08:50:06 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 08:50:06 2018 -0500
----------------------------------------------------------------------
community/community-engines/flink-batch/pom.xml | 4 ++--
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 +-
13 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/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 e009157..990fd3a 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.14.1-SNAPSHOT</version>
+ <version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -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/505f0855/community/community-engines/h2o/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/h2o/pom.xml b/community/community-engines/h2o/pom.xml
index 2cbeed9..8049f07 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.14.1-SNAPSHOT</version>
+ <version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index bc7607c..0d006f7 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index d6c49e5..a5ef74a 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/community/spark-cli-drivers/pom.xml
----------------------------------------------------------------------
diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index 4996367..6e5c870 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3753628..35862f2 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/engine/hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index ae5263e..8660856 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index e4477e9..8ca834a 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/engine/spark/pom.xml
----------------------------------------------------------------------
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index da31ba4..9aeef7e 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index dfc8bcc..590a27f 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index cf96117..24d7b3f 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 2a2b851..91e4d80 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc31d03..82f906d 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.13.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Mahout</name>
Updated Branches:
refs/heads/branch-0.14.0 a39ccda97 -> 505f08553
[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/505f0855
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/505f0855
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/505f0855
Branch: refs/heads/branch-0.14.0
Commit: 505f08553970471edfeb251f2f54396e4793704e
Parents: a39ccda
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Tue Jun 5 08:50:06 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Tue Jun 5 08:50:06 2018 -0500
----------------------------------------------------------------------
community/community-engines/flink-batch/pom.xml | 4 ++--
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 +-
13 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/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 e009157..990fd3a 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.14.1-SNAPSHOT</version>
+ <version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -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/505f0855/community/community-engines/h2o/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/h2o/pom.xml b/community/community-engines/h2o/pom.xml
index 2cbeed9..8049f07 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.14.1-SNAPSHOT</version>
+ <version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/community/community-engines/pom.xml
----------------------------------------------------------------------
diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml
index bc7607c..0d006f7 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/community/pom.xml
----------------------------------------------------------------------
diff --git a/community/pom.xml b/community/pom.xml
index d6c49e5..a5ef74a 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/community/spark-cli-drivers/pom.xml
----------------------------------------------------------------------
diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index 4996367..6e5c870 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3753628..35862f2 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/engine/hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index ae5263e..8660856 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index e4477e9..8ca834a 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/engine/spark/pom.xml
----------------------------------------------------------------------
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index da31ba4..9aeef7e 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/experimental/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/pom.xml b/experimental/pom.xml
index dfc8bcc..590a27f 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/experimental/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml
index cf96117..24d7b3f 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/experimental/viennacl/pom.xml
----------------------------------------------------------------------
diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml
index 2a2b851..91e4d80 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.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/mahout/blob/505f0855/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc31d03..82f906d 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.13.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Mahout</name>