You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/06/19 14:21:53 UTC

svn commit: r1494579 - /maven/plugin-testing/trunk/pom.xml

Author: olamy
Date: Wed Jun 19 12:21:52 2013
New Revision: 1494579

URL: http://svn.apache.org/r1494579
Log:
Update to newest maven-parent and junit version.

Modified:
    maven/plugin-testing/trunk/pom.xml

Modified: maven/plugin-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/pom.xml?rev=1494579&r1=1494578&r2=1494579&view=diff
==============================================================================
--- maven/plugin-testing/trunk/pom.xml (original)
+++ maven/plugin-testing/trunk/pom.xml Wed Jun 19 12:21:52 2013
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>22</version>
+    <version>23</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -189,7 +189,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.10</version>
+        <version>4.11</version>
         <scope>provided</scope>
       </dependency>    
     </dependencies>