From: dion g. <dio...@us...> - 2004-08-27 00:16:11
|
diongillard 04/08/26 17:15:57 Modified: was40 project.xml was40/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4.2 Revision Changes Path 1.19 +6 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 20 Jul 2004 09:10:02 -0000 1.18 +++ project.xml 27 Aug 2004 00:15:57 -0000 1.19 @@ -8,7 +8,7 @@ <name>WebSphere 4.0 Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4.2-SNAPSHOT</currentVersion> + <currentVersion>1.4.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -52,6 +52,11 @@ <name>1.4.1</name> <tag>MAVEN-PLUGINS-WAS40-1_4_1</tag> </version> + <version> + <id>1.4.2</id> + <name>1.4.2</name> + <tag>MAVEN-PLUGINS-WAS40-1_4_2</tag> + </version> </versions> <!-- mailingLists is in parent --> 1.21 +1 -1 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- changes.xml 26 Aug 2004 23:31:28 -0000 1.20 +++ changes.xml 27 Aug 2004 00:15:57 -0000 1.21 @@ -6,7 +6,7 @@ <author email="di...@ap...">dIon Gillard</author> </properties> <body> - <release version="1.4.2-SNAPSHOT" date="in CVS"> + <release version="1.4.2" date="2004-08-27"> <action dev="diongillard" type="update">Remove quotes around classpath in was40:generate-ejb-code as it was causing Linux deployment to fail</action> <action dev="diongillard" type="update">Add goals to documentation</action> </release> |