You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/07/08 21:44:36 UTC

svn commit: r1608917 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: khmarbaise
Date: Tue Jul  8 19:44:36 2014
New Revision: 1608917

URL: http://svn.apache.org/r1608917
Log:
[MSOURCES-70]
 - Upgrade maven-invoker-plugin to 1.9

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

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=1608917&r1=1608916&r2=1608917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Tue Jul  8 19:44:36 2014
@@ -179,7 +179,7 @@ under the License.
           <plugins>
             <plugin>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>1.8</version>
+              <version>1.9</version>
               <configuration>
                 <debug>true</debug>
                 <projectsDirectory>src/it</projectsDirectory>