You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/10/17 03:27:02 UTC

svn commit: r826155 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Sat Oct 17 01:27:02 2009
New Revision: 826155

URL: http://svn.apache.org/viewvc?rev=826155&view=rev
Log:
Lock down the idea plugin version

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=826155&r1=826154&r2=826155&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Oct 17 01:27:02 2009
@@ -195,6 +195,11 @@
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-idea-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <version>1.4.0</version>