This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jets3t.
commit d45b3146af19b03d70299efef7702bb37cd58ce8 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 2 09:47:43 2015 +0200 Fixed the version of java-xmlbuilder in the pom (Closes: #756487) --- debian/changelog | 1 + debian/maven.rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 754a108..41a14f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jets3t (0.8.1+dfsg-3) UNRELEASED; urgency=medium * Team upload. + * Fixed the version of java-xmlbuilder in the pom (Closes: #756487) * Updated Standards-Version to 3.9.6 (no changes) * debian/copyright: - Updated the Format URI diff --git a/debian/maven.rules b/debian/maven.rules index 1fbcfd7..abb7852 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -3,3 +3,4 @@ javax.servlet servlet-api * s/2\..*/2.5/ * * # Version jets3t for 0.x net.java.dev.jets3t * * s/0\..*/0.x/ * * commons-httpclient commons-httpclient * s/3\..*/3.x/ * * +com.jamesmurty.utils java-xmlbuilder * s/0\..*/0.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jets3t.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

