diff options
author | Jaikiran Pai <jaikiran@apache.org> | 2019-09-05 09:00:36 +0530 |
---|---|---|
committer | Jaikiran Pai <jaikiran@apache.org> | 2019-09-05 09:08:53 +0530 |
commit | ff8a05bd5ac7a8ecee24b7bc060f6f1661333c57 (patch) | |
tree | 97904922678ef8b6493d0fa7691c942329654b4d /src/etc/poms/ant-junitlauncher | |
parent | 9c656cc1040948412db0bb0d9ed55b2d06084a34 (diff) | |
parent | 80768efaab4003d90252095d160facfc35adc35e (diff) | |
download | ant-ff8a05bd5ac7a8ecee24b7bc060f6f1661333c57.tar.gz |
Merge tag 'rel/1.10.7'
Diffstat (limited to 'src/etc/poms/ant-junitlauncher')
-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 37a5ead47..b8f809f4f 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.7-SNAPSHOT</version> + <version>1.10.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-junitlauncher</artifactId> - <version>1.10.7-SNAPSHOT</version> + <version>1.10.8-SNAPSHOT</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.7-SNAPSHOT</version> + <version>1.10.8-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> |