This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mahout.git
commit 82b0d4389a633c3b4d958207ab55250a34f910f7 Author: Andrew Musselman <[email protected]> AuthorDate: Thu Sep 10 12:14:12 2020 -0700 Rolling back pom versions by hand. --- community/pom.xml | 2 +- community/spark-cli-drivers/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/pom.xml b/community/pom.xml index 852604c..d45af05 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.2-SNAPSHOT</version> </parent> <artifactId>mahout-community</artifactId> diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml index 5150771..22a955d 100644 --- a/community/spark-cli-drivers/pom.xml +++ b/community/spark-cli-drivers/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-community</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.2-SNAPSHOT</version> </parent> <artifactId>mahout-spark-cli-drivers</artifactId>
