This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javamail.
commit 85ce6f08b1cab65d6707bf33e54130f9c1746b7c Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 4 14:26:49 2016 +0100 Fixed the version in the Export-Package field of the OSGi metadata --- debian/changelog | 1 + debian/maven.properties | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index d3b700a..7cd617a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ javamail (1.5.6-2) UNRELEASED; urgency=medium * Team upload. + * Fixed the version in the Export-Package field of the OSGi metadata * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Fri, 04 Nov 2016 11:38:16 +0100 diff --git a/debian/maven.properties b/debian/maven.properties index 78e2eb5..e9c32b6 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -3,3 +3,6 @@ # maven.test.skip=true debian.maven-bundle-plugin.compatibility=true + +# Set the OSGi version to compensate the disabled osgiversion plugin +mail.osgiversion=${project.version} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

