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 2007/01/30 14:11:06 UTC

svn commit: r501395 [2/5] - in /incubator/servicemix/branches/servicemix-3.1: ./ archetypes/ archetypes/servicemix-archetypes-itests/ archetypes/servicemix-binding-component/ archetypes/servicemix-eip-service-unit/ archetypes/servicemix-eip-service-uni...

Modified: incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,33 +1,33 @@
-<?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/maven-v4_0_0.xsd">
-
-<!--
-
-    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.
--->
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-saxon-xquery-service-unit</artifactId>
-  <name>ServiceMix :: Archetypes :: SaxonXQueryServiceUnit</name>
-
-</project>
+<?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/maven-v4_0_0.xsd">
+
+<!--
+
+    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.
+-->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>servicemix-saxon-xquery-service-unit</artifactId>
+  <name>ServiceMix :: Archetypes :: SaxonXQueryServiceUnit</name>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,71 +1,71 @@
-<?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 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>
-  <groupId>${groupId}</groupId>
-  <artifactId>${artifactId}</artifactId>
-  <packaging>jbi-service-unit</packaging>
-  <version>${version}</version>
-  <name>An X-Query based Service</name>
-  <url>http://www.myorganization.org</url>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.incubating</id>
-      <name>Apache Incubating Repository</name>
-      <url>http://people.apache.org/repo/m2-incubating-repository</url>
-    </pluginRepository>
-  </pluginRepositories>
-  <repositories>
-    <repository>
-      <id>apache.incubating</id>
-      <name>Apache Incubating Repository</name>
-      <url>http://people.apache.org/repo/m2-incubating-repository</url>
-    </repository>
-  </repositories>
-	<properties>
-	  <servicemix-version>3.1-incubating</servicemix-version>
-	</properties>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-saxon</artifactId>
-      <version>${servicemix-version}</version>      
-    </dependency>
-  </dependencies>
-  <build>
-  	<resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-      </resource>    
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.servicemix.tooling</groupId>
-        <artifactId>jbi-maven-plugin</artifactId>
-        <version>${servicemix-version}</version>      
-        <extensions>true</extensions>
-      </plugin>     
-    </plugins>
-  </build>
-</project>
+<?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 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>
+  <groupId>${groupId}</groupId>
+  <artifactId>${artifactId}</artifactId>
+  <packaging>jbi-service-unit</packaging>
+  <version>${version}</version>
+  <name>An X-Query based Service</name>
+  <url>http://www.myorganization.org</url>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.incubating</id>
+      <name>Apache Incubating Repository</name>
+      <url>http://people.apache.org/repo/m2-incubating-repository</url>
+    </pluginRepository>
+  </pluginRepositories>
+  <repositories>
+    <repository>
+      <id>apache.incubating</id>
+      <name>Apache Incubating Repository</name>
+      <url>http://people.apache.org/repo/m2-incubating-repository</url>
+    </repository>
+  </repositories>
+	<properties>
+	  <servicemix-version>3.1-incubating</servicemix-version>
+	</properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-saxon</artifactId>
+      <version>${servicemix-version}</version>      
+    </dependency>
+  </dependencies>
+  <build>
+  	<resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+      </resource>    
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.servicemix.tooling</groupId>
+        <artifactId>jbi-maven-plugin</artifactId>
+        <version>${servicemix-version}</version>      
+        <extensions>true</extensions>
+      </plugin>     
+    </plugins>
+  </build>
+</project>

