[JWebUnit-development] SF.net SVN: jwebunit:[859] branches/2.x
Brought to you by:
henryju
|
From: <he...@us...> - 2010-10-18 09:48:07
|
Revision: 859
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=859&view=rev
Author: henryju
Date: 2010-10-18 09:48:01 +0000 (Mon, 18 Oct 2010)
Log Message:
-----------
Updated versions in documentation for the 2.5 release.
Modified Paths:
--------------
branches/2.x/README.txt
branches/2.x/jwebunit-htmlunit-plugin/src/site/xdoc/index.xml
branches/2.x/jwebunit-selenium-plugin/src/site/xdoc/index.xml
branches/2.x/src/changes/changes.xml
branches/2.x/src/site/xdoc/index.xml
branches/2.x/src/site/xdoc/installation.xml
Modified: branches/2.x/README.txt
===================================================================
--- branches/2.x/README.txt 2010-10-18 09:41:18 UTC (rev 858)
+++ branches/2.x/README.txt 2010-10-18 09:48:01 UTC (rev 859)
@@ -1,4 +1,4 @@
-The JWebUnit team is pleased to announce the JWebUnit 2.4 release!
+The JWebUnit team is pleased to announce the JWebUnit 2.5 release!
http://jwebunit.sourceforge.net
Modified: branches/2.x/jwebunit-htmlunit-plugin/src/site/xdoc/index.xml
===================================================================
--- branches/2.x/jwebunit-htmlunit-plugin/src/site/xdoc/index.xml 2010-10-18 09:41:18 UTC (rev 858)
+++ branches/2.x/jwebunit-htmlunit-plugin/src/site/xdoc/index.xml 2010-10-18 09:48:01 UTC (rev 859)
@@ -111,7 +111,7 @@
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
- <version>2.0</version>
+ <version>2.5</version>
</dependency>
...
</dependencies>
Modified: branches/2.x/jwebunit-selenium-plugin/src/site/xdoc/index.xml
===================================================================
--- branches/2.x/jwebunit-selenium-plugin/src/site/xdoc/index.xml 2010-10-18 09:41:18 UTC (rev 858)
+++ branches/2.x/jwebunit-selenium-plugin/src/site/xdoc/index.xml 2010-10-18 09:48:01 UTC (rev 859)
@@ -49,7 +49,7 @@
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-selenium-plugin</artifactId>
- <version>2.0</version>
+ <version>2.5</version>
</dependency>
...
</dependencies>
Modified: branches/2.x/src/changes/changes.xml
===================================================================
--- branches/2.x/src/changes/changes.xml 2010-10-18 09:41:18 UTC (rev 858)
+++ branches/2.x/src/changes/changes.xml 2010-10-18 09:48:01 UTC (rev 859)
@@ -31,7 +31,7 @@
</author>
</properties>
<body>
- <release version="2.5" date="UNKNOW" description="">
+ <release version="2.5" date="October 18, 2010" description="Small fixes and dependency updates">
<action type="update" dev="henryju">
Updated to slf4j 1.6.1.
</action>
Modified: branches/2.x/src/site/xdoc/index.xml
===================================================================
--- branches/2.x/src/site/xdoc/index.xml 2010-10-18 09:41:18 UTC (rev 858)
+++ branches/2.x/src/site/xdoc/index.xml 2010-10-18 09:48:01 UTC (rev 859)
@@ -55,7 +55,7 @@
</p>
<p>
- The current version of JWebUnit is 2.4. This is the "stable" version of
+ The current version of JWebUnit is 2.5. This is the "stable" version of
JWebUnit, and requires Java 1.5.
</p>
</section>
Modified: branches/2.x/src/site/xdoc/installation.xml
===================================================================
--- branches/2.x/src/site/xdoc/installation.xml 2010-10-18 09:41:18 UTC (rev 858)
+++ branches/2.x/src/site/xdoc/installation.xml 2010-10-18 09:48:01 UTC (rev 859)
@@ -43,7 +43,7 @@
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
- <version>2.2</version>
+ <version>2.5</version>
<scope>test</scope>
</dependency>
</dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|