You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/11/12 16:44:12 UTC

svn commit: r1034433 - /servicemix/components/engines/servicemix-camel/trunk/pom.xml

Author: jbonofre
Date: Fri Nov 12 15:44:11 2010
New Revision: 1034433

URL: http://svn.apache.org/viewvc?rev=1034433&view=rev
Log:
Change the Maven XSD location.

Modified:
    servicemix/components/engines/servicemix-camel/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/pom.xml?rev=1034433&r1=1034432&r2=1034433&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-camel/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-camel/trunk/pom.xml Fri Nov 12 15:44:11 2010
@@ -1,4 +1,5 @@
-<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">
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
     
     <!--
       Licensed to the Apache Software Foundation (ASF) under one or more
@@ -147,6 +148,7 @@
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
         </dependency>
+        
         <!-- testing -->
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -175,6 +177,7 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        
         <!-- provided dependencies -->
         <dependency>
             <groupId>javax.xml.stream</groupId>