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/04/26 21:07:47 UTC

[maven-shared-utils] branch dependabot/maven/org.hamcrest-hamcrest-core-2.2 updated (fe08c5d -> bb2f85e)

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

slachiewicz pushed a change to branch dependabot/maven/org.hamcrest-hamcrest-core-2.2
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


 discard fe08c5d  Bump hamcrest-core from 1.3 to 2.2
     add 4264899  update to parent 34
     add 001baa7  fix a number of small warnings and formatting issues (#10)
     add 297e7ff  docs: Java 7 is the target (#24)
     add 50bba92  docs: we don't shade commons-io (#22)
     add a46b881  don't throw a java.lang.Error when reading invalid or corrupt properties files (#25)
     add c26ac49  added README and GitHub configuration
     add 29e61f2  docs: edit various comments for typos and Sun javadoc conventions (#26)
     add ff23ef7  [MSHARED-881] use try with resources (#27)
     add 75ea857  README improvement
     new bb2f85e  Bump hamcrest-core from 1.3 to 2.2

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   (fe08c5d)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.hamcrest-hamcrest-core-2.2 (bb2f85e)

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                                          |  25 ++
 readme.md => README.md                             |  63 ++--
 pom.xml                                            |   2 +-
 .../apache/maven/shared/utils/PropertyUtils.java   | 145 ++++----
 .../apache/maven/shared/utils/io/FileUtils.java    | 370 +++++++--------------
 .../org/apache/maven/shared/utils/xml/Xpp3Dom.java |   9 -
 .../maven/shared/utils/xml/Xpp3DomBuilder.java     |   6 +-
 src/site/apt/index.apt.vm                          |   9 -
 .../maven/shared/utils/PropertyUtilsTest.java      |  22 +-
 .../maven/shared/utils/XmlStreamReaderTest.java    |  54 +--
 .../shared/utils/cli/CommandLineUtilsTest.java     |  26 +-
 .../maven/shared/utils/io/FileUtilsTest.java       |   2 +-
 .../maven/shared/utils/io/SymlinkTestSetup.java    |  15 +-
 13 files changed, 301 insertions(+), 447 deletions(-)
 create mode 100644 .asf.yaml
 rename readme.md => README.md (64%)


[maven-shared-utils] 01/01: Bump hamcrest-core from 1.3 to 2.2

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.hamcrest-hamcrest-core-2.2
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit bb2f85e98c3c651ae50b7f642500cb74f50abb0d
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Mar 9 04:19:41 2020 +0000

    Bump hamcrest-core from 1.3 to 2.2
    
    Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2.
    - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
    - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
    - [Commits](https://github.com/hamcrest/JavaHamcrest/compare/hamcrest-java-1.3...v2.2)
    
    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 21a01e0..681089d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
-      <version>1.3</version>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>