From: dion g. <dio...@us...> - 2004-07-28 15:07:26
|
diongillard 04/07/28 08:07:20 Modified: was5 project.xml Log: developer connection for scm:prepare-release Revision Changes Path 1.5 +9 -2 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 12 Mar 2004 01:02:42 -0000 1.4 +++ project.xml 28 Jul 2004 15:07:20 -0000 1.5 @@ -5,7 +5,7 @@ <id>maven-was5-plugin</id> <name>WebSphere 5 (5.0/5.1) Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.0-SNAPSHOT</currentVersion> + <currentVersion>1.0</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -18,10 +18,17 @@ <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was5</connection> + <developerConnection>scm:cvs:pserver:${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> - <!-- no versions --> + <versions> + <version> + <id>1.0</id> + <name>1.0</name> + <tag>MAVEN_PLUGINS_WAS5_1_0</tag> + </version> + </versions> <!-- mailingLists are in parent --> <developers> |