From: Eric P. <de...@us...> - 2005-03-18 20:26:09
|
dep4b 05/03/18 12:25:58 Modified: webtest project.xml webtest/xdocs changes.xml Log: bump version! Revision Changes Path 1.21 +1 -1 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 18 Mar 2005 18:30:29 -0000 1.20 +++ project.xml 18 Mar 2005 20:25:57 -0000 1.21 @@ -6,7 +6,7 @@ <id>maven-webtest-plugin</id> <name>Canoo WebTest Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.0</currentVersion> + <currentVersion>1.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> 1.14 +2 -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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- changes.xml 18 Mar 2005 18:28:57 -0000 1.13 +++ changes.xml 18 Mar 2005 20:25:58 -0000 1.14 @@ -6,7 +6,8 @@ </properties> <releases> - + <release version="1.1" date="in CVS"> + </release> <release version="1.0" date="2005-03-18"> <action dev="epugh" type="upgrade"> Upgrade to build 752 of Webtest. Mostly consists of updating jar files. |