Markus Koschany pushed to branch master at Debian Java Maintainers / plexus-archiver
Commits: 28e7385f by Markus Koschany at 2018-08-23T10:03:13Z debian/maven.properties:Set source/target to 1.7. Thanks: Santiago Vila for the report. Closes: #906396 - - - - - fc1d7011 by Markus Koschany at 2018-08-23T10:03:58Z Declare compliance with Debian Policy 4.2.0. - - - - - 36c68ee3 by Markus Koschany at 2018-08-23T10:04:47Z Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/maven.properties Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +plexus-archiver (3.6.0-2) unstable; urgency=medium + + * Team upload. + * debian/maven.properties: Set source/target to 1.7 and fix the FTBFS. + Thanks to Santiago Vila for the report. (Closes: #906396) + * Declare compliance with Debian Policy 4.2.0. + + -- Markus Koschany <[email protected]> Thu, 23 Aug 2018 12:04:10 +0200 + plexus-archiver (3.6.0-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: libsnappy-java, libxz-java, maven-debian-helper (>= 2.2) -Standards-Version: 4.1.4 +Standards-Version: 4.2.0 Vcs-Git: https://salsa.debian.org/java-team/plexus-archiver.git Vcs-Browser: https://salsa.debian.org/java-team/plexus-archiver Homepage: https://codehaus-plexus.github.io/plexus-archiver/ ===================================== debian/maven.properties ===================================== --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,2 +1,4 @@ project.build.sourceEncoding=UTF-8 +maven.compiler.source=1.7 +maven.compiler.target=1.7 View it on GitLab: https://salsa.debian.org/java-team/plexus-archiver/compare/35f70760eb10ddde30dbdb337546cc09e533183f...36c68ee3fcd9449aae7294ad9799c3b1cbe40118 -- View it on GitLab: https://salsa.debian.org/java-team/plexus-archiver/compare/35f70760eb10ddde30dbdb337546cc09e533183f...36c68ee3fcd9449aae7294ad9799c3b1cbe40118 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

