From: stephane m. <ste...@us...> - 2002-10-08 11:47:37
|
stephanemor 02/10/08 04:47:36 Modified: help project.xml interactive project.xml rpm project.xml wiki project.xml Log: Corrected the SourceForge site address Revision Changes Path 1.4 +1 -1 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 14 Sep 2002 00:49:24 -0000 1.3 +++ project.xml 8 Oct 2002 11:47:36 -0000 1.4 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net</url> + <url>http://www.sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.4 +1 -1 maven-plugins/interactive/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/interactive/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 8 Oct 2002 11:36:21 -0000 1.3 +++ project.xml 8 Oct 2002 11:47:36 -0000 1.4 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net/maven-plugins/</url> + <url>http://www.sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.13 +1 -1 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 16 Sep 2002 00:34:42 -0000 1.12 +++ project.xml 8 Oct 2002 11:47:36 -0000 1.13 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net/maven-plugins/</url> + <url>http://www.sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.16 +1 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 16 Sep 2002 00:42:45 -0000 1.15 +++ project.xml 8 Oct 2002 11:47:36 -0000 1.16 @@ -7,7 +7,7 @@ <currentVersion>1.1</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net/maven-plugins/</url> + <url>http://www.sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> |