Browse Source

relocation is causing different problems

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960770 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
b9e6d155bd
1 changed files with 11 additions and 6 deletions
  1. +11
    -6
      src/etc/gump-poms/ant.pom

+ 11
- 6
src/etc/gump-poms/ant.pom View File

@@ -17,7 +17,9 @@
-->
<!--
This POM has been created manually by the Ant Development Team for
Apache Gump in order to redirect users of very old Ant versions.
Apache Gump in order to help users of very old Ant versions (the POM
inside the mvn repository has not been created by Ant developers and
lacks a dependency on ant-launcher).
The versions are completely irrelevant for Gump.
Don't use it for any other purpose.
-->
@@ -26,9 +28,12 @@
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
<distributionManagement>
<relocation>
<groupId>org.apache.ant</groupId>
</relocation>
</distributionManagement>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.6.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save