Author: twerner Date: 2010-08-03 00:52:36 +0000 (Tue, 03 Aug 2010) New Revision: 12846
Modified: trunk/antlr3/debian/changelog trunk/antlr3/debian/maven.properties Log: UNRELEASED * Team upload. * Don't skip tests but ignore failures. Modified: trunk/antlr3/debian/changelog =================================================================== --- trunk/antlr3/debian/changelog 2010-07-31 17:25:04 UTC (rev 12845) +++ trunk/antlr3/debian/changelog 2010-08-03 00:52:36 UTC (rev 12846) @@ -1,3 +1,11 @@ +antlr3 (3.2-5) unstable; urgency=low + + UNRELEASED + * Team upload. + * Don't skip tests but ignore failures. + + -- Torsten Werner <[email protected]> Tue, 03 Aug 2010 02:52:07 +0200 + antlr3 (3.2-4) unstable; urgency=low [ Ludovic Claude ] Modified: trunk/antlr3/debian/maven.properties =================================================================== --- trunk/antlr3/debian/maven.properties 2010-07-31 17:25:04 UTC (rev 12845) +++ trunk/antlr3/debian/maven.properties 2010-08-03 00:52:36 UTC (rev 12846) @@ -1,4 +1,4 @@ # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true -maven.test.skip=true +maven.test.failure.ignore=true _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

