From: dion g. <dio...@us...> - 2005-11-03 01:02:22
|
diongillard 05/11/02 17:02:16 Modified: was5 project.xml was5/xdocs changes.xml Log: [maven-scm-plugin] prepare release 2.0.1 Revision Changes Path 1.18 +6 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 3 Nov 2005 00:48:33 -0000 1.17 +++ project.xml 3 Nov 2005 01:02:16 -0000 1.18 @@ -6,7 +6,7 @@ <id>maven-was5-plugin</id> <name>WebSphere 5 (5.0/5.1) Plugin</name> <!-- groupId is in parent --> - <currentVersion>2.0.1-SNAPSHOT</currentVersion> + <currentVersion>2.0.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -41,6 +41,11 @@ <name>2.0</name> <tag>WAS5PLUGIN-2_0</tag> </version> + <version> + <id>2.0.1</id> + <name>2.0.1</name> + <tag>WAS5PLUGIN-2_0_1</tag> + </version> </versions> <!-- mailingLists are in parent --> <developers> 1.18 +1 -1 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- changes.xml 3 Nov 2005 00:48:06 -0000 1.17 +++ changes.xml 3 Nov 2005 01:02:16 -0000 1.18 @@ -6,7 +6,7 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> - <release version="2.0.1-SNAPSHOT" date="in CVS"> + <release version="2.0.1" date="2005-11-03"> <action dev="diongillard" type="fix">host is not a valid option for the ant task to stop a server.</action> </release> <release version="2.0" date="2005-11-02"> |