Modified: tuscany/sca-java-2.x/tags/2.0-RC1/features/ejava/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/features/ejava/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/features/ejava/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/features/ejava/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -37,55 +37,55 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Bindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!--
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ejb-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
-->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-corba-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Hosts -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-rmi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-corba-jee</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-corba-jse</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-corba-jse-tns</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
@@ -94,26 +94,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-ejb</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
-->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-spring</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-spring-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!--
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-spring-webapp</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
-->
@@ -121,19 +121,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-osgi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-contribution-osgi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl-osgi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
@@ -145,33 +145,33 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-script-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-jaxrs-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Policies -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-transaction</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-transaction-runtime-geronimo</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Hazelcast registry -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
</dependencies>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/features/osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/features/osgi/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/features/osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/features/osgi/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -37,14 +37,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Bindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- WebService -->
@@ -52,14 +52,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-webservice</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Hosts -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-rmi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Implementations -->
@@ -68,19 +68,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-osgi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-contribution-osgi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl-osgi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
@@ -92,7 +92,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Policies -->
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-transaction</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
-->
</dependencies>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/features/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/features/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/features/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/features/pom.xml Thu Apr 12 09:14:28 2012
@@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/features/process/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/features/process/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/features/process/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/features/process/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -37,19 +37,19 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- ODE BPEL -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
</dependencies>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/features/sdo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/features/sdo/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/features/sdo/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/features/sdo/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -37,7 +37,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-sdo</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-sdo-axiom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
</dependencies>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/features/web20/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/features/web20/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/features/web20/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/features/web20/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,87 +35,87 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-api</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Core distribution -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Common -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-common-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Interface models -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java-jaxrs</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Implementation Types -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-widget-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Bindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-http-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rest-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Dojo and Dojo Extensions -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-web-javascript-dojo</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!--Databindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-json</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Hosts -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
</dependencies>
</project>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/features/webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/features/webapp/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/features/webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/features/webapp/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Explicitly list the servlet/jsp apis as "provided" dependencies are not transitive -->
@@ -67,26 +67,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-stripes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-myfaces</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- JSONP Binding material -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonp</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonp-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- end of JSONP Binding -->
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/features/webservice/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/features/webservice/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/features/webservice/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/features/webservice/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -37,19 +37,19 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Bindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.ant</groupId>
@@ -80,26 +80,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-wsdlgen</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Databindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-axiom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-jaxb-axiom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<!-- Hosts -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
</dependencies>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/binding/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/binding/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/binding/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/binding/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -36,14 +36,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>provided</scope>
</dependency>
@@ -57,28 +57,28 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-jar/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-jar/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-jar/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-jar/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -29,7 +29,7 @@
<name>${artifactId}</name>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0</tuscany.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip-discriptor/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip-discriptor/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip-discriptor/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip-discriptor/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -147,7 +147,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0</tuscany.version>
</properties>
#end
</project>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/implementation/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/implementation/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/implementation/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/implementation/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/implementation/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/implementation/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/implementation/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/implementation/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -36,14 +36,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/policy/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/policy/pom.xml Thu Apr 12 09:14:28 2012
@@ -1,67 +1,67 @@
-<?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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../../../pom.xml</relativePath>
- </parent>
-
- <artifactId>tuscany-policy-archetype</artifactId>
- <packaging>maven-archetype</packaging>
- <name>Create a Tuscany policy extension project</name>
- <description>Create a Tuscany policy extension project</description>
-
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.archetype</groupId>
- <artifactId>archetype-packaging</artifactId>
- <version>2.2</version>
- </extension>
- </extensions>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-archetype-plugin</artifactId>
- <version>2.2</version>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <distributionManagement>
- <repository>
- <id>apache.releases.https</id>
- <name>Apache Release Distribution Repository</name>
- <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
- </repository>
- <snapshotRepository>
- <uniqueVersion>false</uniqueVersion>
- <id>apache.snapshots.https</id>
- <name>Apache Development Snapshot Repository</name>
- <url>https://repository.apache.org/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
-</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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca</artifactId>
+ <version>2.0</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>tuscany-policy-archetype</artifactId>
+ <packaging>maven-archetype</packaging>
+ <name>Create a Tuscany policy extension project</name>
+ <description>Create a Tuscany policy extension project</description>
+
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.archetype</groupId>
+ <artifactId>archetype-packaging</artifactId>
+ <version>2.2</version>
+ </extension>
+ </extensions>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-archetype-plugin</artifactId>
+ <version>2.2</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <id>apache.releases.https</id>
+ <name>Apache Release Distribution Repository</name>
+ <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <uniqueVersion>false</uniqueVersion>
+ <id>apache.snapshots.https</id>
+ <name>Apache Development Snapshot Repository</name>
+ <url>https://repository.apache.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+</project>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -1,45 +1,45 @@
-<?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-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>${artifactId}</artifactId>
- <groupId>${groupId}</groupId>
- <name>Apache Tuscany SCA Extension Policy Logging Model</name>
-
- <dependencies>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-core-runtime-pom</artifactId>
- <type>pom</type>
- <scope>provided</scope>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- </dependencies>
-
- <version>${version}</version>
-
-</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-modules</artifactId>
+ <version>2.0</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>${artifactId}</artifactId>
+ <groupId>${groupId}</groupId>
+ <name>Apache Tuscany SCA Extension Policy Logging Model</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-core-runtime-pom</artifactId>
+ <type>pom</type>
+ <scope>provided</scope>
+ <version>2.0</version>
+ </dependency>
+
+ </dependencies>
+
+ <version>${version}</version>
+
+</project>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>tuscany-archetype</artifactId>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-bpel/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-bpel/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-bpel/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -175,7 +175,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0</tuscany.version>
<jetty.version>6.1.18</jetty.version>
</properties>
#end
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsf/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsf/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsf/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsf/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -145,7 +145,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0</tuscany.version>
<myfaces.version>1.5</myfaces.version>
<jetty.version>6.1.4</jetty.version>
</properties>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsonp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsonp/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsonp/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsonp/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -148,7 +148,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0</tuscany.version>
<jetty.version>6.1.18</jetty.version>
</properties>
</project>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-stripes/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-stripes/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-stripes/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-stripes/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -115,7 +115,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0</tuscany.version>
<stripes.version>1.5.2</stripes.version>
<jetty.version>6.1.4</jetty.version>
</properties>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml Thu Apr 12 09:14:28 2012
@@ -133,7 +133,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0</tuscany.version>
<jetty.version>6.1.18</jetty.version>
</properties>
</project>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/pom.xml Thu Apr 12 09:14:28 2012
@@ -23,13 +23,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>tuscany-diagram-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven SCA Composite Diagram Plugin</name>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<dependencies>
<dependency>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-composite-diagram</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
</dependencies>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/maven/tuscany-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/maven/tuscany-maven-plugin/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/maven/tuscany-maven-plugin/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/maven/tuscany-maven-plugin/pom.xml Thu Apr 12 09:14:28 2012
@@ -23,13 +23,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>tuscany-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven Tuscany Plugin</name>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<dependencies>
<dependency>
@@ -50,12 +50,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>jline</groupId>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly-xml/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly-xml/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly-xml/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly-xml/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-assembly-xml</artifactId>
@@ -32,31 +32,31 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-contribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-xsd</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-common-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xsd</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>runtime</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly-xsd/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly-xsd/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly-xsd/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly-xsd/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-assembly-xsd</artifactId>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/assembly/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-assembly</artifactId>
@@ -33,12 +33,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-monitor</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-extensibility</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
</dependencies>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/base-runtime-pom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/base-runtime-pom/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/base-runtime-pom/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/base-runtime-pom/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/base-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/base-runtime/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/base-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/base-runtime/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-atom-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-atom-runtime/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-atom-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-atom-runtime/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,61 +33,61 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-wsdl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-data-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-common-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-web-javascript</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
@@ -214,21 +214,21 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-atom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-atom/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-atom/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-atom/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,13 +33,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-comet-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-comet-runtime/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-comet-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-comet-runtime/pom.xml Thu Apr 12 09:14:28 2012
@@ -1,69 +1,69 @@
-<?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-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-comet-runtime</artifactId>
- <name>Apache Tuscany SCA Comet Binding Runtime</name>
- <packaging>jar</packaging>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime-pom</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-servlet_3.0_spec</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty</artifactId>
- <version>6.1.26</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.atmosphere</groupId>
- <artifactId>atmosphere-jersey</artifactId>
- <version>0.7.2</version>
- <scope>compile</scope>
- </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-modules</artifactId>
+ <version>2.0</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-comet-runtime</artifactId>
+ <name>Apache Tuscany SCA Comet Binding Runtime</name>
+ <packaging>jar</packaging>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-servlet_3.0_spec</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>6.1.26</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.atmosphere</groupId>
+ <artifactId>atmosphere-jersey</artifactId>
+ <version>0.7.2</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-comet/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-comet/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-comet/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-comet/pom.xml Thu Apr 12 09:14:28 2012
@@ -1,44 +1,44 @@
-<?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-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-comet</artifactId>
- <packaging>jar</packaging>
- <name>Apache Tuscany SCA Comet Binding Model</name>
-
- <dependencies>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-assembly</artifactId>
- <version>2.0-SNAPSHOT</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-modules</artifactId>
+ <version>2.0</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-comet</artifactId>
+ <packaging>jar</packaging>
+ <name>Apache Tuscany SCA Comet Binding Model</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-assembly</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ </dependencies>
+
+</project>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-corba-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-corba-runtime/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-corba-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-corba-runtime/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-binding-corba-runtime</artifactId>
@@ -32,25 +32,25 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-corba</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-corba</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-corba-jse</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-corba/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-corba/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-corba/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-corba/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-binding-corba</artifactId>
@@ -33,19 +33,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-corba</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
</dependencies>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-ejb-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-ejb-runtime/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-ejb-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-ejb-runtime/pom.xml Thu Apr 12 09:14:28 2012
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,13 +34,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ejb</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
@@ -72,14 +72,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-ejb/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-ejb/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-ejb/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-ejb/pom.xml Thu Apr 12 09:14:28 2012
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,19 +34,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-http-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-http-runtime/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-http-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-http-runtime/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,31 +33,31 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-common-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
@@ -70,28 +70,28 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-json</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-http/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-http/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-http/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-http/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms-runtime-activemq/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms-runtime-activemq/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms-runtime-activemq/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms-runtime-activemq/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-binding-jms-runtime-activemq</artifactId>
@@ -33,14 +33,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms-runtime/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms-runtime/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-binding-jms-runtime</artifactId>
@@ -34,14 +34,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>provided</scope>
</dependency>
Modified: tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms/pom.xml?rev=1325166&r1=1325164&r2=1325166&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-RC1/modules/binding-jms/pom.xml Thu Apr 12 09:14:28 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-binding-jms</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</dependency>
<dependency>
|