From: dion g. <dio...@us...> - 2004-07-20 06:40:30
|
diongillard 04/07/19 23:40:24 Modified: was40 project.xml was40/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4.1 Revision Changes Path 1.17 +6 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 20 Jul 2004 06:24:34 -0000 1.16 +++ project.xml 20 Jul 2004 06:40:24 -0000 1.17 @@ -8,7 +8,7 @@ <name>WebSphere 4.0 Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4.1-SNAPSHOT</currentVersion> + <currentVersion>1.4.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -47,6 +47,11 @@ <name>1.4</name> <tag>MAVEN_WAS40_1_4</tag> </version> + <version> + <id>1.4.1</id> + <name>1.4.1</name> + <tag>MAVEN-PLUGINS-WAS40-1_4_1</tag> + </version> </versions> <!-- mailingLists is in parent --> 1.18 +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.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- changes.xml 20 Jul 2004 06:24:03 -0000 1.17 +++ changes.xml 20 Jul 2004 06:40:24 -0000 1.18 @@ -6,7 +6,7 @@ <author email="di...@ap...">dIon Gillard</author> </properties> <body> - <release version="1.4.1-SNAPSHOT" date="in CVS"> + <release version="1.4.1" date="2004-07-20"> <action dev="diongillard" type="fix">Fix typo in was40:deploy-ear goal</action> </release> <release version="1.4" date="2004-07-19"> |