This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jackrabbit.
commit 8692fbfe6f212477430f974488daaae5a173c471 Author: Markus Koschany <[email protected]> Date: Thu Nov 19 17:46:40 2015 +0100 maven.rules: Do not depend on a specific version of maven-bundle-plugin anymore. --- debian/maven.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/maven.rules b/debian/maven.rules index 42e2a45..d58d7bc 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -20,7 +20,7 @@ commons-collections commons-collections jar s/3\..*/3.x/ * * commons-httpclient commons-httpclient jar s/3\..*/3.x/ * * junit junit jar s/4\..*/4.x/ * * org.apache apache pom s/.*/debian/ * * -org.apache.felix maven-bundle-plugin maven-plugin s/.*/2.3.7/ * * +org.apache.felix maven-bundle-plugin maven-plugin s/.*// * * org.apache.jackrabbit jackrabbit-parent pom s/.*/debian/ * * org.apache.jackrabbit jackrabbit-webdav bundle s/.*/debian/ * * org.apache.jackrabbit jackrabbit pom s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackrabbit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

