Browse Source

Must have a well-formed URL, or builds.apache.org croaks.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1297258 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 13 years ago
parent
commit
6ec534027f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/poms/pom.xml

+ 1
- 1
src/etc/poms/pom.xml View File

@@ -47,7 +47,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<repository>
<id>dummy</id>
<name>Dummy to avoid accidental deploys</name>
<url></url>
<url>http://nowhere.net/</url>
</repository>
</distributionManagement>
<scm>


Loading…
Cancel
Save