From: dion g. <dio...@us...> - 2005-11-06 22:58:43
|
diongillard 05/11/06 14:58:34 Modified: was5 project.xml was5/xdocs changes.xml Log: [maven-scm-plugin] prepare release 2.0.2 Revision Changes Path 1.20 +6 -3 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 4 Nov 2005 02:36:33 -0000 1.19 +++ project.xml 6 Nov 2005 22:58:33 -0000 1.20 @@ -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.2-SNAPSHOT</currentVersion> + <currentVersion>2.0.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -46,6 +46,11 @@ <name>2.0.1</name> <tag>WAS5PLUGIN-2_0_1</tag> </version> + <version> + <id>2.0.2</id> + <name>2.0.2</name> + <tag>WAS5PLUGIN-2_0_2</tag> + </version> </versions> <!-- mailingLists are in parent --> <developers> @@ -60,7 +65,6 @@ <email>dio...@us...</email> </developer> </developers> - <!-- no contributors --> <!-- licenses section not done yet --> <dependencies> @@ -71,7 +75,6 @@ <url>http://jakarta.apache.org/commons/jelly/libs/util/</url> </dependency> </dependencies> - <!-- build is in the parent --> <!-- reports is in the parent --> </project> 1.20 +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.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- changes.xml 4 Nov 2005 02:36:34 -0000 1.19 +++ changes.xml 6 Nov 2005 22:58:34 -0000 1.20 @@ -6,7 +6,7 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> - <release version="2.0.2-SNAPSHOT" date="in CVS"> + <release version="2.0.2" date="2005-11-07"> <action dev="diongillard" type="fix" due-to="Jason Dillon">Check for ws_ant and use it if found when running the build files.</action> </release> <release version="2.0.1" date="2005-11-03"> |