Author: jglick
Date: Mon Mar 5 22:32:31 2012
New Revision: 1297258
URL: http://svn.apache.org/viewvc?rev=1297258&view=rev
Log:
Must have a well-formed URL, or builds.apache.org croaks.
Modified:
ant/core/trunk/src/etc/poms/pom.xml
Modified: ant/core/trunk/src/etc/poms/pom.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/pom.xml?rev=1297258&r1=1297257&r2=1297258&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/pom.xml Mon Mar 5 22:32:31 2012
@@ -47,7 +47,7 @@ xsi:schemaLocation="http://maven.apache.
<repository>
<id>dummy</id>
<name>Dummy to avoid accidental deploys</name>
- <url></url>
+ <url>http://nowhere.net/</url>
</repository>
</distributionManagement>
<scm>