Author: twerner Date: 2010-02-28 10:52:14 +0000 (Sun, 28 Feb 2010) New Revision: 11759
Modified: trunk/groovy/debian/changelog trunk/groovy/debian/maven.rules Log: Replace asm2 with asm3 in debian/maven.rules. (Closes: #571356) Modified: trunk/groovy/debian/changelog =================================================================== --- trunk/groovy/debian/changelog 2010-02-28 10:17:59 UTC (rev 11758) +++ trunk/groovy/debian/changelog 2010-02-28 10:52:14 UTC (rev 11759) @@ -1,3 +1,9 @@ +groovy (1.7.0-3) unstable; urgency=low + + * Replace asm2 with asm3 in debian/maven.rules. (Closes: #571356) + + -- Torsten Werner <[email protected]> Sun, 28 Feb 2010 11:33:39 +0100 + groovy (1.7.0-2) unstable; urgency=low * Replace asm2 with asm3 in debian/groovy.links (Closes: #571369) Modified: trunk/groovy/debian/maven.rules =================================================================== --- trunk/groovy/debian/maven.rules 2010-02-28 10:17:59 UTC (rev 11758) +++ trunk/groovy/debian/maven.rules 2010-02-28 10:52:14 UTC (rev 11759) @@ -1,4 +1,4 @@ -asm asm* jar s/2\..*/2.x/ +asm asm* jar s/3\..*/3.x/ antlr antlr jar s/2\..*/2.x/ junit junit jar s/3\..*/3.x/ javax.servlet servlet-api jar * _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

