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/03/09 00:51:29 UTC

[maven-project-info-reports-plugin] branch master updated: Bump maven-jarsigner-plugin from 1.4 to 3.0.0

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-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e188e9  Bump maven-jarsigner-plugin from 1.4 to 3.0.0
7e188e9 is described below

commit 7e188e97a101233987d16062ec9629ebac5d6144
Author: dependabot[bot] <su...@dependabot.com>
AuthorDate: Fri May 24 05:33:55 2019 +0000

    Bump maven-jarsigner-plugin from 1.4 to 3.0.0
    
    Bumps [maven-jarsigner-plugin](https://github.com/apache/maven-jarsigner-plugin) from 1.4 to 3.0.0.
    - [Release notes](https://github.com/apache/maven-jarsigner-plugin/releases)
    - [Commits](https://github.com/apache/maven-jarsigner-plugin/compare/maven-jarsigner-plugin-1.4...maven-jarsigner-plugin-3.0.0)
    
    Signed-off-by: dependabot[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8fe8625..fdfe721 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jarsigner-plugin</artifactId>
-          <version>1.4</version>
+          <version>3.0.0</version>
           <configuration>
             <keystore>${basedir}/target/jetty.jks</keystore>
             <keypass>apache</keypass>