From: dion g. <dio...@us...> - 2004-07-20 09:10:09
|
diongillard 04/07/20 02:10:02 Modified: was40/xdocs changes.xml was40 project.xml Log: Add missing docs Revision Changes Path 1.19 +3 -0 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- changes.xml 20 Jul 2004 06:40:24 -0000 1.18 +++ changes.xml 20 Jul 2004 09:10:02 -0000 1.19 @@ -6,6 +6,9 @@ <author email="di...@ap...">dIon Gillard</author> </properties> <body> + <release version="1.4.2-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="update">Add goals to docs</action> + </release> <release version="1.4.1" date="2004-07-20"> <action dev="diongillard" type="fix">Fix typo in was40:deploy-ear goal</action> </release> 1.18 +1 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 20 Jul 2004 06:40:24 -0000 1.17 +++ project.xml 20 Jul 2004 09:10:02 -0000 1.18 @@ -8,7 +8,7 @@ <name>WebSphere 4.0 Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4.1</currentVersion> + <currentVersion>1.4.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> |