From: dion g. <dio...@us...> - 2005-11-07 02:19:29
|
diongillard 05/11/06 18:19:23 Modified: was5 project.xml was5/xdocs changes.xml Log: Open up 2.0.3 Revision Changes Path 1.21 +1 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 6 Nov 2005 22:58:33 -0000 1.20 +++ project.xml 7 Nov 2005 02:19:23 -0000 1.21 @@ -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</currentVersion> + <currentVersion>2.0.3-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> 1.21 +2 -0 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- changes.xml 6 Nov 2005 22:58:34 -0000 1.20 +++ changes.xml 7 Nov 2005 02:19:23 -0000 1.21 @@ -6,6 +6,8 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> + <release version="2.0.3-SNAPSHOT" date="in CVS"> + </release> <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> |