This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins-remoting.
commit 269b39010dbc73b800e55dead480338632012f9a Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 24 15:42:21 2013 +0200 Updated the Maven rules to use the latest version of args4j --- debian/changelog | 1 + debian/libjenkins-remoting-java.poms | 3 ++- debian/maven.rules | 4 +--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4917924..b69e6e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jenkins-remoting (2.23-2) UNRELEASED; urgency=low * Team upload. * debian/watch: Updated to exclude the test-client versions * debian/control: Use canonical URLs for the Vcs-* fields + * Updated the Maven rules to use the latest version of args4j -- Emmanuel Bourg <[email protected]> Thu, 24 Oct 2013 13:00:13 +0200 diff --git a/debian/libjenkins-remoting-java.poms b/debian/libjenkins-remoting-java.poms index f300aea..d179182 100644 --- a/debian/libjenkins-remoting-java.poms +++ b/debian/libjenkins-remoting-java.poms @@ -24,4 +24,5 @@ # --classifier=<classifier>: Optional, the classifier for the jar. Empty by default. # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] -pom.xml --no-parent --has-package-version --usj-name=jenkins-remoting --java-lib +# +pom.xml --no-parent --has-package-version --java-lib --usj-name=jenkins-remoting diff --git a/debian/maven.rules b/debian/maven.rules index 593eda1..af3eb29 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -14,10 +14,8 @@ # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x -# junit junit jar s/3\\..*/3.x/ +# junit junit jar s/3\..*/3.x/ -args4j args4j-site pom 2.0.16 * * -args4j args4j jar 2.0.16 * * asm asm-all jar s/.*/3.x/ * * junit junit jar s/4\..*/4.x/ * * org.jenkins-ci.main remoting jar s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-remoting.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

