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 00694e08edbc79a88fe1743acea010c1dde876d8 Author: Andrew Palumbo <[email protected]> AuthorDate: Thu May 9 15:21:17 2019 -0700 [maven-release-plugin] rollback the release of mahout-0.14.0 --- community/spark-cli-drivers/pom.xml | 2 +- pom.xml | 40 ++++++++++++++++++++++--------------- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml index 53d5846..bc3a983 100644 --- a/community/spark-cli-drivers/pom.xml +++ b/community/spark-cli-drivers/pom.xml @@ -240,6 +240,6 @@ <scm> - <tag>mahout-0.14</tag> + <tag>spark-cli-drivers_2.11-0.14.1</tag> </scm> </project> diff --git a/pom.xml b/pom.xml index b02b6a0..310e10e 100644 --- a/pom.xml +++ b/pom.xml @@ -96,16 +96,17 @@ </mailingLists> <!-- Required for Release Plugin --> - <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.0</tag> - </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-0.14.1 + </tag> + </scm> <properties> <!--<skipTests>false</skipTests>--> - <apache-rat.plugin.version>0.13</apache-rat.plugin.version> + <apache-rat.plugin.version>0.12</apache-rat.plugin.version> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <mjavadoc.version>2.10.3</mjavadoc.version> @@ -120,6 +121,11 @@ <!-- `mvn site` throws a hissy fit searching no longer existing repos if this is not set false --> <dependency.locations.enabled>false</dependency.locations.enabled> + <!--hack to turn off linting og generated Javadocs. this is an error in Oracle Java8 and should be fixed in java9 + http://openjdk.java.net/jeps/212--> + <additionalparam>-Xdoclint:-html</additionalparam> + <!--EndHack--> + <!-- <maven.clover.multiproject>true</maven.clover.multiproject> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -151,7 +157,7 @@ <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> - <url>https://repository.apache.org/snapshots</url> + <url>http://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> @@ -339,7 +345,7 @@ </configuration> </plugin> - <!-- delete jars on claen in top directory, which is lib/ --> + <!-- delete jars on clean in top directory, which is lib/ --> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> @@ -413,14 +419,16 @@ <profile> <id>all</id> <modules> + <module>core</module> + <module>engine</module> <module>community/spark-cli-drivers</module> - <module>community/community-engines</module> - <module>community/community-engines/flink-batch</module> - <module>community/community-engines/h2o</module> - <module>community/mahout-mr</module> - <module>experimental</module> - <module>experimental/viennacl</module> - <module>experimental/viennacl-omp</module> + <!--<module>community/community-engines</module>--> + <!--<module>community/community-engines/flink-batch</module>--> + <!--<module>community/community-engines/h2o</module>--> + <!--<module>community/mahout-mr</module>--> + <!--<module>experimental</module>--> + <!--<module>experimental/viennacl</module>--> + <!--<module>experimental/viennacl-omp</module>--> </modules> </profile> <profile>
