diff options
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main')
-rw-r--r-- | branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml index ce354351aa..dea8c1cb23 100644 --- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml +++ b/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -24,7 +24,7 @@ <d:moduleId> <d:groupId>org.apache.tuscany.sca</d:groupId> <d:artifactId>sample-helloworld-ws-service-webapp</d:artifactId> - <d:version>1.5-SNAPSHOT</d:version> + <d:version>1.6-SNAPSHOT</d:version> <d:type>war</d:type> </d:moduleId> <!-- TUSCANY-1986 --> |