summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.2/tools
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-08-29 12:51:40 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-08-29 12:51:40 +0000
commit0349cc459bf3308bbc99026444f838d827ad89a3 (patch)
tree996d9a554fd237328f3ea8e7414b419d622c7567 /branches/sca-java-1.3.2/tools
parent4d2574031dd0edc23e111427e7a3b2210a7072ed (diff)
Change version to 1.3.2-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3.2/tools')
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml4
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml2
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/plugins/core/pom.xml2
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/pom.xml2
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/site/updatesite/pom.xml6
-rw-r--r--branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml12
-rw-r--r--branches/sca-java-1.3.2/tools/java2wsdl/pom.xml6
-rw-r--r--branches/sca-java-1.3.2/tools/maven/maven-ant-generator/pom.xml2
-rw-r--r--branches/sca-java-1.3.2/tools/maven/maven-dependency-lister/pom.xml142
-rw-r--r--branches/sca-java-1.3.2/tools/maven/maven-incremental-build/pom.xml2
-rw-r--r--branches/sca-java-1.3.2/tools/maven/maven-java2wsdl/pom.xml4
-rw-r--r--branches/sca-java-1.3.2/tools/maven/maven-web-junit/pom.xml2
-rw-r--r--branches/sca-java-1.3.2/tools/maven/maven-wsdl2java/pom.xml4
-rw-r--r--branches/sca-java-1.3.2/tools/maven/pom.xml2
-rw-r--r--branches/sca-java-1.3.2/tools/pom.xml96
-rw-r--r--branches/sca-java-1.3.2/tools/runtime-inspector/pom.xml142
-rw-r--r--branches/sca-java-1.3.2/tools/wsdl2java/pom.xml4
17 files changed, 217 insertions, 217 deletions
diff --git a/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml b/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml
index d30a69f090..6adc914504 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml
+++ b/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml
@@ -60,12 +60,12 @@ Unless required by applicable law or agreed to in writing, software distributed
unpack="false"/>
<data
- id="runtime/apache-tuscany-sca-1.3.1-SNAPSHOT.jar"
+ id="runtime/apache-tuscany-sca-1.3.2-SNAPSHOT.jar"
download-size="0"
install-size="0"/>
<data
- id="src/apache-tuscany-sca-1.3.1-SNAPSHOT-src.zip"
+ id="src/apache-tuscany-sca-1.3.2-SNAPSHOT-src.zip"
download-size="0"
install-size="0"/>
diff --git a/branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml b/branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml
index 64a1ca804c..98a9caf55b 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml
+++ b/branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature</artifactId>
diff --git a/branches/sca-java-1.3.2/tools/eclipse/plugins/core/pom.xml b/branches/sca-java-1.3.2/tools/eclipse/plugins/core/pom.xml
index af8be761b3..3fff8846fc 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/plugins/core/pom.xml
+++ b/branches/sca-java-1.3.2/tools/eclipse/plugins/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.core</artifactId>
diff --git a/branches/sca-java-1.3.2/tools/eclipse/pom.xml b/branches/sca-java-1.3.2/tools/eclipse/pom.xml
index a289b74660..7a40287b99 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/pom.xml
+++ b/branches/sca-java-1.3.2/tools/eclipse/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/pom.xml b/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/pom.xml
index e934ab0aa8..48c55f3a95 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/pom.xml
+++ b/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.updatesite</artifactId>
@@ -36,12 +36,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.core</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml b/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml
index 11b9de93d3..488f885d0c 100644
--- a/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml
+++ b/branches/sca-java-1.3.2/tools/eclipse/site/updatesite/site.xml
@@ -23,14 +23,14 @@
</description>
<feature id="org.apache.tuscany.sca.feature" version="1.3.1"
- url="features/org.apache.tuscany.sca.feature-1.3.1-SNAPSHOT.jar"/>
+ url="features/org.apache.tuscany.sca.feature-1.3.2-SNAPSHOT.jar"/>
<archive path="plugins/org.apache.tuscany.sca.core_1.3.1.jar"
- url="plugins/org.apache.tuscany.sca.core-1.3.1-SNAPSHOT.jar"/>
+ url="plugins/org.apache.tuscany.sca.core-1.3.2-SNAPSHOT.jar"/>
- <archive path="features/org.apache.tuscany.sca.feature_1.3.1/runtime/apache-tuscany-sca-1.3.1-SNAPSHOT.jar"
- url="../apache-tuscany-sca-1.3.1-SNAPSHOT.zip"/>
+ <archive path="features/org.apache.tuscany.sca.feature_1.3.1/runtime/apache-tuscany-sca-1.3.2-SNAPSHOT.jar"
+ url="../apache-tuscany-sca-1.3.2-SNAPSHOT.zip"/>
- <archive path="features/org.apache.tuscany.sca.feature_1.3.1/src/apache-tuscany-sca-1.3.1-SNAPSHOT-src.zip"
- url="../apache-tuscany-sca-1.3.1-SNAPSHOT-src.zip"/>
+ <archive path="features/org.apache.tuscany.sca.feature_1.3.1/src/apache-tuscany-sca-1.3.2-SNAPSHOT-src.zip"
+ url="../apache-tuscany-sca-1.3.2-SNAPSHOT-src.zip"/>
</site>
diff --git a/branches/sca-java-1.3.2/tools/java2wsdl/pom.xml b/branches/sca-java-1.3.2/tools/java2wsdl/pom.xml
index b10f64947a..540a6b381d 100644
--- a/branches/sca-java-1.3.2/tools/java2wsdl/pom.xml
+++ b/branches/sca-java-1.3.2/tools/java2wsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-java2wsdl</artifactId>
@@ -38,13 +38,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.3.2/tools/maven/maven-ant-generator/pom.xml b/branches/sca-java-1.3.2/tools/maven/maven-ant-generator/pom.xml
index a2870586e5..140a65129d 100644
--- a/branches/sca-java-1.3.2/tools/maven/maven-ant-generator/pom.xml
+++ b/branches/sca-java-1.3.2/tools/maven/maven-ant-generator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-ant-generator</artifactId>
diff --git a/branches/sca-java-1.3.2/tools/maven/maven-dependency-lister/pom.xml b/branches/sca-java-1.3.2/tools/maven/maven-dependency-lister/pom.xml
index 3388c38e85..cbf10b22ab 100644
--- a/branches/sca-java-1.3.2/tools/maven/maven-dependency-lister/pom.xml
+++ b/branches/sca-java-1.3.2/tools/maven/maven-dependency-lister/pom.xml
@@ -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>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tuscany-maven-dependency-lister</artifactId>
- <packaging>maven-plugin</packaging>
- <name>Apache Tuscany SCA Dependency Lister Maven Plugin</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-settings</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-dependency-tree</artifactId>
- <version>1.0</version>
- </dependency>
-
-
- </dependencies>
-</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>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-maven-tools</artifactId>
+ <version>1.3.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-maven-dependency-lister</artifactId>
+ <packaging>maven-plugin</packaging>
+ <name>Apache Tuscany SCA Dependency Lister Maven Plugin</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-settings</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-dependency-tree</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+
+ </dependencies>
+</project>
diff --git a/branches/sca-java-1.3.2/tools/maven/maven-incremental-build/pom.xml b/branches/sca-java-1.3.2/tools/maven/maven-incremental-build/pom.xml
index 22792ebf78..bfdb4bff0c 100644
--- a/branches/sca-java-1.3.2/tools/maven/maven-incremental-build/pom.xml
+++ b/branches/sca-java-1.3.2/tools/maven/maven-incremental-build/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-incremental-build</artifactId>
diff --git a/branches/sca-java-1.3.2/tools/maven/maven-java2wsdl/pom.xml b/branches/sca-java-1.3.2/tools/maven/maven-java2wsdl/pom.xml
index 63b7574243..f072c9a524 100644
--- a/branches/sca-java-1.3.2/tools/maven/maven-java2wsdl/pom.xml
+++ b/branches/sca-java-1.3.2/tools/maven/maven-java2wsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-java2wsdl</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-java2wsdl</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/branches/sca-java-1.3.2/tools/maven/maven-web-junit/pom.xml b/branches/sca-java-1.3.2/tools/maven/maven-web-junit/pom.xml
index 7bcfb2737a..59c0987d05 100644
--- a/branches/sca-java-1.3.2/tools/maven/maven-web-junit/pom.xml
+++ b/branches/sca-java-1.3.2/tools/maven/maven-web-junit/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-web-junit</artifactId>
diff --git a/branches/sca-java-1.3.2/tools/maven/maven-wsdl2java/pom.xml b/branches/sca-java-1.3.2/tools/maven/maven-wsdl2java/pom.xml
index 47a3dff866..beb7542b04 100644
--- a/branches/sca-java-1.3.2/tools/maven/maven-wsdl2java/pom.xml
+++ b/branches/sca-java-1.3.2/tools/maven/maven-wsdl2java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-wsdl2java</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-wsdl2java</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/branches/sca-java-1.3.2/tools/maven/pom.xml b/branches/sca-java-1.3.2/tools/maven/pom.xml
index a4b3a7b351..dfc2a33b7b 100644
--- a/branches/sca-java-1.3.2/tools/maven/pom.xml
+++ b/branches/sca-java-1.3.2/tools/maven/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/branches/sca-java-1.3.2/tools/pom.xml b/branches/sca-java-1.3.2/tools/pom.xml
index 684dbdd9eb..d5f865f066 100644
--- a/branches/sca-java-1.3.2/tools/pom.xml
+++ b/branches/sca-java-1.3.2/tools/pom.xml
@@ -1,48 +1,48 @@
-<?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>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
- <version>1.3.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tuscany-sca-tools</artifactId>
- <packaging>pom</packaging>
- <name>Apache Tuscany SCA Tools</name>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>eclipse</module>
- <module>java2wsdl</module>
- <module>maven</module>
- <module>wsdl2java</module>
- <module>runtime-inspector</module>
- </modules>
- </profile>
- </profiles>
-
-</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>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca</artifactId>
+ <version>1.3.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-sca-tools</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Tools</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>eclipse</module>
+ <module>java2wsdl</module>
+ <module>maven</module>
+ <module>wsdl2java</module>
+ <module>runtime-inspector</module>
+ </modules>
+ </profile>
+ </profiles>
+
+</project>
diff --git a/branches/sca-java-1.3.2/tools/runtime-inspector/pom.xml b/branches/sca-java-1.3.2/tools/runtime-inspector/pom.xml
index e541063235..1253af8fb1 100644
--- a/branches/sca-java-1.3.2/tools/runtime-inspector/pom.xml
+++ b/branches/sca-java-1.3.2/tools/runtime-inspector/pom.xml
@@ -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>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tools-runtime-inspector</artifactId>
- <name>Apache Tuscany SCA Tools Runtime Inspector</name>
-
- <repositories>
- <repository>
- <id>apache.incubator</id>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
- </repository>
- </repositories>
-
- <dependencies>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-http</artifactId>
- <version>1.3.1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node2-impl</artifactId>
- <version>1.3.1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.3.1-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.2</version>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
- </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>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-tools</artifactId>
+ <version>1.3.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tools-runtime-inspector</artifactId>
+ <name>Apache Tuscany SCA Tools Runtime Inspector</name>
+
+ <repositories>
+ <repository>
+ <id>apache.incubator</id>
+ <url>http://people.apache.org/repo/m2-incubating-repository</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-http</artifactId>
+ <version>1.3.2-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node2-impl</artifactId>
+ <version>1.3.2-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <version>1.3.2-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.2</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+ </build>
+</project>
diff --git a/branches/sca-java-1.3.2/tools/wsdl2java/pom.xml b/branches/sca-java-1.3.2/tools/wsdl2java/pom.xml
index dcccb34e72..c8c21e264c 100644
--- a/branches/sca-java-1.3.2/tools/wsdl2java/pom.xml
+++ b/branches/sca-java-1.3.2/tools/wsdl2java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-wsdl2java</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>