This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 7825db1  use m-javadoc-p version compatible with Java 9
7825db1 is described below

commit 7825db1879c5aeb07b9bd84689d7ffc447b8c7c6
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Nov 4 16:11:27 2017 +0100

    use m-javadoc-p version compatible with Java 9
---
 maven-plugin-tools-javadoc/src/it/basic/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugin-tools-javadoc/src/it/basic/pom.xml 
b/maven-plugin-tools-javadoc/src/it/basic/pom.xml
index 6366862..0e1d7cd 100644
--- a/maven-plugin-tools-javadoc/src/it/basic/pom.xml
+++ b/maven-plugin-tools-javadoc/src/it/basic/pom.xml
@@ -43,7 +43,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.10.4</version>
+        <version>3.0.0-M1</version>
         <configuration>
           <outputDirectory>${basedir}/target/site/apidocs</outputDirectory>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to