This is an automated email from the ASF dual-hosted git repository. apalumbo pushed a commit to branch mahout-14.1 in repository https://gitbox.apache.org/repos/asf/mahout.git
commit a468d8effd709a70198ba5567418e05b9d71111c Author: Andrew Palumbo <[email protected]> AuthorDate: Sat Nov 2 00:36:50 2019 -0700 release recycling --- community/spark-cli-drivers/pom.xml | 4 ++-- core/pom.xml | 2 +- distribution/pom.xml | 7 ++++++- engine/hdfs/pom.xml | 4 ++-- engine/spark/pom.xml | 6 +++--- experimental/pom.xml | 8 ++++---- experimental/viennacl-omp/pom.xml | 6 ++++-- experimental/viennacl/pom.xml | 4 ++-- pom.xml | 11 +++++------ 9 files changed, 29 insertions(+), 23 deletions(-) diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml index 1759cab..5ce062b 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> @@ -78,7 +78,7 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-core_2.12</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> diff --git a/core/pom.xml b/core/pom.xml index 4c2de51..054dae0 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 0fba910..59077ea 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> @@ -54,6 +54,11 @@ <artifactId>mahout-spark-cli-drivers_${scala.compat.version}</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.mahout</groupId> + <artifactId>mahout-spark-cli-drivers_${scala.compat.version}</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml index 7c6e62e..222ecc9 100644 --- a/engine/hdfs/pom.xml +++ b/engine/hdfs/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-engine</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <!-- modules inherit parent's group id and version. --> <artifactId>mahout-hdfs_2.12</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <name>- Mahout HDFS Support</name> <description>Scalable machine learning libraries</description> diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml index 55157f8..d278b3e 100644 --- a/engine/spark/pom.xml +++ b/engine/spark/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-engine</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>mahout-spark_2.12</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <name>- Mahout Spark Engine</name> <description> Mahout Bindings for Apache Spark @@ -271,7 +271,7 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-core_${scala.compat.version}</artifactId> - <version>14.1</version> + <version>14.1-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> diff --git a/experimental/pom.xml b/experimental/pom.xml index 773706a..2af1317 100644 --- a/experimental/pom.xml +++ b/experimental/pom.xml @@ -23,25 +23,25 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>experimental</artifactId> - <name>Mahout Experimental</name> + <name>Mahout Experimental Solvers</name> <description>Provided, and under work, be careful using in production. </description> <packaging>pom</packaging> <!-- per http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-poms ensure that all poms have SCM managment.--> - <scm> + <!--<scm> <connection>scm:git:[email protected]:apache/mahout.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url> <tag>mahout-14.1 </tag> </scm> - +--> <properties> </properties> diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml index 4a322d4..4ea1b74 100644 --- a/experimental/viennacl-omp/pom.xml +++ b/experimental/viennacl-omp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.mahout</groupId> - <artifactId>experimental</artifactId> + <artifactId>mahout</artifactId> <version>14.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -35,6 +35,7 @@ <packaging>jar</packaging> <!-- per http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-poms ensure that all poms have SCM managment.--> +<!-- <scm> <connection>scm:git:[email protected]:apache/mahout.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection> @@ -42,6 +43,7 @@ <tag>mahout-14.1 </tag> </scm> +--> <build> <plugins> @@ -215,7 +217,7 @@ </execution> </executions> </plugin> - <!-- delete jars on claen in top directory, which is MAHOUT_HOME --> + <!-- delete jars on cleen in top directory, which is MAHOUT_HOME --> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml index e7635b3..34728e5 100644 --- a/experimental/viennacl/pom.xml +++ b/experimental/viennacl/pom.xml @@ -36,13 +36,13 @@ <packaging>jar</packaging> <!-- per http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-poms ensure that all poms have SCM managment.--> - <scm> + <!--<scm> <connection>scm:git:[email protected]:apache/mahout.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url> <tag>mahout-14.1 </tag> - </scm> + </scm> --> <build> <plugins> diff --git a/pom.xml b/pom.xml index a01fc12..584f520 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> @@ -447,11 +447,10 @@ <!--<module>community/community-engines/flink-batch</module>--> <!--<module>community/community-engines/h2o</module>--> <!--<module>community/mahout-mr</module>--> - <!--<module>experimental</module>--> + <module>experimental</module> <!--<module>experimental/viennacl</module>--> -<!-- <module>experimental/viennacl-omp</module> ---> + </modules> </profile> @@ -470,13 +469,13 @@ <id>mahout-release</id> <modules> <module>core</module> - <module>engine</module> <module>engine/hdfs</module> <module>engine/spark</module> - <module>community</module> <module>community/spark-cli-drivers</module> + <module>experimental</module> + <module>experimental/viennacl-omp</module> <module>distribution</module> </modules>
