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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,11 +1,32 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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</groupId> <artifactId>servicemix</artifactId> - <version>3.0.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-wsn2005</artifactId> @@ -105,7 +126,11 @@ <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> @@ -130,4 +155,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project>
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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,11 +1,33 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>jbi-maven-plugin</artifactId> @@ -40,12 +62,12 @@ <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> - <version>3.0.1-incubating</version> + <version>3.0.1-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-common</artifactId> - <version>3.0.1-incubating</version> + <version>3.0.1-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> @@ -110,4 +132,4 @@ </plugin> </plugins> </reporting> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- incubator/servicemix/branches/servicemix-3.0/tooling/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.0/tooling/pom.xml Wed Nov 1 10:37:26 2006 @@ -1,16 +1,37 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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</groupId> <artifactId>servicemix</artifactId> - <version>3.0.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>tooling</artifactId> - <version>3.0.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> <name>ServiceMix :: Tooling</name> <url>http://servicemix.org</url> <packaging>pom</packaging> @@ -33,4 +54,4 @@ <module>servicemix-archetypes-itests</module> </modules> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,101 +1,123 @@ -<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.2-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> \ No newline at end of file +<?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> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-binding-component</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: BindingComponent</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<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.2-incubating-SNAPSHOT</version> - </parent> - - <artifactId>servicemix-eip-service-unit</artifactId> - <name>ServiceMix :: Maven2 :: Archetypes :: EIPServiceUnit</name> - -</project> \ No newline at end of file +<?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> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<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.2-incubating-SNAPSHOT</version> - </parent> - - <artifactId>servicemix-embedded-simple</artifactId> - <name>ServiceMix :: Maven2 :: Archetypes :: EmbeddedSimple</name> - -</project> \ No newline at end of file +<?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> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-http-consumer-service-unit</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: HttpConsumerServiceUnit</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-http-provider-service-unit</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: HttpProviderServiceUnit</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-jms-consumer-service-unit</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: JmsConsumerServiceUnit</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-jms-provider-service-unit</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: JmsProviderServiceUnit</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-jsr181-wsdl-first-service-unit</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: Jsr181WsdlFirstServiceUnit</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<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.2-incubating-SNAPSHOT</version> - </parent> - - <artifactId>servicemix-lwcontainer-service-unit</artifactId> - <name>ServiceMix :: Maven2 :: Archetypes :: LWContainerServiceUnit</name> - -</project> \ No newline at end of file +<?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> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-service-assembly</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: ServiceAssembly</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-service-engine</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: ServiceEngine</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-service-unit</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: ServiceUnit</name> -</project> \ No newline at end of file +</project> 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=470027&r1=470026&r2=470027 ============================================================================== --- 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:37:26 2006 @@ -1,14 +1,36 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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.2-incubating-SNAPSHOT</version> + <version>3.0.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-shared-library</artifactId> <name>ServiceMix :: Maven2 :: Archetypes :: SharedLibrary</name> -</project> \ No newline at end of file +</project>
