You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/01/05 01:50:37 UTC

svn commit: r366038 - /incubator/servicemix/trunk/servicemix-core/pom.xml

Author: gnodet
Date: Wed Jan  4 16:50:34 2006
New Revision: 366038

URL: http://svn.apache.org/viewcvs?rev=366038&view=rev
Log:
Fix the pom (do not know how it became invalid, but ...)

Modified:
    incubator/servicemix/trunk/servicemix-core/pom.xml

Modified: incubator/servicemix/trunk/servicemix-core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-core/pom.xml?rev=366038&r1=366037&r2=366038&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/pom.xml Wed Jan  4 16:50:34 2006
@@ -16,7 +16,11 @@
     limitations under the License.
 -->
 <!-- $Rev$ $Date$ -->
-	<model xsi:defaultSchemaLocation="http://maven.apache.org/maven-v4_0_0.xsd">
+<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">
+  
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -378,4 +382,4 @@
         </plugins>
     </build>
 
-</model>
+</project>