From: dion g. <dio...@us...> - 2004-08-01 23:27:51
|
diongillard 04/08/01 16:27:45 Modified: was5 project.xml was5/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.1 Revision Changes Path 1.8 +14 -5 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 29 Jul 2004 05:11:04 -0000 1.7 +++ project.xml 1 Aug 2004 23:27:45 -0000 1.8 @@ -1,36 +1,45 @@ -<?xml version="1.0" ?> +<?xml version="1.0" encoding="UTF-8"?> + <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>1.1-SNAPSHOT</currentVersion> + + <currentVersion>1.1</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> <!-- issue tracking url, siteAddress are in parent --> + <url>http://maven-plugins.sourceforge.net/maven-was5-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5-plugin/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5-plugin/distributions/</distributionDirectory> - <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was5</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/was5</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/was5/</url> </repository> - <versions> <version> <id>1.0</id> <name>1.0</name> <tag>MAVEN_PLUGINS_WAS5_1_0</tag> </version> + <version> + <id>1.1</id> + <name>1.1</name> + <tag>MAVEN_PLUGINS_WAS5_1_1</tag> + </version> </versions> + <!-- mailingLists are in parent --> - <!-- mailingLists are in parent --> <developers> <developer> <id>rlewisshell</id> 1.6 +1 -2 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- changes.xml 30 Jul 2004 06:11:14 -0000 1.5 +++ changes.xml 1 Aug 2004 23:27:45 -0000 1.6 @@ -6,7 +6,7 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> - <release version="1.1-SNAPSHOT" date="in CVS"> + <release version="1.1" date="2004-08-02"> <action dev="diongillard" type="add">Add was5:run-script goal</action> <action dev="diongillard" type="fix">Check ${maven.was5.home} is specified before using</action> <action dev="diongillard" type="fix">Check ${maven.was5.home} exists before using</action> @@ -17,4 +17,3 @@ </release> </body> </document> - |