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/05/03 11:33:59 UTC

[maven-shared-jar] branch dependabot/maven/org.codehaus.plexus-plexus-digest-1.1 updated (32187a4 -> 15c1812)

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

slachiewicz pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-digest-1.1
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git.


 discard 32187a4  Bump plexus-digest from 1.0 to 1.1
 discard be9c136  Bump maven-shared-utils from 3.0.0 to 3.2.1
 discard ed9ce16  Bump junit from 4.12 to 4.13
     add 3d32d9b  [MSHARED-839] Bump junit from 4.12 to 4.13
     add abac5e6  [MSHARED-840] Migrate to Plexus Annotations
     add b214082  [MSHARED-408] Not ignore parent model group and version values
     add 6dd0c77  [MSHARED-499] Bump maven-shared-utils from 3.0.0 to 3.2.1
     new 15c1812  [MSHARED-484] plexus-digest from 1.0 to 1.1

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   (32187a4)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codehaus.plexus-plexus-digest-1.1 (15c1812)

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:
 pom.xml                                            |   6 +++++
 .../shared/jar/classes/JarClassesAnalysis.java     |   3 ++-
 .../identification/JarIdentificationAnalysis.java  |   8 +++---
 .../exposers/EmbeddedMavenModelExposer.java        |  29 ++++++++++++---------
 .../identification/exposers/FilenameExposer.java   |   4 +--
 .../identification/exposers/JarClassesExposer.java |   9 +++----
 .../identification/exposers/ManifestExposer.java   |   4 +--
 .../exposers/RepositorySearchExposer.java          |  14 +++++-----
 .../exposers/StaticMainOutputExposer.java          |   4 +--
 .../identification/exposers/TextFileExposer.java   |   4 +--
 .../identification/exposers/TimestampExposer.java  |   4 +--
 .../hash/JarBytecodeHashAnalyzer.java              |   8 +++---
 .../identification/hash/JarFileHashAnalyzer.java   |   8 +++---
 .../repository/EmptyRepositoryHashSearch.java      |   4 +--
 .../exposers/EmbeddedMavenModelExposerTest.java    |  20 ++++++++++++++
 src/test/resources/jars/test1.jar                  | Bin 0 -> 1071 bytes
 16 files changed, 79 insertions(+), 50 deletions(-)
 create mode 100644 src/test/resources/jars/test1.jar


[maven-shared-jar] 01/01: [MSHARED-484] plexus-digest from 1.0 to 1.1

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.codehaus.plexus-plexus-digest-1.1
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git

commit 15c1812aa3e8fd24b43ce85021831e597a65b5af
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sun Jan 19 10:24:08 2020 +0000

    [MSHARED-484] plexus-digest from 1.0 to 1.1
    
    
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 72de993..8c4a2b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-digest</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
     </dependency>
 
     <dependency>