From: stephane m. <ste...@us...> - 2002-09-16 00:34:43
|
stephanemor 02/09/15 17:34:42 Modified: . project.xml rpm project.xml wiki project.xml Log: The organization url is the sourceforge project page Revision Changes Path 1.16 +3 -2 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 14 Sep 2002 00:49:24 -0000 1.15 +++ project.xml 16 Sep 2002 00:34:42 -0000 1.16 @@ -7,12 +7,13 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net</url> + <url>http://sourceforge.net/projects/${pom.id}/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> <package>org.apache.maven.plugins</package> - <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo> +<!-- <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo> --> + <logo>/images/maven-plugins-logo.gif</logo> <!-- Gump integration --> <gumpRepositoryId>${pom.id}</gumpRepositoryId> 1.12 +1 -1 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 14 Sep 2002 00:49:24 -0000 1.11 +++ project.xml 16 Sep 2002 00:34:42 -0000 1.12 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net</url> + <url>http://www.sourceforge.net/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.14 +1 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 14 Sep 2002 00:49:24 -0000 1.13 +++ project.xml 16 Sep 2002 00:34:42 -0000 1.14 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net</url> + <url>http://www.sourceforge.net/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> |