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/05/02 11:49:20 UTC

[maven-jlink-plugin] branch master updated (36cff86 -> e19a1f2)

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


    from 36cff86  Bump actions/cache from v2.1.4 to v2.1.5
     new d7e8535  Bump mockito-core from 3.8.0 to 3.9.0
     new 80aae1f  Bump maven-plugin-plugin from 3.6.0 to 3.6.1
     new 40aaa62  Bump plexus-archiver from 4.2.3 to 4.2.5
     new e19a1f2  (doc) Cleanup Jenkinsfile

The 4 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:
 Jenkinsfile | 2 +-
 pom.xml     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

[maven-jlink-plugin] 04/04: (doc) Cleanup Jenkinsfile

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

commit e19a1f215fcd65820cce16f14ee212f0ab850ded
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 2 13:48:26 2021 +0200

    (doc) Cleanup Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b4e13d9..e9f05f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['8','11','16'])
+asfMavenTlpPlgnBuild()

[maven-jlink-plugin] 02/04: Bump maven-plugin-plugin from 3.6.0 to 3.6.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-jlink-plugin.git

commit 80aae1f10d5ea5a66e036e298694711911c5af73
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 2 13:43:55 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 8b0f200..779d8b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.6.0</version>
+          <version>3.6.1</version>
         </plugin>
       </plugins>
     </pluginManagement>

[maven-jlink-plugin] 01/04: Bump mockito-core from 3.8.0 to 3.9.0

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

commit d7e85353c26cad99d20e4eb2d0bc668e16925e37
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 2 13:43:34 2021 +0200

    Bump mockito-core from 3.8.0 to 3.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c027440..8b0f200 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.8.0</version>
+      <version>3.9.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

[maven-jlink-plugin] 03/04: Bump plexus-archiver from 4.2.3 to 4.2.5

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

commit 40aaa62f09a300924db1e66b46cf0de824e74770
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 2 13:45:00 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 779d8b7..a547036 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.3</version>
+      <version>4.2.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>