You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2012/03/05 23:32:31 UTC

svn commit: r1297258 - /ant/core/trunk/src/etc/poms/pom.xml

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>