You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/12/18 00:05:40 UTC

svn commit: r1774827 - /maven/pom/trunk/maven/pom.xml

Author: schulte
Date: Sun Dec 18 00:05:40 2016
New Revision: 1774827

URL: http://svn.apache.org/viewvc?rev=1774827&view=rev
Log:
[MPOM-150] Upgrade plexus to 1.7.1.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1774827&r1=1774826&r2=1774827&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Dec 18 00:05:40 2016
@@ -865,7 +865,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-annotations</artifactId>
-        <version>1.7</version>
+        <version>1.7.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugin-tools</groupId>