From: dion g. <dio...@us...> - 2005-11-01 19:54:23
|
diongillard 05/11/01 11:54:15 Modified: was5 project.xml was5/xdocs changes.xml Log: [maven-scm-plugin] prepare release 2.0 Revision Changes Path 1.15 +6 -8 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 11 Oct 2005 06:29:11 -0000 1.14 +++ project.xml 1 Nov 2005 19:54:15 -0000 1.15 @@ -3,22 +3,17 @@ <project> <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> - <id>maven-was5-plugin</id> <name>WebSphere 5 (5.0/5.1) Plugin</name> <!-- groupId is in parent --> - - <currentVersion>2.0-SNAPSHOT</currentVersion> + <currentVersion>2.0</currentVersion> <!-- organization is in parent --> - <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> - <description>A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation</description> <shortDescription>Manage WAS 5/5.1</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5-plugin/</siteDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was5</connection> @@ -41,9 +36,13 @@ <name>1.2</name> <tag>MAVEN_PLUGINS_WAS5_1_2</tag> </version> + <version> + <id>2.0</id> + <name>2.0</name> + <tag>WAS5PLUGIN-2_0</tag> + </version> </versions> <!-- mailingLists are in parent --> - <developers> <developer> <id>rlewisshell</id> @@ -60,5 +59,4 @@ <!-- licenses section not done yet --> <!-- build is in the parent --> <!-- reports is in the parent --> - </project> 1.16 +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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- changes.xml 24 Jun 2005 03:29:37 -0000 1.15 +++ changes.xml 1 Nov 2005 19:54:15 -0000 1.16 @@ -6,7 +6,7 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> - <release version="2.0-SNAPSHOT" date="in CVS"> + <release version="2.0" date="2005-11-02"> <action dev="diongillard" type="update">Deprecate was5:run-script, replacing it with was5:runScript</action> <action dev="diongillard" type="fix">Use ws_ant to invoke tasks, instead of using a taskdef inside Maven, as this is not supported by IBM</action> <action dev="diongillard" type="fix">username not being passed correctly</action> |