You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/07/04 09:29:49 UTC

svn commit: r1357118 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: olamy
Date: Wed Jul  4 07:29:48 2012
New Revision: 1357118

URL: http://svn.apache.org/viewvc?rev=1357118&view=rev
Log:
move plugin-plugin version to a property

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

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=1357118&r1=1357117&r2=1357118&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Wed Jul  4 07:29:48 2012
@@ -61,6 +61,7 @@ under the License.
   <properties>
     <mavenFilteringVersion>1.1-SNAPSHOT</mavenFilteringVersion>
     <mavenVersion>2.0.6</mavenVersion>
+    <mavenPluginPluginVersion>3.0</mavenPluginPluginVersion>
   </properties>
 
   <contributors>
@@ -115,7 +116,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.0</version>
+      <version>${mavenPluginPluginVersion}</version>
       <scope>compile</scope>
     </dependency>
 
@@ -157,7 +158,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.0</version>
+          <version>${mavenPluginPluginVersion}</version>
           <configuration>
             <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
           </configuration>
@@ -185,7 +186,7 @@ under the License.
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-plugin-plugin</artifactId>
-         <version>3.0</version>
+         <version>${mavenPluginPluginVersion}</version>
        </plugin>
      </plugins>
    </reporting>