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/06/27 12:42:46 UTC

[maven-shade-plugin] branch snyk-upgrade-863254bd91ba492a42db7664b7ef0626 updated (b7a6c08 -> 44faf3e)

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

slachiewicz pushed a change to branch snyk-upgrade-863254bd91ba492a42db7664b7ef0626
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git.


 discard b7a6c08  upgrade org.codehaus.plexus:plexus-utils from 1.4.1 to 3.3.0
    omit 9c62a53  upgrade org.jdom:jdom from 1.1 to 2.0.2
     new bb1924a  upgrade org.jdom:jdom from 1.1 to 2.0.2
     new 44faf3e  upgrade org.codehaus.plexus:plexus-utils from 1.4.1 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   (b7a6c08)
            \
             N -- N -- N   refs/heads/snyk-upgrade-863254bd91ba492a42db7664b7ef0626 (44faf3e)

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 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:
 src/it/projects/mini-jar-respect-includes/verify.bsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven-shade-plugin] 01/02: upgrade org.jdom:jdom from 1.1 to 2.0.2

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

slachiewicz pushed a commit to branch snyk-upgrade-863254bd91ba492a42db7664b7ef0626
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit bb1924a0e11696a2892052fc6381d747eee8ff63
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jun 27 14:42:07 2020 +0200

    upgrade org.jdom:jdom from 1.1 to 2.0.2
    
    
    2
---
 src/it/projects/mini-jar-respect-includes/pom.xml    | 2 +-
 src/it/projects/mini-jar-respect-includes/verify.bsh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/it/projects/mini-jar-respect-includes/pom.xml b/src/it/projects/mini-jar-respect-includes/pom.xml
index 110242a..221e6de 100644
--- a/src/it/projects/mini-jar-respect-includes/pom.xml
+++ b/src/it/projects/mini-jar-respect-includes/pom.xml
@@ -42,7 +42,7 @@ under the License.
     <dependency>
       <groupId>org.jdom</groupId>
       <artifactId>jdom</artifactId>
-      <version>1.1</version>
+      <version>2.0.2</version>
     </dependency>
     
     <dependency>
diff --git a/src/it/projects/mini-jar-respect-includes/verify.bsh b/src/it/projects/mini-jar-respect-includes/verify.bsh
index 43b15a5..1da8d7c 100644
--- a/src/it/projects/mini-jar-respect-includes/verify.bsh
+++ b/src/it/projects/mini-jar-respect-includes/verify.bsh
@@ -25,7 +25,7 @@ String[] wanted =
     "junit/framework/TestCase.class",
     "junit/swingui/icons/error.gif",
     "junit/awtui/TestRunner.class",
-    "org/jdom/Document.class"
+    "org/jdom2/Document.class"
 };
 
 String[] unwanted =


[maven-shade-plugin] 02/02: upgrade org.codehaus.plexus:plexus-utils from 1.4.1 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 snyk-upgrade-863254bd91ba492a42db7664b7ef0626
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 44faf3ebaf73ccee7a82e28f59c6f122f2ace266
Author: snyk-bot <sn...@snyk.io>
AuthorDate: Thu Feb 13 02:45:58 2020 +0000

    upgrade org.codehaus.plexus:plexus-utils from 1.4.1 to 3.3.0
---
 src/test/projects/test-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/projects/test-project/pom.xml b/src/test/projects/test-project/pom.xml
index 4336009..7f1cecf 100644
--- a/src/test/projects/test-project/pom.xml
+++ b/src/test/projects/test-project/pom.xml
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.4.1</version>
+      <version>3.3.0</version>
     </dependency>  
     <dependency>
       <groupId>junit</groupId>