[JWebUnit-development] SF.net SVN: jwebunit:[982] trunk
Brought to you by:
henryju
|
From: <he...@us...> - 2015-07-29 09:18:55
|
Revision: 982
http://sourceforge.net/p/jwebunit/code/982
Author: henryju
Date: 2015-07-29 09:18:53 +0000 (Wed, 29 Jul 2015)
Log Message:
-----------
Update to HTMLUnit 2.18
Modified Paths:
--------------
trunk/jwebunit-htmlunit-plugin/pom.xml
trunk/src/changes/changes.xml
Modified: trunk/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- trunk/jwebunit-htmlunit-plugin/pom.xml 2015-07-13 16:42:44 UTC (rev 981)
+++ trunk/jwebunit-htmlunit-plugin/pom.xml 2015-07-29 09:18:53 UTC (rev 982)
@@ -23,7 +23,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>2.17</version>
+ <version>2.18</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
Modified: trunk/src/changes/changes.xml
===================================================================
--- trunk/src/changes/changes.xml 2015-07-13 16:42:44 UTC (rev 981)
+++ trunk/src/changes/changes.xml 2015-07-29 09:18:53 UTC (rev 982)
@@ -30,7 +30,7 @@
</author>
</properties>
<body>
- <release version="3.3" date="UNKNOWN" description="HtmlUnit 2.17, Java 7">
+ <release version="3.3" date="UNKNOWN" description="HtmlUnit 2.18, Java 7">
<action type="fix" dev="henryju" issue="135" due-to="Joseph Walton">
Exception from setWorkingForm should indicate the requested form details.
</action>
@@ -41,7 +41,7 @@
WebTester.submit() does not find submit button.
</action>
<action type="update" dev="henryju">
- Updated to HtmlUnit 2.17.
+ Updated to HtmlUnit 2.18.
</action>
<action type="update" dev="henryju">
Requires Java 7+.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|