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 2015/11/03 20:49:32 UTC

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

Author: khmarbaise
Date: Tue Nov  3 19:49:32 2015
New Revision: 1712386

URL: http://svn.apache.org/viewvc?rev=1712386&view=rev
Log:
[MSOURCES-90] Upgrade junit to 4.11

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=1712386&r1=1712385&r2=1712386&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Tue Nov  3 19:49:32 2015
@@ -143,7 +143,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
+      <version>4.11</version>
       <scope>test</scope>
     </dependency>
   </dependencies>