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


The following commit(s) were added to refs/heads/master by this push:
     new 5ca4b6a  fix for http://openjdk.java.net/jeps/212 (JavaDoc errors from 
java 8 generated html) still have warnings, but project builds; Update project 
targetr version number to 0.14.1 (#371)
5ca4b6a is described below

commit 5ca4b6a70b9066c5b9b5b79bb0544bd61f071f67
Author: Andrew Palumbo <[email protected]>
AuthorDate: Tue Apr 30 20:34:27 2019 -0700

    fix for http://openjdk.java.net/jeps/212 (JavaDoc errors from java 8 
generated html) still have warnings, but project builds; Update project targetr 
version number to 0.14.1 (#371)
---
 pom.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c149d5a..7ffba9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,9 +101,9 @@
     <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.0</tag>
+    <tag>mahout-0.14.1
+    </tag>
   </scm>
-  <!-- -->
 
   <properties>
     <!--<skipTests>false</skipTests>-->
@@ -122,6 +122,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>
@@ -341,7 +346,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>

Reply via email to