From: <no...@us...> - 2003-07-31 23:18:21
|
Log Message: ----------- Preparations for releasing 1.2.3 Modified Files: -------------- /cvsroot/htmlunit/htmlunit/src/xdocs: changes.xml index.xml /cvsroot/htmlunit/htmlunit: project.xml Revision Data ------------- Index: changes.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/src/xdocs/changes.xml,v retrieving revision 1.120 retrieving revision 1.121 diff -u -d -r1.120 -r1.121 --- changes.xml 24 Jul 2003 12:38:55 -0000 1.120 +++ changes.xml 31 Jul 2003 23:18:17 -0000 1.121 @@ -6,10 +6,7 @@ </properties> <body> - <release version="1.3" date="unknown"> - <action type="add" dev="mbowler"> - Initial support for jelly tags - </action> + <release version="1.2.3" date="July 31, 2003"> <action type="add" dev="mbowler"> Initial support for Maven </action> Index: index.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/src/xdocs/index.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- index.xml 27 Jul 2003 16:47:32 -0000 1.28 +++ index.xml 31 Jul 2003 23:18:17 -0000 1.29 @@ -40,10 +40,10 @@ <section name="Where to find..."> <p> <dl> - <dt>Latest stable release <date>March 29, 2003</date></dt> + <dt>Latest stable release <date>July 31, 2003</date></dt> <dd> - <a href="http://prdownloads.sourceforge.net/htmlunit/HtmlUnit-1.2.2.zip?download"> - Download version 1.2.2 + <a href="http://prdownloads.sourceforge.net/htmlunit/HtmlUnit-1.2.3.zip?download"> + Download version 1.2.3 </a> </dd> </dl> Index: project.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- project.xml 18 Jul 2003 20:24:51 -0000 1.25 +++ project.xml 31 Jul 2003 23:18:17 -0000 1.26 @@ -4,7 +4,7 @@ <pomVersion>3</pomVersion> <id>htmlunit</id> <name>htmlunit</name> - <currentVersion>1.3beta</currentVersion> + <currentVersion>1.2.3</currentVersion> <organization> <name>Gargoyle Software Inc.</name> @@ -126,6 +126,7 @@ <htmlunit.description>Additional support for testing</htmlunit.description> </properties> </dependency> +<!-- <dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly</artifactId> @@ -196,6 +197,7 @@ <htmlunit.description>Javabean support</htmlunit.description> </properties> </dependency> +--> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> |