From: Carlos S. <car...@us...> - 2004-09-14 17:34:51
|
carlossg 04/09/14 10:34:37 Modified: springgraph/xdocs changes.xml index.xml springgraph project.xml Log: Started 0.2-SNAPSHOT Revision Changes Path 1.2 +2 -0 maven-plugins/springgraph/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 14 Sep 2004 14:20:37 -0000 1.1 +++ changes.xml 14 Sep 2004 17:34:36 -0000 1.2 @@ -24,6 +24,8 @@ <author email="ca...@ap...">Carlos Sanchez</author> </properties> <body> + <release version="0.2-SNAPSHOT" date="in CVS"> + </release> <release version="0.1" date="2004-09-14"> </release> </body> 1.2 +1 -1 maven-plugins/springgraph/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 14 Sep 2004 14:20:37 -0000 1.1 +++ index.xml 14 Sep 2004 17:34:36 -0000 1.2 @@ -41,7 +41,7 @@ <section name="Installing"> <p> To install or update the plugin do the following:<br/> - <code>maven plugin:download -DgroupId=oness -DartifactId=maven-springgraph-plugin -Dversion=<version> -Dmaven.repo.remote=http://oness.sourceforge.net/maven</code> + <code>maven plugin:download -DgroupId=maven-plugins -DartifactId=maven-springgraph-plugin -Dversion=<version> -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/maven/</code> </p> </section> 1.2 +2 -2 maven-plugins/springgraph/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 14 Sep 2004 14:20:38 -0000 1.1 +++ project.xml 14 Sep 2004 17:34:37 -0000 1.2 @@ -24,7 +24,7 @@ <id>maven-springgraph-plugin</id> <name>Maven SpringGraph Plugin</name> <!-- groupId is in parent --> - <currentVersion>0.1</currentVersion> + <currentVersion>0.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -62,7 +62,7 @@ <developer> <name>Carlos Sanchez</name> <id>carlos</id> - <email>ca...@ap...</email> + <email>car...@us...</email> <organization/> <roles> <role>Creator</role> |