diff options
author | Stefan Bodewig <bodewig@apache.org> | 2018-06-19 08:44:01 +0200 |
---|---|---|
committer | Stefan Bodewig <bodewig@apache.org> | 2018-06-19 08:44:01 +0200 |
commit | 9dc3e788b8194602544fb3c553eb59a7b01dd51d (patch) | |
tree | eeb6880bb2a984b6e828015d19dcc251da9cafba /src/etc/poms/ant-junitlauncher/pom.xml | |
parent | 0352dd280e63b6c75ff1c08642eff2b0d65b84d1 (diff) | |
download | ant-9dc3e788b8194602544fb3c553eb59a7b01dd51d.tar.gz |
prepare RC1 of Ant 1.10.4rel/1.10.4ANT_1.10.4_RC1
Diffstat (limited to 'src/etc/poms/ant-junitlauncher/pom.xml')
-rw-r--r-- | src/etc/poms/ant-junitlauncher/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-junitlauncher/pom.xml b/src/etc/poms/ant-junitlauncher/pom.xml index 2a9d47f4e..35141feab 100644 --- a/src/etc/poms/ant-junitlauncher/pom.xml +++ b/src/etc/poms/ant-junitlauncher/pom.xml @@ -26,20 +26,20 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <modelVersion>4.0.0</modelVersion> <url>http://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-junitlauncher</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <name>Apache Ant + JUnit 5</name> <description>contains JUnit 5.x support</description> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <scope>compile</scope> </dependency> <dependency> |