Modified: incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,33 +1,33 @@
-<?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/maven-v4_0_0.xsd">
-
-<!--
-
-    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.
--->
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-saxon-xslt-service-unit</artifactId>
-  <name>ServiceMix :: Archetypes :: SaxonXsltServiceUnit</name>
-
-</project>
+<?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/maven-v4_0_0.xsd">
+
+<!--
+
+    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.
+-->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>servicemix-saxon-xslt-service-unit</artifactId>
+  <name>ServiceMix :: Archetypes :: SaxonXsltServiceUnit</name>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,71 +1,71 @@
-<?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 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>
-  <groupId>${groupId}</groupId>
-  <artifactId>${artifactId}</artifactId>
-  <packaging>jbi-service-unit</packaging>
-  <version>${version}</version>
-  <name>An XSLT based Service</name>
-  <url>http://www.myorganization.org</url>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.incubating</id>
-      <name>Apache Incubating Repository</name>
-      <url>http://people.apache.org/repo/m2-incubating-repository</url>
-    </pluginRepository>
-  </pluginRepositories>
-  <repositories>
-    <repository>
-      <id>apache.incubating</id>
-      <name>Apache Incubating Repository</name>
-      <url>http://people.apache.org/repo/m2-incubating-repository</url>
-    </repository>
-  </repositories>
-	<properties>
-	  <servicemix-version>3.1-incubating</servicemix-version>
-	</properties>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-saxon</artifactId>
-      <version>${servicemix-version}</version>      
-    </dependency>
-  </dependencies>
-  <build>
-  	<resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-      </resource>    
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.servicemix.tooling</groupId>
-        <artifactId>jbi-maven-plugin</artifactId>
-        <version>${servicemix-version}</version>      
-        <extensions>true</extensions>
-      </plugin>     
-    </plugins>
-  </build>
-</project>
+<?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 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>
+  <groupId>${groupId}</groupId>
+  <artifactId>${artifactId}</artifactId>
+  <packaging>jbi-service-unit</packaging>
+  <version>${version}</version>
+  <name>An XSLT based Service</name>
+  <url>http://www.myorganization.org</url>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.incubating</id>
+      <name>Apache Incubating Repository</name>
+      <url>http://people.apache.org/repo/m2-incubating-repository</url>
+    </pluginRepository>
+  </pluginRepositories>
+  <repositories>
+    <repository>
+      <id>apache.incubating</id>
+      <name>Apache Incubating Repository</name>
+      <url>http://people.apache.org/repo/m2-incubating-repository</url>
+    </repository>
+  </repositories>
+	<properties>
+	  <servicemix-version>3.1-incubating</servicemix-version>
+	</properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-saxon</artifactId>
+      <version>${servicemix-version}</version>      
+    </dependency>
+  </dependencies>
+  <build>
+  	<resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+      </resource>    
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.servicemix.tooling</groupId>
+        <artifactId>jbi-maven-plugin</artifactId>
+        <version>${servicemix-version}</version>      
+        <extensions>true</extensions>
+      </plugin>     
+    </plugins>
+  </build>
+</project>

