This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository yecht.
commit 1f8fee75b98d1d369ba0a670614d2141a51b5f5f Author: Charles Oliver Nutter <[email protected]> Date: Wed Jul 10 09:47:31 2013 -0500 Change open-ended jruby-core dep to not extend past 1.8.0. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0aea3d3..e19cd06 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-core</artifactId> - <version>[1.7.0,)</version> + <version>[1.7.0,1.8.0)</version> <scope>provided</scope> </dependency> </dependencies> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/yecht.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

