This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch master in repository jenkins-json.
commit 0baf2ab91e484f418d6ff0640402491aeece8e24 Author: James Page <[email protected]> Date: Mon Aug 12 10:23:09 2013 +0100 Add rule to remap httpclient artifact to 3.x --- debian/maven.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/maven.rules b/debian/maven.rules index 9237ec9..f04e5d6 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -21,3 +21,4 @@ junit junit jar s/3\..*/3.x/ * * log4j log4j jar s/1\.2\..*/1.2.x/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * s/groovy/org.codehaus.groovy/ groovy* * s/.*/debian/ * * +commons-httpclient commons-httpclient jar s/3\..*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-json.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