Modified: incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-service-assembly</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-service-engine</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-service-unit</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-shared-library</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/build/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/build/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/build/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/build/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,91 +1,91 @@
-<?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/maven-v4_0_0.xsd">
-
-<!--
-
-    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.
--->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix</groupId>
-        <artifactId>servicemix</artifactId>
-        <version>3.2-incubating-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>build</artifactId>
-    <packaging>maven-plugin</packaging>
-    <name>Servicemix :: Build</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-plugin-api</artifactId>
-            <version>2.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-project</artifactId>
-            <version>2.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-archiver</artifactId>
-            <version>2.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-utils</artifactId>
-            <version>1.0.5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-script-ant</artifactId>
-            <version>2.0.1</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>legal-files</id>
-                        <phase>generate-resources</phase>
-                        <configuration>
-                            <tasks>
-                                <copy file="${basedir}/../LICENSE" tofile="${basedir}/target/legal/META-INF/LICENSE" />
-                                <copy file="${basedir}/../NOTICE" tofile="${basedir}/target/legal/META-INF/NOTICE" />
-                                <copy file="${basedir}/../DISCLAIMER" tofile="${basedir}/target/legal/META-INF/DISCLAIMER" />
-                                <copy file="${basedir}/../LICENSE" tofile="${basedir}/target/classes/META-INF/LICENSE" />
-                                <copy file="${basedir}/../NOTICE" tofile="${basedir}/target/classes/META-INF/NOTICE" />
-                                <copy file="${basedir}/../DISCLAIMER" tofile="${basedir}/target/classes/META-INF/DISCLAIMER" />
-                            </tasks>
-                            <sourceRoot>${basedir}/target/legal</sourceRoot>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?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/maven-v4_0_0.xsd">
+
+<!--
+
+    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.
+-->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>servicemix</artifactId>
+        <version>3.1.1-incubating-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>build</artifactId>
+    <packaging>maven-plugin</packaging>
+    <name>Servicemix :: Build</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+            <version>2.0.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
+            <version>2.0.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-archiver</artifactId>
+            <version>2.0.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>1.0.5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-script-ant</artifactId>
+            <version>2.0.1</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.1</version>
+                <executions>
+                    <execution>
+                        <id>legal-files</id>
+                        <phase>generate-resources</phase>
+                        <configuration>
+                            <tasks>
+                                <copy file="${basedir}/../LICENSE" tofile="${basedir}/target/legal/META-INF/LICENSE" />
+                                <copy file="${basedir}/../NOTICE" tofile="${basedir}/target/legal/META-INF/NOTICE" />
+                                <copy file="${basedir}/../DISCLAIMER" tofile="${basedir}/target/legal/META-INF/DISCLAIMER" />
+                                <copy file="${basedir}/../LICENSE" tofile="${basedir}/target/classes/META-INF/LICENSE" />
+                                <copy file="${basedir}/../NOTICE" tofile="${basedir}/target/classes/META-INF/NOTICE" />
+                                <copy file="${basedir}/../DISCLAIMER" tofile="${basedir}/target/classes/META-INF/DISCLAIMER" />
+                            </tasks>
+                            <sourceRoot>${basedir}/target/legal</sourceRoot>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.1/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/common/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/common/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/common/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,70 +1,70 @@
-<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">
-
-<!--
-
-    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.
--->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix</groupId>
-        <artifactId>servicemix</artifactId>
-        <version>3.2-incubating-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.servicemix</groupId>
-    <artifactId>common</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-    <name>ServiceMix :: Common</name>
-    <packaging>pom</packaging>
-
-    <modules>
-        <module>servicemix-common</module>
-        <module>servicemix-components</module>
-        <module>servicemix-soap</module>
-        <module>servicemix-beanflow</module>
-    </modules>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>build</artifactId>
-                <version>${servicemix-version}</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>copy</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.servicemix</groupId>
-                        <artifactId>build</artifactId>
-                        <version>3.1-incubating-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
-
+<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">
+
+<!--
+
+    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.
+-->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>servicemix</artifactId>
+        <version>3.1.1-incubating-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>common</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+    <name>ServiceMix :: Common</name>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>servicemix-common</module>
+        <module>servicemix-components</module>
+        <module>servicemix-soap</module>
+        <module>servicemix-beanflow</module>
+    </modules>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.servicemix</groupId>
+                <artifactId>build</artifactId>
+                <version>${servicemix-version}</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.servicemix</groupId>
+                        <artifactId>build</artifactId>
+                        <version>3.1-incubating-SNAPSHOT</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>

