Author: hboutemy
Date: Sun Sep 28 16:17:45 2014
New Revision: 1628080

URL: http://svn.apache.org/r1628080
Log:
updated parent pom

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1628080&r1=1628079&r2=1628080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sun Sep 28 16:17:45 2014
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>24</version>
+    <version>25-SNAPSHOT</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -55,7 +55,6 @@ under the License.
 
   <properties>
     
<maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
-    <mavenPluginToolsVersion>3.3</mavenPluginToolsVersion><!-- TODO remove 
when upgrading parent to 25 -->
   </properties>
 
   <repositories>
@@ -69,16 +68,6 @@ under the License.
     </repository>
   </repositories>
 
-  <dependencyManagement><!-- TODO remove when upgrading parent to 25 -->
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.plugin-tools</groupId>
-        <artifactId>maven-plugin-annotations</artifactId>
-        <version>${mavenPluginToolsVersion}</version>
-        <scope>provided</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
   <dependencies>
     <!-- dependencies to annotations -->
     <dependency>


Reply via email to