Modified: tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/binding/pom.xml URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/binding/pom.xml?rev=1089647&r1=1089151&r2=1089647&view=diff ============================================================================== --- tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/binding/pom.xml (original) +++ tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/binding/pom.xml Wed Apr 6 22:03:35 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>vtest-wsbinding-wsdlelement</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>vtest-wsbinding-wsdlelement-binding</artifactId> @@ -32,26 +32,26 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <scope>runtime</scope> </dependency> </dependencies>
Modified: tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/pom.xml URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/pom.xml?rev=1089647&r1=1089151&r2=1089647&view=diff ============================================================================== --- tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/pom.xml (original) +++ tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/pom.xml Wed Apr 6 22:03:35 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>vtest-wsbinding</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>vtest-wsbinding-wsdlelement</artifactId> @@ -33,19 +33,19 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>vtest-utilities</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <scope>runtime</scope> </dependency> Modified: tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/port/pom.xml URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/port/pom.xml?rev=1089647&r1=1089151&r2=1089647&view=diff ============================================================================== --- tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/port/pom.xml (original) +++ tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/port/pom.xml Wed Apr 6 22:03:35 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>vtest-wsbinding-wsdlelement</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>vtest-wsbinding-wsdlelement-port</artifactId> @@ -32,26 +32,26 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <scope>runtime</scope> </dependency> </dependencies> Modified: tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/service/pom.xml URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/service/pom.xml?rev=1089647&r1=1089151&r2=1089647&view=diff ============================================================================== --- tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/service/pom.xml (original) +++ tuscany/sca-java-1.x/tags/1.6.2-RC1/vtest/wsbinding/wsdlelement/service/pom.xml Wed Apr 6 22:03:35 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>vtest-wsbinding-wsdlelement</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>vtest-wsbinding-wsdlelement-service</artifactId> @@ -32,26 +32,26 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <scope>runtime</scope> </dependency> </dependencies>
