You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/12/29 11:52:48 UTC

[creadur-whisker] branch master updated (f8715ac -> 8573808)

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

pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git.


    from f8715ac  Merge pull request #17 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.1.2
     add f7bae1b  Bump jdom from 1.1.3 to 2.0.2
     add 6efe9aa  Merge remote-tracking branch 'origin/master' into dependabot/maven/org.jdom-jdom-2.0.2
     add 8932457  Bump maven-changes-plugin from 2.10 to 2.12.1
     add 358293d  Bump maven-checkstyle-plugin from 2.12.1 to 3.1.2
     add ffd7559  Merge remote-tracking branch 'origin/master' into dependabot/maven/org.jdom-jdom-2.0.2
     add 99b75d7  Merge remote-tracking branch 'origin/master' into dependabot/maven/org.jdom-jdom-2.0.2
     add 5bbb27b  WHISKER-20: Migrate to new JDom v2
     add 3db02a7  WHISKER-20: Fix deprecation warning about GnuParser wich is default now
     add 002a2a3  WHISKER-20: Fix deprecation warning about OptionBuilder
     new 8573808  Merge pull request #6 from apache/dependabot/maven/org.jdom-jdom-2.0.2

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:
 .../creadur/whisker/cli/CommandLineOption.java     | 13 +++++----
 .../java/org/apache/creadur/whisker/cli/Main.java  | 12 +++------
 .../creadur/whisker/fromxml/JDomBuilder.java       | 31 ++++++----------------
 .../fromxml/JDomBuilderByOrganisationTest.java     |  2 +-
 .../whisker/fromxml/JDomBuilderLicenseTest.java    |  4 +--
 .../fromxml/JDomBuilderOrganisationTest.java       |  2 +-
 .../whisker/fromxml/JDomBuilderResourceTest.java   |  2 +-
 .../fromxml/JDomBuilderWithDirectoryTest.java      | 21 +--------------
 .../fromxml/JDomBuilderWithLicenseTest.java        |  4 +--
 .../whisker/fromxml/JDomBuilderWorkTest.java       |  6 ++---
 pom.xml                                            |  2 +-
 11 files changed, 29 insertions(+), 70 deletions(-)

[creadur-whisker] 01/01: Merge pull request #6 from apache/dependabot/maven/org.jdom-jdom-2.0.2

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git

commit 857380840c1f2ff3ef586c81cbbd4d8c609b0c8e
Merge: f8715ac 002a2a3
Author: P. Ottlinger <ot...@users.noreply.github.com>
AuthorDate: Wed Dec 29 12:52:46 2021 +0100

    Merge pull request #6 from apache/dependabot/maven/org.jdom-jdom-2.0.2
    
    WHISKER-20: Bump jdom from 1.1.3 to 2.0.2

 .../creadur/whisker/cli/CommandLineOption.java     | 13 +++++----
 .../java/org/apache/creadur/whisker/cli/Main.java  | 12 +++------
 .../creadur/whisker/fromxml/JDomBuilder.java       | 31 ++++++----------------
 .../fromxml/JDomBuilderByOrganisationTest.java     |  2 +-
 .../whisker/fromxml/JDomBuilderLicenseTest.java    |  4 +--
 .../fromxml/JDomBuilderOrganisationTest.java       |  2 +-
 .../whisker/fromxml/JDomBuilderResourceTest.java   |  2 +-
 .../fromxml/JDomBuilderWithDirectoryTest.java      | 21 +--------------
 .../fromxml/JDomBuilderWithLicenseTest.java        |  4 +--
 .../whisker/fromxml/JDomBuilderWorkTest.java       |  6 ++---
 pom.xml                                            |  2 +-
 11 files changed, 29 insertions(+), 70 deletions(-)