Author: bentmann Date: Thu Sep 11 14:37:09 2008 New Revision: 694498 URL: http://svn.apache.org/viewvc?rev=694498&view=rev Log: o Reordered POM
Modified: maven/plugins/trunk/maven-reactor-plugin/pom.xml Modified: maven/plugins/trunk/maven-reactor-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-reactor-plugin/pom.xml?rev=694498&r1=694497&r2=694498&view=diff ============================================================================== --- maven/plugins/trunk/maven-reactor-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-reactor-plugin/pom.xml Thu Sep 11 14:37:09 2008 @@ -1,15 +1,18 @@ <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"> <modelVersion>4.0.0</modelVersion> + <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>11</version> </parent> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-reactor-plugin</artifactId> - <packaging>maven-plugin</packaging> <version>1.0-SNAPSHOT</version> + <packaging>maven-plugin</packaging> + <name>maven-reactor-plugin</name> <description>Build a subset of interdependent projects in a reactor</description> <url>http://maven.apache.org</url> @@ -20,6 +23,7 @@ <distribution>repo</distribution> </license> </licenses> + <developers> <developer> <id>dfabulich</id> @@ -27,6 +31,7 @@ <timezone>-8</timezone> </developer> </developers> + <dependencies> <dependency> <groupId>org.apache.maven</groupId>