You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/10/13 18:53:19 UTC

[maven-site-plugin] branch master updated (1677598 -> e9854e5)

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

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


    from 1677598  update ASF CI url
     new e2b57b8  Bump plexus-archiver from 4.2.2 to 4.2.3
     new e9854e5  Bump junit from 4.13 to 4.13.1

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


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[maven-site-plugin] 02/02: Bump junit from 4.13 to 4.13.1

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

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

commit e9854e5ac131396ba10cc59664afcf97ed7b0acc
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Oct 13 20:52:25 2020 +0200

    Bump junit from 4.13 to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0fea8c..c8e5cd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>


[maven-site-plugin] 01/02: Bump plexus-archiver from 4.2.2 to 4.2.3

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

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

commit e2b57b8331ac098d8750bc03adea33331d5f3fe2
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Oct 13 20:52:06 2020 +0200

    Bump plexus-archiver from 4.2.2 to 4.2.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c30560..e0fea8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,7 +290,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.2</version>
+      <version>4.2.3</version>
     </dependency>
 
     <dependency>