Emmanuel Bourg pushed to branch master at Debian Java Maintainers / apache-directory-api
Commits: 56b2ff6e by Emmanuel Bourg at 2024-10-30T09:42:20+01:00 Ignore maven-surefire-report-plugin (Closes: #1086254) - - - - - 322d322c by Emmanuel Bourg at 2024-10-30T09:42:32+01:00 Depend on commons-collections4 instead of commons-collections3 - - - - - 1b56aa03 by Emmanuel Bourg at 2024-10-30T09:43:02+01:00 Depend on commons-lang3 instead of commons-lang - - - - - cfb19d36 by Emmanuel Bourg at 2024-10-30T09:43:07+01:00 Standards-Version updated to 4.7.0 - - - - - 9a21dd71 by Emmanuel Bourg at 2024-10-30T09:43:42+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/maven.ignoreRules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +apache-directory-api (2.1.2-2) unstable; urgency=medium + + * Ignore maven-surefire-report-plugin (Closes: #1086254) + * Depend on commons-collections4 instead of commons-collections3 + * Depend on commons-lang3 instead of commons-lang + * Standards-Version updated to 4.7.0 + + -- Emmanuel Bourg <[email protected]> Wed, 30 Oct 2024 09:43:37 +0100 + apache-directory-api (2.1.2-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -8,9 +8,9 @@ Build-Depends: default-jdk, libantlr-java, libantlr-maven-plugin-java, - libcommons-collections3-java, + libcommons-collections4-java, libcommons-io-java, - libcommons-lang-java, + libcommons-lang3-java, libcommons-pool2-java, libcommons-text-java, libdom4j-java, @@ -23,7 +23,7 @@ Build-Depends: libslf4j-java, libxpp3-java, maven-debian-helper (>= 2.0) -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/java-team/apache-directory-api.git Vcs-Browser: https://salsa.debian.org/java-team/apache-directory-api Homepage: http://directory.apache.org/api/ ===================================== debian/maven.ignoreRules ===================================== @@ -6,6 +6,7 @@ org.apache.maven.plugins maven-jar-plugin * * * * org.apache.maven.plugins maven-site-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.apache.maven.plugins maven-surefire-plugin * * * * +org.apache.maven.plugins maven-surefire-report-plugin * * * * org.apache.maven.wagon wagon-ssh-external * * * * org.apache.maven.wagon wagon-ssh * * * * org.apache.rat apache-rat-plugin * * * * View it on GitLab: https://salsa.debian.org/java-team/apache-directory-api/-/compare/dadffe2652b0d7655fd8065978be39e10f55c032...9a21dd71a1693fff3a9d6892fc6c243166e3bcd8 -- View it on GitLab: https://salsa.debian.org/java-team/apache-directory-api/-/compare/dadffe2652b0d7655fd8065978be39e10f55c032...9a21dd71a1693fff3a9d6892fc6c243166e3bcd8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

