You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/03/05 20:12:18 UTC

svn commit: r1452953 - /maven/plugins/trunk/maven-ear-plugin/pom.xml

Author: rfscholte
Date: Tue Mar  5 19:12:18 2013
New Revision: 1452953

URL: http://svn.apache.org/r1452953
Log:
Use m-invoker-p 1.8 to include groovy-xml classes

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

Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=1452953&r1=1452952&r2=1452953&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Tue Mar  5 19:12:18 2013
@@ -240,6 +240,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>1.8</version>
             <configuration>
               <!-- NOTE: Must be synced with the repo path used by AbstractEarPluginIT -->
               <localRepositoryPath>${localRepositoryPath}</localRepositoryPath>