This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
commit 343876603618283e0d67403266fc5a6eb052f5c9 Author: Michael Osipov <[email protected]> AuthorDate: Sun Mar 31 12:00:45 2019 +0200 [MRESOLVER-79] Upgrade Maven Ant Run Plugin to 1.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fe22e5..ff88669 100644 --- a/pom.xml +++ b/pom.xml @@ -332,7 +332,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.6</version> + <version>1.8</version> <executions> <execution> <id>smoke-test</id>
