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%)

Reply via email to