This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-695 in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
The following commit(s) were added to refs/heads/MSHARED-695 by this push: new 34dcf46 Upgrade maven-javadoc-plugin to version 3.0.0 to get it running in JDK 10. 34dcf46 is described below commit 34dcf46f9d064df88ed718f29ae0ceb14cf83a73 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Wed May 2 21:38:36 2018 +0200 Upgrade maven-javadoc-plugin to version 3.0.0 to get it running in JDK 10. --- src/it/MDEPLOY-212/pom.xml | 2 +- src/it/MDEPLOY-213/pom.xml | 2 +- src/it/deploy-attached-sources/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/it/MDEPLOY-212/pom.xml b/src/it/MDEPLOY-212/pom.xml index a46c8e7..45c8913 100644 --- a/src/it/MDEPLOY-212/pom.xml +++ b/src/it/MDEPLOY-212/pom.xml @@ -38,7 +38,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.7</version> + <version>3.0.0</version> <executions> <execution> <id>attach-javadoc</id> diff --git a/src/it/MDEPLOY-213/pom.xml b/src/it/MDEPLOY-213/pom.xml index 7688d37..57a035e 100644 --- a/src/it/MDEPLOY-213/pom.xml +++ b/src/it/MDEPLOY-213/pom.xml @@ -46,7 +46,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.7</version> + <version>3.0.0</version> <executions> <execution> <id>attach-javadoc</id> diff --git a/src/it/deploy-attached-sources/pom.xml b/src/it/deploy-attached-sources/pom.xml index 8dbaec1..37ca126 100644 --- a/src/it/deploy-attached-sources/pom.xml +++ b/src/it/deploy-attached-sources/pom.xml @@ -62,7 +62,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.7</version> + <version>3.0.0</version> <executions> <execution> <id>attach-javadoc</id> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.