Author: cmueller
Date: Sun Sep 30 16:39:11 2012
New Revision: 1392072

URL: http://svn.apache.org/viewvc?rev=1392072&view=rev
Log:
CAMEL-5578: Polish our pom's to be as DRY as possible

Modified:
    camel/trunk/buildingtools/pom.xml
    camel/trunk/camel-core/pom.xml
    camel/trunk/etc/pom.xml

Modified: camel/trunk/buildingtools/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/buildingtools/pom.xml?rev=1392072&r1=1392071&r2=1392072&view=diff
==============================================================================
--- camel/trunk/buildingtools/pom.xml (original)
+++ camel/trunk/buildingtools/pom.xml Sun Sep 30 16:39:11 2012
@@ -1,3 +1,4 @@
+<?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
@@ -16,7 +17,6 @@
   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";>
     <modelVersion>4.0.0</modelVersion>
 

Modified: camel/trunk/camel-core/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=1392072&r1=1392071&r2=1392072&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Sun Sep 30 16:39:11 2012
@@ -138,7 +138,6 @@
       <!-- generate the attached tests jar -->
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
         <executions>
           <execution>
             <goals>

Modified: camel/trunk/etc/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/etc/pom.xml?rev=1392072&r1=1392071&r2=1392072&view=diff
==============================================================================
--- camel/trunk/etc/pom.xml (original)
+++ camel/trunk/etc/pom.xml Sun Sep 30 16:39:11 2012
@@ -1,5 +1,4 @@
 <?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 distributed with
@@ -16,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://maven.apache.org/POM/4.0.0";>
 


Reply via email to