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 2015/09/26 16:42:25 UTC

svn commit: r1705471 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Sat Sep 26 14:42:25 2015
New Revision: 1705471

URL: http://svn.apache.org/viewvc?rev=1705471&view=rev
Log:
upgraded parent pom to Maven parent 27

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

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1705471&r1=1705470&r2=1705471&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Sep 26 14:42:25 2015
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>26</version>
+    <version>27</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -298,11 +298,6 @@ under the License.
         <artifactId>plexus-utils</artifactId>
         <version>3.0.15</version>
       </dependency>
-      <dependency><!-- remove when upgrading parent to version 22 -->
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-component-annotations</artifactId>
-        <version>1.5.5</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>