Modified: incubator/servicemix/branches/servicemix-3.1/common/servicemix-beanflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/common/servicemix-beanflow/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/common/servicemix-beanflow/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/common/servicemix-beanflow/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,79 +1,79 @@
-<?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/maven-v4_0_0.xsd">
-
-<!--
-
-    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.
--->
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix</groupId>
-    <artifactId>common</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <groupId>org.apache.servicemix</groupId>
-  <artifactId>servicemix-beanflow</artifactId>
-
-  <name>ServiceMix :: BeanFlow</name>
-  <description>
-    A library for orchestrating beans and asynchronous events using
-    regular POJOs rather than XML
-  </description>
-
-  <dependencies>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <!--
-        <scope>optional</scope>
-      -->
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <!--  
-        <version>2.3-SNAPSHOT</version>
-        -->
-        <configuration>
-          <forkMode>pertest</forkMode>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?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/maven-v4_0_0.xsd">
+
+<!--
+
+    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.
+-->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>common</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.servicemix</groupId>
+  <artifactId>servicemix-beanflow</artifactId>
+
+  <name>ServiceMix :: BeanFlow</name>
+  <description>
+    A library for orchestrating beans and asynchronous events using
+    regular POJOs rather than XML
+  </description>
+
+  <dependencies>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <!--
+        <scope>optional</scope>
+      -->
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <!--  
+        <version>2.3-SNAPSHOT</version>
+        -->
+        <configuration>
+          <forkMode>pertest</forkMode>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.1/common/servicemix-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/common/servicemix-common/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/common/servicemix-common/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/common/servicemix-common/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>common</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-common</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>common</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-components</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/common/servicemix-soap/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>common</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-soap</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/core/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/core/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/core/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,70 +1,70 @@
-<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">
-
-<!--
-
-    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.
--->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix</groupId>
-        <artifactId>servicemix</artifactId>
-        <version>3.2-incubating-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.servicemix</groupId>
-    <artifactId>core</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-    <name>ServiceMix :: Core</name>
-    <packaging>pom</packaging>
-
-    <modules>
-        <module>servicemix-jbi</module>
-        <module>servicemix-services</module>
-        <module>servicemix-core</module>
-        <module>servicemix-audit</module>
-    </modules>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>build</artifactId>
-                <version>${servicemix-version}</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>copy</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.servicemix</groupId>
-                        <artifactId>build</artifactId>
-                        <version>3.1-incubating-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
-
+<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">
+
+<!--
+
+    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.
+-->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>servicemix</artifactId>
+        <version>3.1.1-incubating-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>core</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+    <name>ServiceMix :: Core</name>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>servicemix-jbi</module>
+        <module>servicemix-services</module>
+        <module>servicemix-core</module>
+        <module>servicemix-audit</module>
+    </modules>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.servicemix</groupId>
+                <artifactId>build</artifactId>
+                <version>${servicemix-version}</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.servicemix</groupId>
+                        <artifactId>build</artifactId>
+                        <version>3.1-incubating-SNAPSHOT</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>

Modified: incubator/servicemix/branches/servicemix-3.1/core/servicemix-audit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/core/servicemix-audit/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/core/servicemix-audit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/core/servicemix-audit/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,75 +1,75 @@
-<?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/maven-v4_0_0.xsd">
-
-<!--
-
-    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.
--->
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix</groupId>
-    <artifactId>core</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-audit</artifactId>
-  <packaging>jar</packaging>
-  <name>ServiceMix :: Audit</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>lucene</groupId>
-      <artifactId>lucene</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>maven-xbean-plugin</artifactId>
-        <executions>
-          <execution>
-            <configuration>
-              <namespace>http://servicemix.apache.org/audit/1.0</namespace>
-            </configuration>
-            <goals>
-              <goal>mapping</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?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/maven-v4_0_0.xsd">
+
+<!--
+
+    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.
+-->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>core</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>servicemix-audit</artifactId>
+  <packaging>jar</packaging>
+  <name>ServiceMix :: Audit</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>lucene</groupId>
+      <artifactId>lucene</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>maven-xbean-plugin</artifactId>
+        <executions>
+          <execution>
+            <configuration>
+              <namespace>http://servicemix.apache.org/audit/1.0</namespace>
+            </configuration>
+            <goals>
+              <goal>mapping</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/core/servicemix-core/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>core</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-core</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/core/servicemix-jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/core/servicemix-jbi/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/core/servicemix-jbi/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/core/servicemix-jbi/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>core</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-jbi</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/core/servicemix-services/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/core/servicemix-services/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/core/servicemix-services/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/core/servicemix-services/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>core</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-services</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,43 +1,43 @@
-<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">
-
-<!--
-
-    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.
--->
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix</groupId>
-    <artifactId>deployables</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <groupId>org.apache.servicemix</groupId>
-  <artifactId>bindingcomponents</artifactId>
-  <version>3.2-incubating-SNAPSHOT</version>
-  <name>ServiceMix :: Binding Components</name>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>servicemix-file</module>
-    <module>servicemix-ftp</module>
-    <module>servicemix-http</module>
-    <module>servicemix-jms</module>
-    <module>servicemix-xmpp</module>
-  </modules>
-
+<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">
+
+<!--
+
+    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.
+-->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>deployables</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.servicemix</groupId>
+  <artifactId>bindingcomponents</artifactId>
+  <version>3.1.1-incubating-SNAPSHOT</version>
+  <name>ServiceMix :: Binding Components</name>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>servicemix-file</module>
+    <module>servicemix-ftp</module>
+    <module>servicemix-http</module>
+    <module>servicemix-jms</module>
+    <module>servicemix-xmpp</module>
+  </modules>
+
 </project>

