From: Andy J. <and...@us...> - 2003-09-02 16:45:49
|
andy_jefferson 03/09/02 09:45:48 Modified: . project.xml Log: Update to correct the URL of maven from one under "turbine" that doesnt work Revision Changes Path 1.22 +1 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 2 Sep 2003 12:16:59 -0000 1.21 +++ project.xml 2 Sep 2003 16:45:48 -0000 1.22 @@ -21,7 +21,7 @@ <description> <![CDATA[ <P> - Maven Plugins is a collection of plugins for <a href="http://jakarta.apache.org/turbine/maven/">Apache Jakarta Maven</a>. These plugins are currently not part of MAVEN since they use an incompatible licence agreement. + Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/">Apache Jakarta Maven</a>. These plugins are currently not part of Maven since they use an incompatible licence agreement or the JARs upon which they depend use an incompatible license agreement. </P> <P> Please refer to the <A HREF="/projects-overview.html">Plugins |