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/08 20:59:13 UTC

[maven-project-info-reports-plugin] branch dependabot/maven/org.apache.maven.plugins-maven-jarsigner-plugin-3.0.0 created (now c612f73)

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

slachiewicz pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-jarsigner-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


      at c612f73  Bump maven-jarsigner-plugin from 1.4 to 3.0.0

This branch includes the following new commits:

     new c612f73  Bump maven-jarsigner-plugin from 1.4 to 3.0.0

The 1 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-project-info-reports-plugin] 01/01: Bump maven-jarsigner-plugin from 1.4 to 3.0.0

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

slachiewicz pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-jarsigner-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git

commit c612f7364f24e54d2381f24c195fc235b63482c9
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 033a2d8..aeb9c33 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>