Browse Source

wrong host name

master
Stefan Bodewig 11 years ago
parent
commit
f168a341f4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/poms/pom.xml

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

@@ -51,9 +51,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
</repository>
</distributionManagement>
<scm>
<connection>scm:git:https://svn.apache.org/repos/asf/ant.git</connection>
<developerConnection>scm:git:https://svn.apache.org/repos/asf/ant.git</developerConnection>
<url>https://svn.apache.org/repos/asf/ant.git</url>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf/ant.git</url>
</scm>
<ciManagement>
<system>hudson</system>


Loading…
Cancel
Save