Author: ggregory
Date: Sun Oct 28 15:07:19 2018
New Revision: 1845036
URL: http://svn.apache.org/viewvc?rev=1845036&view=rev
Log:
Update parent from 43 to 47. Update EasyMock from 3.5.1 to 3.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=1845036&r1=1845035&r2=1845036&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sun Oct 28 15:07:19 2018
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>43</version>
+ <version>47</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-email</artifactId>
@@ -306,7 +306,7 @@
<commons.encoding>UTF-8</commons.encoding>
<powermock.version>1.7.3</powermock.version>
- <easymock.version>3.5.1</easymock.version>
+ <easymock.version>3.6</easymock.version>
<findbugs.version>3.0.5</findbugs.version>
</properties>