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 2021/04/23 06:20:53 UTC

[maven-assembly-plugin] branch master updated (4525404 -> a3fdf47)

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-assembly-plugin.git.


    from 4525404  Rewrite bash script to groovy due to Java 16 restrictions
     new 0839535  Bump junit from 4.13.1 to 4.13.2
     new a3fdf47  Bump maven-jxr-plugin from 3.0.0 to 3.1.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-assembly-plugin] 01/02: Bump junit from 4.13.1 to 4.13.2

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-assembly-plugin.git

commit 08395351dc2d2ac6d9e9367489ef9e240a9dc83e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Apr 23 08:19:33 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 993d263..52d69af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>

[maven-assembly-plugin] 02/02: Bump maven-jxr-plugin from 3.0.0 to 3.1.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-assembly-plugin.git

commit a3fdf4749e6c43c97d97043bcfd1399606c02b2c
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Apr 23 08:20:12 2021 +0200

    Bump maven-jxr-plugin from 3.0.0 to 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 52d69af..3a81111 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jxr-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>