Author: ggregory
Date: Thu May 19 08:39:12 2016
New Revision: 1744531

URL: http://svn.apache.org/viewvc?rev=1744531&view=rev
Log:
Update test from JUnit 4.11 to 4.12 with Powermock from 1.4.12 to 1.6.5, all 
running on Java 6.

Modified:
    commons/proper/email/trunk/pom.xml

Modified: commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1744531&r1=1744530&r2=1744531&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Thu May 19 08:39:12 2016
@@ -235,7 +235,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.11</version>
+            <version>4.12</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -296,7 +296,7 @@
         <!-- override the default commons encoding property -->
         <commons.encoding>UTF-8</commons.encoding>
         
-        <powermock.version>1.4.12</powermock.version>
+        <powermock.version>1.6.5</powermock.version>
         <easymock.version>3.2</easymock.version>
         <findbugs.version>2.5.5</findbugs.version>
     </properties> 
@@ -446,7 +446,6 @@
                        <jdk>1.8</jdk>
                </activation>
                <properties>
-                       <powermock.version>1.5.6</powermock.version>
                 <findbugs.version>3.0.0</findbugs.version>
                </properties>
                </profile>        


Reply via email to