Markus Koschany pushed to branch master at Debian Java Maintainers / jackson-dataformat-xml
Commits: eb241ca1 by Markus Koschany at 2018-11-16T21:36:02Z Fix FTBFS by changing the jaxb api version to debian in javadoc-classpath.patch. Closes: #913840 Thanks: Adrian Bunk for the report. - - - - - e0a5cc39 by Markus Koschany at 2018-11-16T21:37:13Z Update changelog - - - - - 2 changed files: - debian/changelog - debian/patches/javadoc-classpath.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jackson-dataformat-xml (2.9.7-2) unstable; urgency=medium + + * Fix FTBFS by changing the jaxb api version to debian in + javadoc-classpath.patch. + Thanks to Adrian Bunk for the report. (Closes: #913840) + + -- Markus Koschany <[email protected]> Fri, 16 Nov 2018 22:36:52 +0100 + jackson-dataformat-xml (2.9.7-1) unstable; urgency=medium * New upstream version 2.9.7. ===================================== debian/patches/javadoc-classpath.patch ===================================== @@ -26,7 +26,7 @@ index 181a0ae..605c61e 100644 + <additionalDependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> -+ <version>2.3.0</version> ++ <version>debian</version> + </additionalDependency> + </additionalDependencies> + </configuration> View it on GitLab: https://salsa.debian.org/java-team/jackson-dataformat-xml/compare/7cdbcb79f416aa1af85d677f93c0f99e51b92678...e0a5cc39e59aa31024d090fe4ae65f576d69d0ce -- View it on GitLab: https://salsa.debian.org/java-team/jackson-dataformat-xml/compare/7cdbcb79f416aa1af85d677f93c0f99e51b92678...e0a5cc39e59aa31024d090fe4ae65f576d69d0ce 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

