This is an automated email from the ASF dual-hosted git repository. apalumbo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mahout.git
commit 9493b980df6b6bc2454ee3c816705ce552fc9f41 Author: Andrew Palumbo <[email protected]> AuthorDate: Thu May 9 16:44:28 2019 -0700 (NOJIRA) Manual rollback of versions --- community/pom.xml | 2 +- community/spark-cli-drivers/pom.xml | 6 +++--- core/pom.xml | 2 +- engine/hdfs/pom.xml | 2 +- engine/pom.xml | 2 +- engine/spark/pom.xml | 2 +- pom.xml | 5 ++--- 7 files changed, 10 insertions(+), 11 deletions(-) diff --git a/community/pom.xml b/community/pom.xml index 48b3e06..37d149c 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml index 9e131b2..a7e9ceb 100644 --- a/community/spark-cli-drivers/pom.xml +++ b/community/spark-cli-drivers/pom.xml @@ -49,14 +49,14 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>spark_${scala.compat.version}</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.0</version> </dependency> <dependency> <groupId>org.apache.mahout</groupId> <artifactId>core_${scala.compat.version}</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.0</version> <classifier>tests</classifier> <scope>test</scope> </dependency> @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>spark_2.11</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.0</version> <classifier>tests</classifier> </dependency> </dependencies> diff --git a/core/pom.xml b/core/pom.xml index 92df7c0..ecfc627 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml index adc3652..0a310a9 100644 --- a/engine/hdfs/pom.xml +++ b/engine/hdfs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>engine</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/engine/pom.xml b/engine/pom.xml index b12ed2a..d53e232 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>18</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml index cfc84c3..2c91ba0 100644 --- a/engine/spark/pom.xml +++ b/engine/spark/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>engine</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 5796390..f9dec8b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,13 +21,12 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>17</version> + <version>18</version> </parent> - <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.0</version> <packaging>pom</packaging> <name>Apache Mahout</name>
