You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 17:24:32 UTC

[maven-shared-incremental] 35/44: [MSHARED-371] Increased chance of java8 compliance by updating to asm5.x based plexus-component-*

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-shared-incremental.git

commit ae96f01c015f5443b38ba3125d02e28208823e68
Author: Kristian Rosenvold <kr...@apache.org>
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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index b71ef63..2e5db8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
+      <version>1.6</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -127,6 +128,7 @@
       <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
"commits@maven.apache.org" <co...@maven.apache.org>.