|
|
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m |
|
|
|
<groupId>org.apache.ant</groupId> |
|
|
|
<artifactId>ant-parent</artifactId> |
|
|
|
<relativePath>../pom.xml</relativePath> |
|
|
|
<version>1.10.9-SNAPSHOT</version> |
|
|
|
<version>1.10.10-SNAPSHOT</version> |
|
|
|
</parent> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<url>https://ant.apache.org/</url> |
|
|
|
<groupId>org.apache.ant</groupId> |
|
|
|
<artifactId>ant-netrexx</artifactId> |
|
|
|
<version>1.10.9-SNAPSHOT</version> |
|
|
|
<version>1.10.10-SNAPSHOT</version> |
|
|
|
<name>Apache Ant + NetRexx</name> |
|
|
|
<description>NetRexxC task |
|
|
|
dependency can be downloaded from https://www.ibm.com/software/awdtools/netrexx/download.html</description> |
|
|
@@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.ant</groupId> |
|
|
|
<artifactId>ant</artifactId> |
|
|
|
<version>1.10.9-SNAPSHOT</version> |
|
|
|
<version>1.10.10-SNAPSHOT</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<!-- Processed too early, before maven-antrun-plugin gets a chance to work: |
|
|
|