Modified: tuscany/branches/sca-java-1.5.2/vtest/wsbinding/wsdlelement/port/pom.xml URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.2/vtest/wsbinding/wsdlelement/port/pom.xml?rev=822668&r1=822667&r2=822668&view=diff ============================================================================== --- tuscany/branches/sca-java-1.5.2/vtest/wsbinding/wsdlelement/port/pom.xml (original) +++ tuscany/branches/sca-java-1.5.2/vtest/wsbinding/wsdlelement/port/pom.xml Wed Oct 7 11:25:00 2009 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>vtest-wsbinding-wsdlelement</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</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.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies>
Modified: tuscany/branches/sca-java-1.5.2/vtest/wsbinding/wsdlelement/service/pom.xml URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.2/vtest/wsbinding/wsdlelement/service/pom.xml?rev=822668&r1=822667&r2=822668&view=diff ============================================================================== --- tuscany/branches/sca-java-1.5.2/vtest/wsbinding/wsdlelement/service/pom.xml (original) +++ tuscany/branches/sca-java-1.5.2/vtest/wsbinding/wsdlelement/service/pom.xml Wed Oct 7 11:25:00 2009 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>vtest-wsbinding-wsdlelement</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</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.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies>
