You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/16 18:12:50 UTC

[maven-site-plugin] branch maven-site-plugin-3.x created (now 3c6ff2e2)

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

michaelo pushed a change to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


      at 3c6ff2e2 Update CI URL

This branch includes the following new commits:

     new bce74583 [MSITE-897] Upgrade Plexus Archiver to 4.2.7
     new f314e9da [MSITE-898] Upgrade Parent to 36
     new 3c6ff2e2 Update CI URL

The 3 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.



[maven-site-plugin] 03/03: Update CI URL

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

michaelo pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 3c6ff2e285063231b7042bfe7875871c9d339830
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Apr 28 20:45:25 2022 +0200

    Update CI URL
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 494ce904..9fbf6435 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-site-plugin/</url>
+    <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-site-plugin/</url>
   </ciManagement>
   <distributionManagement>
     <site>


[maven-site-plugin] 01/03: [MSITE-897] Upgrade Plexus Archiver to 4.2.7

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

michaelo pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit bce7458375464e58f5d2d6cff92f8dde5f45de67
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Apr 27 22:59:11 2022 +0200

    [MSITE-897] Upgrade Plexus Archiver to 4.2.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d8afa459..c2525d31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.5</version>
+      <version>4.2.7</version>
     </dependency>
 
     <dependency>


[maven-site-plugin] 02/03: [MSITE-898] Upgrade Parent to 36

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

michaelo pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit f314e9da6ba0b5611fd5dd7dcff2d9ecc36dcd61
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Apr 27 22:59:35 2022 +0200

    [MSITE-898] Upgrade Parent to 36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c2525d31..494ce904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>34</version>
+    <version>36</version>
     <relativePath />
   </parent>