diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-01 11:08:34 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-01 11:08:34 +0000 |
commit | ce1e7b164a361313c301f63643d6b75ac703fa96 (patch) | |
tree | df6c68a9f2df247defbdcf44e36ef7ca5e867827 /branches/sca-java-2.0-M4/samples | |
parent | 03b80ce1f9d8cb67826cc07c0a653e6d03d59eb4 (diff) |
Merge r831668 from trunk to m4 to use 6.1.18 release of jetty to be consistent across samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-2.0-M4/samples')
-rw-r--r-- | branches/sca-java-2.0-M4/samples/webapps/helloworld-bpel/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-bpel/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-bpel/pom.xml index e4d47340c2..70007b6157 100644 --- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-bpel/pom.xml +++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-bpel/pom.xml @@ -34,7 +34,7 @@ <properties>
<tuscany.version>2.0-M4-SNAPSHOT</tuscany.version>
- <jetty.version>6.1.19</jetty.version>
+ <jetty.version>6.1.18</jetty.version>
</properties>
<dependencies>
|