You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gc...@apache.org on 2011/05/16 19:58:21 UTC

svn commit: r1103814 - /myfaces/trinidad/trunk/pom.xml

Author: gcrawford
Date: Mon May 16 17:58:21 2011
New Revision: 1103814

URL: http://svn.apache.org/viewvc?rev=1103814&view=rev
Log:
TRINIDAD-2102 Need version tag for maven-idea-plugin in Trinidad pom

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1103814&r1=1103813&r2=1103814&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Mon May 16 17:58:21 2011
@@ -524,6 +524,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-idea-plugin</artifactId>
+          <version>2.2</version> 
           <configuration>
             <jdkName>${maven.compile.source}</jdkName>
             <linkModules>true</linkModules>