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/08/22 21:07:58 UTC

[maven-jarsigner-plugin] branch upgrade-plexus updated (4ebb6f3 -> de489af)

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

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


 discard 4ebb6f3  [sec] Upgrade plexus to 3.3.0
     add f0bbe8d  [MJARSIGNER-61] make build Reproducible
     add 3663e2c  fixed broken links (MPIR 3)
     add d5c580d  added README
     add 31e4659  README improvement
     add 4e14942  update ASF CI url
     add 35ac6ef  update ASF CI url
     add dd2b3b4  (doc) Fix "Maven encryption guide" link
     add 04d26e9  update CI url
     new de489af  [sec] Upgrade plexus to 3.3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4ebb6f3)
            \
             N -- N -- N   refs/heads/upgrade-plexus (de489af)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .asf.yaml                 | 26 +++++++++++++
 README.md                 | 99 +++++++++++++++++++++++++++++++++++++++++++++++
 pom.xml                   |  5 ++-
 src/site/apt/index.apt.vm |  8 ++--
 src/site/apt/usage.apt.vm |  2 +-
 5 files changed, 133 insertions(+), 7 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 README.md

[maven-jarsigner-plugin] 01/01: [sec] Upgrade plexus to 3.3.0

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

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

commit de489af8d6b8a56215adec7238ff303ae0b3bef8
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 14 17:25:08 2020 +0100

    [sec] Upgrade plexus to 3.3.0
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0eea10d..1f0e7ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,15 @@ under the License.
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-utils</artifactId>
+        <version>3.3.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>