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/11/01 19:49:01 UTC

svn commit: r470031 [3/3] - in /incubator/servicemix/branches/servicemix-3.0: ./ apache-servicemix/ build/ geronimo/ geronimo/deployer-service/ geronimo/deployer/ geronimo/servicemix-service/ geronimo/servicemix/ samples/ samples/basic/ samples/bridge/...

Modified: incubator/servicemix/branches/servicemix-3.0/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/servicemix-wsn2005/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/servicemix-wsn2005/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/servicemix-wsn2005/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,32 +1,11 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-wsn2005</artifactId>
@@ -126,11 +105,7 @@
                     <path refid="maven.test.classpath" />
                   </classpath>
                 </taskdef>
-                <wsgen 
-                  wsdl="${basedir}/src/main/resources/org/apache/servicemix/wsn/wsn.wsdl"
-                  outputDirectory="${basedir}/target/jaxws" 
-                  profile="org.codehaus.xfire.jaxws.gen.JAXWSProfile"
-                  explicitAnnotation="true" />
+                <wsgen wsdl="${basedir}/src/main/resources/org/apache/servicemix/wsn/wsn.wsdl" outputDirectory="${basedir}/target/jaxws" profile="org.codehaus.xfire.jaxws.gen.JAXWSProfile" explicitAnnotation="true" />
               </tasks>
               <sourceRoot>${basedir}/target/jaxws</sourceRoot>
             </configuration>
@@ -155,4 +130,4 @@
     </plugins>
   </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/jbi-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/jbi-maven-plugin/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/jbi-maven-plugin/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/jbi-maven-plugin/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,33 +1,11 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
     <parent>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>tooling</artifactId>
-        <version>3.0.1-incubating-SNAPSHOT</version>
+        <version>3.0.1-incubating</version>
     </parent>
 
     <artifactId>jbi-maven-plugin</artifactId>
@@ -62,12 +40,12 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
-            <version>3.0.1-incubating-SNAPSHOT</version>          
+            <version>3.0.1-incubating</version>          
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
-            <version>3.0.1-incubating-SNAPSHOT</version>          
+            <version>3.0.1-incubating</version>          
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -132,4 +110,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,37 +1,16 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
   
   <groupId>org.apache.servicemix.tooling</groupId>
   <artifactId>tooling</artifactId>
-  <version>3.0.1-incubating-SNAPSHOT</version>
+  <version>3.0.1-incubating</version>
   <name>ServiceMix :: Tooling</name>
   <url>http://servicemix.org</url>
   <packaging>pom</packaging>
@@ -54,4 +33,4 @@
     <module>servicemix-archetypes-itests</module>
   </modules>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,123 +1,101 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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">
-    
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-archetypes-itests</artifactId>
-  <name>ServiceMix :: Maven2 :: Archetypes :: ITests</name>
-  
-  <dependencies>
-    <dependency>
-      <groupId>classworlds</groupId>
-      <artifactId>classworlds</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-embedder</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-binding-component</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-eip-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-embedded-simple</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-http-consumer-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-http-provider-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-jms-consumer-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-jms-provider-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-jsr181-wsdl-first-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-lwcontainer-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-service-assembly</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-service-engine</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-shared-library</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-  </dependencies>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-archetype-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<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>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.0.1-incubating</version>
+  </parent>
+
+  <artifactId>servicemix-archetypes-itests</artifactId>
+  <name>ServiceMix :: Maven2 :: Archetypes :: ITests</name>
+  
+  <dependencies>
+    <dependency>
+      <groupId>classworlds</groupId>
+      <artifactId>classworlds</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-embedder</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-binding-component</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-eip-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-embedded-simple</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-http-consumer-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-http-provider-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-jms-consumer-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-jms-provider-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-jsr181-wsdl-first-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-lwcontainer-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-service-assembly</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-service-engine</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-shared-library</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+  </dependencies>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-archetype-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-binding-component</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: BindingComponent</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-eip-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-eip-service-unit/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-eip-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-eip-service-unit/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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">
-    
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-eip-service-unit</artifactId>
-  <name>ServiceMix :: Maven2 :: Archetypes :: EIPServiceUnit</name>
-
-</project>
+<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>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.0.1-incubating</version>
+  </parent>
+
+  <artifactId>servicemix-eip-service-unit</artifactId>
+  <name>ServiceMix :: Maven2 :: Archetypes :: EIPServiceUnit</name>
+
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-embedded-simple/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-embedded-simple/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-embedded-simple/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-embedded-simple/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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">
-    
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-embedded-simple</artifactId>
-  <name>ServiceMix :: Maven2 :: Archetypes :: EmbeddedSimple</name>
-
-</project>
+<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>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.0.1-incubating</version>
+  </parent>
+
+  <artifactId>servicemix-embedded-simple</artifactId>
+  <name>ServiceMix :: Maven2 :: Archetypes :: EmbeddedSimple</name>
+
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-consumer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-consumer-service-unit/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-consumer-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-consumer-service-unit/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-http-consumer-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: HttpConsumerServiceUnit</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-provider-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-provider-service-unit/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-provider-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-provider-service-unit/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-http-provider-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: HttpProviderServiceUnit</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-consumer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-consumer-service-unit/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-consumer-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-consumer-service-unit/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-jms-consumer-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: JmsConsumerServiceUnit</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-provider-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-provider-service-unit/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-provider-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-provider-service-unit/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-jms-provider-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: JmsProviderServiceUnit</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jsr181-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jsr181-wsdl-first-service-unit/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jsr181-wsdl-first-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jsr181-wsdl-first-service-unit/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-jsr181-wsdl-first-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: Jsr181WsdlFirstServiceUnit</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-lwcontainer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-lwcontainer-service-unit/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-lwcontainer-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-lwcontainer-service-unit/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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">
-    
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-lwcontainer-service-unit</artifactId>
-  <name>ServiceMix :: Maven2 :: Archetypes :: LWContainerServiceUnit</name>
-
-</project>
+<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>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.0.1-incubating</version>
+  </parent>
+
+  <artifactId>servicemix-lwcontainer-service-unit</artifactId>
+  <name>ServiceMix :: Maven2 :: Archetypes :: LWContainerServiceUnit</name>
+
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-assembly/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-assembly/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-assembly/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-service-assembly</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: ServiceAssembly</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-service-engine</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: ServiceEngine</name>
   
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-unit/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-unit/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: ServiceUnit</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-shared-library/pom.xml?view=diff&rev=470031&r1=470030&r2=470031
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-shared-library/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-shared-library/pom.xml Wed Nov  1 10:48:56 2006
@@ -1,36 +1,14 @@
-<?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
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    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>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.1-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating</version>
   </parent>
 
   <artifactId>servicemix-shared-library</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: SharedLibrary</name>
 
-</project>
+</project>
\ No newline at end of file