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/10/25 02:09:47 UTC

svn commit: r1634170 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

Author: khmarbaise
Date: Sat Oct 25 00:09:46 2014
New Revision: 1634170

URL: http://svn.apache.org/r1634170
Log:
[MJAR-186]
 - Upgrade maven-plugin-testing-harness from 1.2 to 1.3

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

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=1634170&r1=1634169&r2=1634170&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Sat Oct 25 00:09:46 2014
@@ -132,7 +132,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.2</version>
+      <version>1.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>