sun min pushed to branch master at Debian Java Maintainers / javamail
Commits: fffd8d45 by sun min at 2023-05-17T14:28:26+08:00 Update Homepage url - - - - - a5e4c54a by sun min at 2023-05-17T14:31:00+08:00 Upgrade source and target level to java8 (ftbfs) - - - - - 851fbd58 by sun min at 2023-05-17T14:31:50+08:00 Update changelog for version 1.6.5-2 - - - - - 3 changed files: - debian/changelog - debian/control - debian/maven.properties Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +javamail (1.6.5-2) experimental; urgency=medium + + * Team upload. + * Fix ftbfs bug (Closes: #1036206) + * Update upstream homepage (Closes: #1033247) + + -- Sun Min <[email protected]> Wed, 17 May 2023 14:24:34 +0800 + javamail (1.6.5-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -20,7 +20,7 @@ Build-Depends: Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/javamail.git Vcs-Browser: https://salsa.debian.org/java-team/javamail -Homepage: http://javamail.java.net +Homepage: https://jakartaee.github.io/mail-api Package: libmail-java Architecture: all ===================================== debian/maven.properties ===================================== @@ -6,3 +6,6 @@ debian.maven-bundle-plugin.compatibility=true # Set the OSGi version to compensate the disabled osgiversion plugin mail.osgiversion=${project.version} + +maven.compiler.source=1.8 +maven.compiler.target=1.8 View it on GitLab: https://salsa.debian.org/java-team/javamail/-/compare/d0ed9e7ce17610330ce115a1035e140289b7bb23...851fbd58916b943a5bf8c2f7d182a9b5f5e47ca1 -- View it on GitLab: https://salsa.debian.org/java-team/javamail/-/compare/d0ed9e7ce17610330ce115a1035e140289b7bb23...851fbd58916b943a5bf8c2f7d182a9b5f5e47ca1 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

