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 2011/05/30 13:17:26 UTC

svn commit: r1129125 - in /maven/archetype/trunk: ./ maven-archetype-plugin/pom.xml pom.xml

Author: olamy
Date: Mon May 30 11:17:26 2011
New Revision: 1129125

URL: http://svn.apache.org/viewvc?rev=1129125&view=rev
Log:
ignore .idea

Modified:
    maven/archetype/trunk/   (props changed)
    maven/archetype/trunk/maven-archetype-plugin/pom.xml
    maven/archetype/trunk/pom.xml

Propchange: maven/archetype/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon May 30 11:17:26 2011
@@ -7,3 +7,4 @@ release.properties
 *.ipr
 *.iws
 *.iml
+.idea

Modified: maven/archetype/trunk/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/pom.xml?rev=1129125&r1=1129124&r2=1129125&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/pom.xml Mon May 30 11:17:26 2011
@@ -114,7 +114,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.4.3</version><!-- same version as build plugin -->
+        <version>${mavenPluginPluginVersion}</version>
         <reportSets>
           <reportSet>
             <reports>

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1129125&r1=1129124&r2=1129125&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Mon May 30 11:17:26 2011
@@ -75,6 +75,7 @@ under the License.
   <properties>
     <mavenVersion>2.0.8</mavenVersion><!-- with 2.0.9 proxy test fails-->
     <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
+    <mavenPluginPluginVersion>2.7</mavenPluginPluginVersion>
   </properties>
 
   <dependencyManagement>
@@ -245,7 +246,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>2.4.3</version>
+          <version>${mavenPluginPluginVersion}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>