You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/06/09 13:14:48 UTC

svn commit: r782957 - in /camel/trunk: apache-camel/bundle/pom.xml apache-camel/pom.xml tests/pom.xml

Author: hadrian
Date: Tue Jun  9 11:14:48 2009
New Revision: 782957

URL: http://svn.apache.org/viewvc?rev=782957&view=rev
Log:
More pom fixes preparing release.

Modified:
    camel/trunk/apache-camel/bundle/pom.xml
    camel/trunk/apache-camel/pom.xml
    camel/trunk/tests/pom.xml

Modified: camel/trunk/apache-camel/bundle/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/bundle/pom.xml?rev=782957&r1=782956&r2=782957&view=diff
==============================================================================
--- camel/trunk/apache-camel/bundle/pom.xml (original)
+++ camel/trunk/apache-camel/bundle/pom.xml Tue Jun  9 11:14:48 2009
@@ -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,9 +15,7 @@
   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">
+<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/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=782957&r1=782956&r2=782957&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Tue Jun  9 11:14:48 2009
@@ -456,7 +456,7 @@
         <artifactId>camel-maven-plugin</artifactId>
         <reportSets>
           <reportSet>
-            <configuration/>
+            <configuration />
             <reports>
               <report>converters-report</report>
             </reports>
@@ -531,16 +531,16 @@
                   <tasks>
 
                     <exec executable="rsync">
-                      <arg value="-ave"/>
-                      <arg value="ssh"/>
-                      <arg value="people.apache.org:/www/activemq.apache.org/camel/"/>
-                      <arg value="${basedir}/target/website/"/>
+                      <arg value="-ave" />
+                      <arg value="ssh" />
+                      <arg value="people.apache.org:/www/activemq.apache.org/camel/" />
+                      <arg value="${basedir}/target/website/" />
                     </exec>
 
-                    <echo message="Replaceing absolute links with relative ones"/>
+                    <echo message="Replaceing absolute links with relative ones" />
                     <replace dir="${basedir}/target/website">
-                      <replacefilter token="http://activemq.apache.org/camel/maven/" value="maven/"/>
-                      <replacefilter token="http://activemq.apache.org/camel/styles/" value="styles/"/>
+                      <replacefilter token="http://activemq.apache.org/camel/maven/" value="maven/" />
+                      <replacefilter token="http://activemq.apache.org/camel/styles/" value="styles/" />
                     </replace>
 
                   </tasks>

Modified: camel/trunk/tests/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/pom.xml?rev=782957&r1=782956&r2=782957&view=diff
==============================================================================
--- camel/trunk/tests/pom.xml (original)
+++ camel/trunk/tests/pom.xml Tue Jun  9 11:14:48 2009
@@ -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,9 +15,7 @@
   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">
+<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>