Author: olamy
Date: Sun Jul 6 15:41:10 2008
New Revision: 674357
URL: http://svn.apache.org/viewvc?rev=674357&view=rev
Log:
use last plugin parent
Modified:
maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml
Modified: maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml?rev=674357&r1=674356&r2=674357&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml Sun Jul 6
15:41:10 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,12 +17,11 @@
specific language governing permissions and 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/maven-v4_0_0.xsd">
+<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>4</version>
+ <version>11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-swizzle-plugin</artifactId>