From: Jeff J. <jef...@us...> - 2007-01-22 03:03:38
|
jeffjensen 07/01/21 19:03:37 Modified: news project.xml Log: Remove dupe <url> tag so 1.1 doesn't exception on it. Add schema ref for editor validation. Revision Changes Path 1.6 +4 -5 maven-plugins/news/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/news/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:23:46 -0000 1.5 +++ project.xml 22 Jan 2007 03:03:37 -0000 1.6 @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<project xmlns="http://maven.apache.org/POM/3.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <extend>${basedir}/../plugin-project.xml</extend> @@ -20,11 +22,8 @@ <description>Creates News report</description> <shortDescription>Creates News report</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> - + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> - - <url>http://maven-plugins.sourceforge.net/maven-news-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-news-plugin/</siteDirectory> <repository> |