You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/05 15:30:46 UTC

[maven-scm-publish-plugin] branch MSCMPUB-38 updated: fixup! Follow up try fixing

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

khmarbaise pushed a commit to branch MSCMPUB-38
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git


The following commit(s) were added to refs/heads/MSCMPUB-38 by this push:
     new 7c81ce6  fixup! Follow up try fixing
7c81ce6 is described below

commit 7c81ce67dae3e7190a53ae982de21240c8f0c653
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Aug 5 17:30:45 2018 +0200

    fixup! Follow up try fixing
---
 src/it/publish-scm-staged/pom.xml | 2 +-
 src/it/publish-scm/pom.xml        | 2 +-
 src/it/site-deploy/pom.xml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/it/publish-scm-staged/pom.xml b/src/it/publish-scm-staged/pom.xml
index 008254d..860b427 100644
--- a/src/it/publish-scm-staged/pom.xml
+++ b/src/it/publish-scm-staged/pom.xml
@@ -65,7 +65,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8.1</version>
+        <version>3.0.1</version>
         <configuration>
         </configuration>
       </plugin>
diff --git a/src/it/publish-scm/pom.xml b/src/it/publish-scm/pom.xml
index 8c0773d..bcf56e5 100644
--- a/src/it/publish-scm/pom.xml
+++ b/src/it/publish-scm/pom.xml
@@ -91,7 +91,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8.1</version>
+        <version>3.0.1</version>
         <configuration>
         </configuration>
       </plugin>
diff --git a/src/it/site-deploy/pom.xml b/src/it/site-deploy/pom.xml
index 2fdb823..0a3fff0 100644
--- a/src/it/site-deploy/pom.xml
+++ b/src/it/site-deploy/pom.xml
@@ -100,7 +100,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8.1</version>
+        <version>3.0.1</version>
         <configuration>
         </configuration>
       </plugin>