summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/modules/binding-ws
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-14 15:43:48 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-14 15:43:48 +0000
commit23e8b27b3e02ef754a9293c8f5cdbf1ba762cc72 (patch)
treedb0cb0b5354e750b896ec567a5c4c93776cdd0ac /sca-java-2.x/branches/2.0-Beta1/modules/binding-ws
parent2c7009b5200ff5b7462b56239c909daef8ed7910 (diff)
Correct some version numbers in Beta1. Some of these are in comments and some are not actually used but it removes the noise when I scan the code.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1/modules/binding-ws')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl b/sca-java-2.x/branches/2.0-Beta1/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl
index 8e26f7b4b5..d53104b0ca 100644
--- a/sca-java-2.x/branches/2.0-Beta1/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl
+++ b/sca-java-2.x/branches/2.0-Beta1/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl
@@ -38,7 +38,7 @@
<wsdl:service name="HelloWorldService">
<wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort">
- <wsdlsoap:address location="http://localhost:8085/sample-helloworldws-1.0-SNAPSHOT/services/HelloWorldWebService" />
+ <wsdlsoap:address location="http://localhost:8085/sample-helloworldws/services/HelloWorldWebService" />
</wsdl:port>
</wsdl:service>