Author: sebb
Date: Thu Jun 27 10:44:41 2013
New Revision: 1497290
URL: http://svn.apache.org/r1497290
Log:
Standardise model location
Modified:
creadur/rat/trunk/apache-rat-plugin/pom.xml
Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1497290&r1=1497289&r2=1497290&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Thu Jun 27 10:44:41 2013
@@ -16,12 +16,12 @@
limitations under the License.
-->
<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>apache-rat-project</artifactId>
<groupId>org.apache.rat</groupId>
<version>0.10-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
<artifactId>apache-rat-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Rat::Plugin4Maven</name>