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/03/24 11:20:58 UTC

[maven-javadoc-plugin] branch MJAVADOC-520 created (now d233b35)

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

khmarbaise pushed a change to branch MJAVADOC-520
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.


      at d233b35  [MJAVADOC-520] - Upgrade plexus-utils/qdox/plexus-archiver/  Upgrade:  o maven-archiver 3.2.0  o plexus-archiver 3.5  o plexus-utils 3.1.0

This branch includes the following new commits:

     new d233b35  [MJAVADOC-520] - Upgrade plexus-utils/qdox/plexus-archiver/  Upgrade:  o maven-archiver 3.2.0  o plexus-archiver 3.5  o plexus-utils 3.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-javadoc-plugin] 01/01: [MJAVADOC-520] - Upgrade plexus-utils/qdox/plexus-archiver/ Upgrade: o maven-archiver 3.2.0 o plexus-archiver 3.5 o plexus-utils 3.1.0

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MJAVADOC-520
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit d233b358e7318ee324fae78324c34e9b1edf4793
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 24 12:20:10 2018 +0100

    [MJAVADOC-520] - Upgrade plexus-utils/qdox/plexus-archiver/
     Upgrade:
     o maven-archiver 3.2.0
     o plexus-archiver 3.5
     o plexus-utils 3.1.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b17b918..87becdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.1.1</version>
+      <version>3.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -239,12 +239,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.4</version>
+      <version>3.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.