This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-hpi-plugin.
commit 49c0dd1e508400e0c87421c54dbee304cca23da4 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 14 00:08:24 2015 +0100 Fixed debian/watch --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5904e85..fc78e4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-hpi-plugin (1.93-4) UNRELEASED; urgency=medium * Team upload. * Added a dependency on libmaven-deploy-plugin-java to fix errors occurring when building Jenkins plugins with Maven 3 + * Fixed debian/watch -- Emmanuel Bourg <[email protected]> Mon, 14 Dec 2015 00:05:08 +0100 diff --git a/debian/watch b/debian/watch index d441ad1..9870ceb 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=dversionmangle=s/\.dfsg// \ -http://githubredir.debian.net/github/jenkinsci/maven-hpi-plugin/ maven-hpi-plugin-(.*).tar.gz +https://github.com/jenkinsci/maven-hpi-plugin/tags .*/maven-hpi-plugin-(.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-hpi-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

