From: Eric P. <de...@us...> - 2005-06-03 17:54:13
|
dep4b 05/06/03 10:54:06 Modified: webtest project.xml webtest/xdocs changes.xml Log: Prep for next version Revision Changes Path 1.23 +1 -1 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 3 Jun 2005 17:40:11 -0000 1.22 +++ project.xml 3 Jun 2005 17:54:04 -0000 1.23 @@ -8,7 +8,7 @@ <name>Canoo WebTest Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.1</currentVersion> + <currentVersion>1.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> 1.17 +1 -0 maven-plugins/webtest/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/changes.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 3 Jun 2005 17:40:11 -0000 1.16 +++ changes.xml 3 Jun 2005 17:54:05 -0000 1.17 @@ -6,6 +6,7 @@ <author email="sie...@it...">Siegfried Goeschl</author> </properties> <body> + <release version="1.2" date="IN CVS"></release> <release version="1.1" date="2005-06-03"></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.</action> |