summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2011-03-08 22:55:19 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2011-03-08 22:55:19 +0000
commit7538d088967c7b65aa717e991840b199d8f60010 (patch)
tree6b62df704b1f931b92f6b0918f26c67a2608a95d
parent9ce225ce4ee13036a07cfa68bdd42214dd5b1c4f (diff)
Upgrading to latest jetty release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079593 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE4
-rw-r--r--sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml2
-rw-r--r--sca-java-2.x/trunk/modules/host-jetty/pom.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE
index b1c8b31b54..f38d8ee57d 100644
--- a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE
+++ b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE
@@ -271,8 +271,8 @@ The following components come under Apache Software License 2.0
jackson-mapper-asl-1.7.1.jar
jackson-xc-1.7.1.jar
jettison-1.2.jar
- jetty-6.1.19.jar
- jetty-util-6.1.19.jar
+ jetty-6.1.26.jar
+ jetty-util-6.1.26.jar
juli-6.0.26.jar
kahadb-5.3.0.jar
log4j-1.2.15.jar
diff --git a/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
index 094fd062ef..8ca5a4e8c6 100644
--- a/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
- <version>6.1.19</version>
+ <version>6.1.26</version>
<scope>test</scope>
</dependency>
diff --git a/sca-java-2.x/trunk/modules/host-jetty/pom.xml b/sca-java-2.x/trunk/modules/host-jetty/pom.xml
index b4a3a4a9d1..6743eb92b2 100644
--- a/sca-java-2.x/trunk/modules/host-jetty/pom.xml
+++ b/sca-java-2.x/trunk/modules/host-jetty/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
- <version>6.1.19</version>
+ <version>6.1.26</version>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-util</artifactId>
- <version>6.1.19</version>
+ <version>6.1.26</version>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>