Author: ebourg-guest Date: 2015-07-28 16:43:59 +0000 (Tue, 28 Jul 2015) New Revision: 18793
Modified: trunk/ant-contrib/debian/changelog trunk/ant-contrib/debian/maven.rules Log: Fixed the Ant groupId in the published pom Modified: trunk/ant-contrib/debian/changelog =================================================================== --- trunk/ant-contrib/debian/changelog 2015-07-27 17:13:58 UTC (rev 18792) +++ trunk/ant-contrib/debian/changelog 2015-07-28 16:43:59 UTC (rev 18793) @@ -1,3 +1,10 @@ +ant-contrib (1.0~b3+svn177-7) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the Ant groupId in the published pom + + -- Emmanuel Bourg <[email protected]> Tue, 28 Jul 2015 18:43:03 +0200 + ant-contrib (1.0~b3+svn177-6) unstable; urgency=medium * Team upload. Modified: trunk/ant-contrib/debian/maven.rules =================================================================== --- trunk/ant-contrib/debian/maven.rules 2015-07-27 17:13:58 UTC (rev 18792) +++ trunk/ant-contrib/debian/maven.rules 2015-07-28 16:43:59 UTC (rev 18793) @@ -19,3 +19,4 @@ s/bcel/org.apache.bcel/ bcel jar s/5\..*/5.x/ * * s/jayasoft/org.apache.ivy/ ivy jar s/.*/debian/ * * commons-httpclient commons-httpclient jar s/3\..*/3.x/ * * +s/ant/org.apache.ant/ ant * s/.*/debian/ * * _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

