This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jarjar-maven-plugin.
commit fcac8d47cf895ea75b70ebb4d093f34c3e178537 Author: Emmanuel Bourg <[email protected]> Date: Wed Jun 10 10:18:53 2015 +0200 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 1195bb9..3b1709c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jarjar-maven-plugin (1.9-4) UNRELEASED; urgency=medium * Fixed a build failure by changing the Maven rule for asm * Marked the ant dependency in the pom as provided (Closes: #769804) + * Fixed debian/watch -- Emmanuel Bourg <[email protected]> Wed, 10 Jun 2015 09:30:11 +0200 diff --git a/debian/watch b/debian/watch index 16a9e8d..85b0d84 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://githubredir.debian.net/github/sonatype/jarjar-maven-plugin/jarjar-maven-plugin-(.*).tar.gz \ No newline at end of file +https://github.com/sonatype/jarjar-maven-plugin/tags .*/jarjar-maven-plugin-([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jarjar-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

