Author: dennisl
Date: Fri Jul 14 16:21:28 2006
New Revision: 422093
URL: http://svn.apache.org/viewvc?rev=422093&view=rev
Log:
Add xml namespace
Use a newer parent
Add prerequisites
Modified:
maven/sandbox/plugins/maven-changes-plugin/pom.xml
Modified: maven/sandbox/plugins/maven-changes-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-changes-plugin/pom.xml?rev=422093&r1=422092&r2=422093&view=diff
==============================================================================
--- maven/sandbox/plugins/maven-changes-plugin/pom.xml (original)
+++ maven/sandbox/plugins/maven-changes-plugin/pom.xml Fri Jul 14 16:21:28 2006
@@ -1,14 +1,17 @@
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-changes-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Changes Report Plugin</name>
<version>2.0-beta-2-SNAPSHOT</version>
+ <prerequisites>
+ <maven>2.0</maven>
+ </prerequisites>
<developers>
<developer>
<id>jruiz</id>