From: Eric P. <de...@us...> - 2005-03-18 18:24:09
|
dep4b 05/03/18 10:24:03 Modified: webtest project.xml webtest/xdocs changes.xml Log: prep for release. Revision Changes Path 1.19 +7 -2 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 2 Mar 2005 17:43:34 -0000 1.18 +++ project.xml 18 Mar 2005 18:24:02 -0000 1.19 @@ -6,9 +6,9 @@ <id>maven-webtest-plugin</id> <name>Canoo WebTest Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.9.2-SNAPSHOT</currentVersion> + <currentVersion>1.0</currentVersion> <!-- organization is in parent --> - <inceptionYear>2002</inceptionYear> + <inceptionYear>2002</ifnceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> <description>Maven Plugin for Canoo WebTest</description> <shortDescription>Maven Plugin for Canoo WebTest</shortDescription> @@ -22,6 +22,11 @@ </repository> <versions> + <version> + <id>1.0</id> + <name>1.0</name> + <tag>MAVEN_WEBTEST_PLUGIN_1_0</tag> + </version> </versions> <branches> 1.12 +4 -1 maven-plugins/webtest/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 9 Mar 2005 11:37:31 -0000 1.11 +++ changes.xml 18 Mar 2005 18:24:03 -0000 1.12 @@ -7,7 +7,10 @@ <releases> - <release version="0.9.2" date=""> + <release version="0.9.2" date="2005-03-18"> + <action dev="epugh" type="upgrade"> + Upgrade to build 752 of Webtest. Mostly consists of updating jar files. + </action> <action dev="wdsgoe" type="fix" due-to="David Gerber"> Fixed anchors in the XSLT </action> |