Modified: incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-file/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-file/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-file/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-file/pom.xml Tue Jan 30 05:10:55 2007
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>bindingcomponents</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-ftp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-ftp/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-ftp/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-ftp/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,97 +1,97 @@
-<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">
-
-<!--
-
-    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.
--->
-
-  <parent>
-    <groupId>org.apache.servicemix</groupId>
-    <artifactId>bindingcomponents</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <groupId>org.apache.servicemix</groupId>
-  <artifactId>servicemix-ftp</artifactId>
-  <packaging>jbi-component</packaging>
-  <name>ServiceMix :: FTP</name>
-  <description>An FTP component</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-shared</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-core</artifactId>
-      <version>${servicemix-version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-net</groupId>
-      <artifactId>commons-net</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.servicemix.tooling</groupId>
-        <artifactId>jbi-maven-plugin</artifactId>
-        <version>${servicemix-version}</version>
-        <extensions>true</extensions>
-        <configuration>
-          <type>binding-component</type>
-          <component>org.apache.servicemix.ftp.FtpComponent</component>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>maven-xbean-plugin</artifactId>
-        <version>${xbean-version}</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>mapping</goal>
-            </goals>
-            <configuration>
-              <namespace>http://servicemix.apache.org/ftp/1.0</namespace>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <!--  TODO - need an embedded FTP server to be able to properly test -->
-            <exclude>**/*Test.*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
+<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">
+
+<!--
+
+    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.
+-->
+
+  <parent>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>bindingcomponents</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.servicemix</groupId>
+  <artifactId>servicemix-ftp</artifactId>
+  <packaging>jbi-component</packaging>
+  <name>ServiceMix :: FTP</name>
+  <description>An FTP component</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-shared</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+      <version>${servicemix-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.servicemix.tooling</groupId>
+        <artifactId>jbi-maven-plugin</artifactId>
+        <version>${servicemix-version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <type>binding-component</type>
+          <component>org.apache.servicemix.ftp.FtpComponent</component>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>maven-xbean-plugin</artifactId>
+        <version>${xbean-version}</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>mapping</goal>
+            </goals>
+            <configuration>
+              <namespace>http://servicemix.apache.org/ftp/1.0</namespace>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!--  TODO - need an embedded FTP server to be able to properly test -->
+            <exclude>**/*Test.*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>

Modified: incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>bindingcomponents</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-http</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-jms/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-jms/pom.xml Tue Jan 30 05:10:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>bindingcomponents</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-jms</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-xmpp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-xmpp/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-xmpp/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-xmpp/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,104 +1,104 @@
-<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">
-
-<!--
-
-    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.
--->
-
-  <parent>
-    <groupId>org.apache.servicemix</groupId>
-    <artifactId>bindingcomponents</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <groupId>org.apache.servicemix</groupId>
-  <artifactId>servicemix-xmpp</artifactId>
-  <packaging>jbi-component</packaging>
-  <name>ServiceMix :: XMPP</name>
-  <description>An XMPP component for communicating with Jabber networks</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-shared</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-core</artifactId>
-      <version>${servicemix-version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>jivesoftware</groupId>
-      <artifactId>smack</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jivesoftware</groupId>
-      <artifactId>smackx</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.servicemix.tooling</groupId>
-        <artifactId>jbi-maven-plugin</artifactId>
-        <version>${servicemix-version}</version>
-        <extensions>true</extensions>
-        <configuration>
-          <type>binding-component</type>
-          <component>org.apache.servicemix.xmpp.XMPPComponent</component>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>maven-xbean-plugin</artifactId>
-        <version>${xbean-version}</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>mapping</goal>
-            </goals>
-            <configuration>
-              <namespace>http://servicemix.apache.org/xmpp/1.0</namespace>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <!--  These integration tests require a Jabber server -->
-            <exclude>**/DynamicEndpointTest.*</exclude>
-            <exclude>**/SpringComponentTest.*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
+<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">
+
+<!--
+
+    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.
+-->
+
+  <parent>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>bindingcomponents</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.servicemix</groupId>
+  <artifactId>servicemix-xmpp</artifactId>
+  <packaging>jbi-component</packaging>
+  <name>ServiceMix :: XMPP</name>
+  <description>An XMPP component for communicating with Jabber networks</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-shared</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+      <version>${servicemix-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>jivesoftware</groupId>
+      <artifactId>smack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jivesoftware</groupId>
+      <artifactId>smackx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.servicemix.tooling</groupId>
+        <artifactId>jbi-maven-plugin</artifactId>
+        <version>${servicemix-version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <type>binding-component</type>
+          <component>org.apache.servicemix.xmpp.XMPPComponent</component>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>maven-xbean-plugin</artifactId>
+        <version>${xbean-version}</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>mapping</goal>
+            </goals>
+            <configuration>
+              <namespace>http://servicemix.apache.org/xmpp/1.0</namespace>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!--  These integration tests require a Jabber server -->
+            <exclude>**/DynamicEndpointTest.*</exclude>
+            <exclude>**/SpringComponentTest.*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>

Modified: incubator/servicemix/branches/servicemix-3.1/deployables/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/pom.xml?view=diff&rev=501395&r1=501394&r2=501395
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/deployables/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/deployables/pom.xml Tue Jan 30 05:10:55 2007
@@ -1,69 +1,69 @@
-<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">
-
-<!--
-
-    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.
--->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix</groupId>
-        <artifactId>servicemix</artifactId>
-        <version>3.2-incubating-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.servicemix</groupId>
-    <artifactId>deployables</artifactId>
-    <version>3.2-incubating-SNAPSHOT</version>
-    <name>ServiceMix :: Deployables</name>
-    <packaging>pom</packaging>
-
-    <modules>
-        <module>sharedlibraries</module>
-        <module>bindingcomponents</module>
-        <module>serviceengines</module>
-    </modules>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>build</artifactId>
-                <version>${servicemix-version}</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>copy</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.servicemix</groupId>
-                        <artifactId>build</artifactId>
-                        <version>3.1-incubating-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
-
+<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">
+
+<!--
+
+    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.
+-->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>servicemix</artifactId>
+        <version>3.1.1-incubating-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>deployables</artifactId>
+    <version>3.1.1-incubating-SNAPSHOT</version>
+    <name>ServiceMix :: Deployables</name>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>sharedlibraries</module>
+        <module>bindingcomponents</module>
+        <module>serviceengines</module>
+    </modules>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.servicemix</groupId>
+                <artifactId>build</artifactId>
+                <version>${servicemix-version}</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.servicemix</groupId>
+                        <artifactId>build</artifactId>
+                        <version>3.1-incubating-SNAPSHOT</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>