You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/06/07 18:48:15 UTC

svn commit: r1797985 - /myfaces/core/branches/2.3.x/parent/pom.xml

Author: deki
Date: Wed Jun  7 18:48:15 2017
New Revision: 1797985

URL: http://svn.apache.org/viewvc?rev=1797985&view=rev
Log:
updating maven-compiler-plugin and junit/ testng dependencies

Modified:
    myfaces/core/branches/2.3.x/parent/pom.xml

Modified: myfaces/core/branches/2.3.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/parent/pom.xml?rev=1797985&r1=1797984&r2=1797985&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/parent/pom.xml (original)
+++ myfaces/core/branches/2.3.x/parent/pom.xml Wed Jun  7 18:48:15 2017
@@ -63,7 +63,7 @@
             <!-- JDK 1.8 -->
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <version>3.6.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
@@ -540,7 +540,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.11</version>
+                <version>4.12</version>
                 <scope>test</scope>
             </dependency>
             
@@ -548,7 +548,7 @@
                 <groupId>org.testng</groupId>
                 <artifactId>testng</artifactId>
                 <!-- <classifier>jdk15</classifier> -->
-                <version>5.14.9</version>
+                <version>6.11</version>
                 <scope>test</scope>
             </dependency>