[maven-archiver] branch master updated (6ce5acb -> 153d810)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 20 13:18:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository maven-archiver.

      from  6ce5acb   Fixed the parsing of DEB_CHANGELOG_DATETIME with non english locales
       new  125f13b   Standards-Version updated to 4.0.0
       new  14d35fe   Switch to debhelper level 10
       new  4f6f876   Use secure Vcs-* URLs
       new  8263d1d   Build with the DH sequencer instead of CDBS
      adds  c50ccf5   New upstream version 3.0.0
       new  1cde0b5   Updated version 3.0.0 from 'upstream/3.0.0'
       new  2c5014b   Depend on libmaven3-core-java instead of libmaven2-core-java
      adds  a8bf5b7   New upstream version 3.1.0
       new  76f17aa   Updated version 3.1.0 from 'upstream/3.1.0'
      adds  f5b3bcb   New upstream version 3.1.1
       new  50fdfe2   Updated version 3.1.1 from 'upstream/3.1.1'
       new  ea67d68   Refreshed the patch
       new  64706de   New build dependency on libassertj-core-java
       new  f0c468e   Fixed an incompatibility with the version of Aether used by Maven 3.5
       new  8475bb3   Wrap and sort
       new  153d810   Upload to unstable

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                   |  15 +
 debian/compat                                      |   2 +-
 debian/control                                     |  36 +-
 debian/libmaven-archiver-java-doc.install          |   1 -
 debian/maven.rules                                 |   4 +
 ...hangelog-date-as-pom.properties-timestamp.patch |  26 +-
 debian/patches/03-aether-compatibility.patch       |  16 +
 debian/patches/series                              |   1 +
 debian/rules                                       |   8 +-
 pom.xml                                            |  60 +--
 .../maven/archiver/ManifestConfiguration.java      | 177 ++++---
 .../org/apache/maven/archiver/ManifestSection.java |  32 +-
 .../maven/archiver/MavenArchiveConfiguration.java  | 141 ++++--
 .../org/apache/maven/archiver/MavenArchiver.java   | 388 ++++++++-------
 .../apache/maven/archiver/PomPropertiesUtil.java   | 129 +++--
 src/site/apt/examples/classpath.apt                |   4 +-
 src/site/apt/examples/manifest.apt                 |   6 +-
 src/site/apt/examples/manifestEntries.apt          |   6 +-
 src/site/apt/examples/manifestFile.apt             |   6 +-
 src/site/site.xml                                  |   2 +-
 src/site/xdoc/download.xml.vm                      |   2 +-
 src/site/xdoc/index.xml.vm                         |  18 +-
 .../maven/archiver/ManifestConfigurationTest.java  |  64 +++
 .../archiver/MavenArchiveConfigurationTest.java    |  78 +++
 .../apache/maven/archiver/MavenArchiverTest.java   | 521 +++++++++++++++++----
 .../org/apache/maven/archiver/MockArtifact.java    |  40 +-
 .../resources/custom-pom.properties}               |  44 +-
 27 files changed, 1269 insertions(+), 558 deletions(-)
 create mode 100644 debian/patches/03-aether-compatibility.patch
 create mode 100644 src/test/java/org/apache/maven/archiver/ManifestConfigurationTest.java
 create mode 100644 src/test/java/org/apache/maven/archiver/MavenArchiveConfigurationTest.java
 copy src/{site/resources/download.cgi => test/resources/custom-pom.properties} (77%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-archiver.git



More information about the pkg-java-commits mailing list