This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
The following commit(s) were added to refs/heads/master by this push: new 3894dc4 Set resolverVersion to 1.1.1 3894dc4 is described below commit 3894dc4f92ba701f61089452cb1dfe07c7e1afa2 Author: rfscholte <rfscho...@apache.org> AuthorDate: Thu Feb 15 19:50:22 2018 +0100 Set resolverVersion to 1.1.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ce5d676..c500a34 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <properties> <mavenVersion>3.5.0</mavenVersion> - <resolverVersion>1.1.0</resolverVersion> + <resolverVersion>1.1.1</resolverVersion> <javaVersion>7</javaVersion> <maven.site.path>resolver-archives/resolver-ant-tasks-LATEST</maven.site.path> <checkstyle.violation.ignore>LineLength,MagicNumber</checkstyle.violation.ignore> -- To stop receiving notification emails like this one, please contact rfscho...@apache.org.