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/12/09 19:50:18 UTC

svn commit: r1644150 - /maven/plugins/trunk/maven-rar-plugin/pom.xml

Author: khmarbaise
Date: Tue Dec  9 18:50:18 2014
New Revision: 1644150

URL: http://svn.apache.org/r1644150
Log:
[MRAR-44] Upgrade maven-plugin-testing-harness to 1.3

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

Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/pom.xml?rev=1644150&r1=1644149&r2=1644150&view=diff
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Tue Dec  9 18:50:18 2014
@@ -124,7 +124,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>