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 39c30cb801e6aeea573428f0bfe931826daa960a Author: Andrew Musselman <[email protected]> AuthorDate: Mon Nov 11 15:39:17 2019 -0800 Getting pom versions in line. --- bin/mahout | 2 +- buildtools/pom.xml | 2 +- community/community-engines/flink-batch/pom.xml | 2 +- community/mahout-mr/mr/pom.xml | 2 +- community/pom.xml | 4 ++-- community/spark-cli-drivers/pom.xml | 2 +- core/pom.xml | 2 +- distribution/pom.xml | 4 ++-- doap_Mahout.rdf | 2 +- engine/hdfs/pom.xml | 2 +- engine/pom.xml | 2 +- engine/spark/pom.xml | 2 +- examples/pom.xml | 2 +- pom.xml | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bin/mahout b/bin/mahout index 4c41475..db77c9e 100755 --- a/bin/mahout +++ b/bin/mahout @@ -182,7 +182,7 @@ then CLASSPATH="${CLASSPATH}:${SPARK_HOME}/jars/*" fi - # add spafk dependencies to CLASSPATH + # add spark dependencies to CLASSPATH if [ "$SPARK" != "1" ]; then echo "Adding lib/ to CLASSPATH" diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 1a78de4..812535b 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.mahout</groupId> <artifactId>mahout-buildtools</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <name>Mahout Build Tools</name> <packaging>jar</packaging> diff --git a/community/community-engines/flink-batch/pom.xml b/community/community-engines/flink-batch/pom.xml index 136a66c..0e6dc60 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>mahout-community-engines_2.11</artifactId> - <version>`14.1-SNAPSHOT</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/mahout-mr/mr/pom.xml b/community/mahout-mr/mr/pom.xml index 9426654..5e9e07e 100644 --- a/community/mahout-mr/mr/pom.xml +++ b/community/mahout-mr/mr/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-mr</artifactId> - <version>14.0-SNAPAHOT</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/pom.xml b/community/pom.xml index 70b03fe..892335c 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>mahout-community</artifactId> -<version>14.1</version> + <version>14.1-SNAPSHOT</version> <name>Mahout Community</name> <description>Not officially maintained, but still very useful scripts to use Mahout with. </description> diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml index 1aaaacc..dcc5024 100644 --- a/community/spark-cli-drivers/pom.xml +++ b/community/spark-cli-drivers/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-community</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index 151a2a4..e220d84 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</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/distribution/pom.xml b/distribution/pom.xml index 04314ee..d3cfca9 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>mahout</artifactId> <groupId>org.apache.mahout</groupId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> </parent> <artifactId>distribution</artifactId> @@ -118,4 +118,4 @@ </pluginManagement> </build> -</project> \ No newline at end of file +</project> diff --git a/doap_Mahout.rdf b/doap_Mahout.rdf index 9cc9343..4004010 100644 --- a/doap_Mahout.rdf +++ b/doap_Mahout.rdf @@ -37,7 +37,7 @@ <release> <Version> <name>Apache Mahout</name> - <created>2017-10-17</created> + <created>2019-11-11</created> <revision>14.1</revision> </Version> </release> diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml index a60cb28..f18327a 100644 --- a/engine/hdfs/pom.xml +++ b/engine/hdfs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-engine</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/engine/pom.xml b/engine/pom.xml index 10a806d..1912d7e 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml index ae79e6b..5e1da62 100644 --- a/engine/spark/pom.xml +++ b/engine/spark/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-engine</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/examples/pom.xml b/examples/pom.xml index 935c919..2301ed5 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1T</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 07c5228..7f47f0b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Mahout</name>
