This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-downloader.git
commit 22311edf3e99e064ab933341be699fc84ef4f0b4 Author: Kristian Rosenvold <[email protected]> AuthorDate: Fri Oct 24 04:30:46 2014 +0000 [MSHARED-371] Increased chance of java8 compliance by updating to asm5.x based plexus-component-* git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1633997 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 0654ec8..cfc7651 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ under the License. <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-metadata</artifactId> + <version>1.6</version> <executions> <execution> <goals> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
