jetty 6.1.17.1 → 6.1.18.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ === 6.1.18.1 (2009-5-29)
2
+ * Update to Jetty 6.1.18
3
+
1
4
  === 6.1.17.1 (2009-5-2)
2
5
  * Update to Jetty 6.1.17
3
6
  * Use rdoc 2.4.3 and hoe 1.12.2 for build.
@@ -16,8 +16,8 @@ test/test.txt
16
16
  webapps/test.war
17
17
  webapps/test/WEB-INF/web.xml
18
18
  webapps/test/index.html
19
- lib/jetty/jetty-6.1.17.jar
20
- lib/jetty/jetty-util-6.1.17.jar
21
- lib/jetty/jetty-rewrite-handler-6.1.17.jar
19
+ lib/jetty/jetty-6.1.18.jar
20
+ lib/jetty/jetty-util-6.1.18.jar
21
+ lib/jetty/jetty-rewrite-handler-6.1.18.jar
22
22
  lib/jetty/servlet-api-2.5-20081211.jar
23
23
  lib/jetty/gravitext-testservlets-1.0.jar
data/README.txt CHANGED
@@ -58,7 +58,7 @@ No hard requirements, however:
58
58
 
59
59
  === jetty ruby gem, test servlets
60
60
 
61
- Copyright (C) 2008 David Kellum
61
+ Copyright (c) 2008-2009 David Kellum
62
62
 
63
63
  Licensed under the Apache License, Version 2.0 (the "License"); you
64
64
  may not use this file except in compliance with the License. You
@@ -74,7 +74,7 @@ permissions and limitations under the License.
74
74
 
75
75
  === Jetty Web Container (Java)
76
76
 
77
- Copyright 1995-2008 Mort Bay Consulting Pty Ltd
77
+ Copyright (c) 1995-2006 Mort Bay Consulting Pty Ltd
78
78
 
79
79
  Licensed under the Apache License, Version 2.0 (the "License");
80
80
  you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
15
15
  #++
16
16
 
17
17
  module Jetty
18
- JETTY_VERSION = '6.1.17'
18
+ JETTY_VERSION = '6.1.18'
19
19
  VERSION = JETTY_VERSION + '.1'
20
20
  SERVLET_API_VERSION = '2.5'
21
21
  SERVLET_API_DATE = '20081211'
data/pom.xml CHANGED
@@ -12,19 +12,19 @@
12
12
  <dependency>
13
13
  <groupId>org.mortbay.jetty</groupId>
14
14
  <artifactId>jetty</artifactId>
15
- <version>6.1.17</version>
15
+ <version>6.1.18</version>
16
16
  </dependency>
17
17
 
18
18
  <dependency>
19
19
  <groupId>org.mortbay.jetty</groupId>
20
20
  <artifactId>jetty-util</artifactId>
21
- <version>6.1.17</version>
21
+ <version>6.1.18</version>
22
22
  </dependency>
23
23
 
24
24
  <dependency>
25
25
  <groupId>org.mortbay.jetty</groupId>
26
26
  <artifactId>jetty-rewrite-handler</artifactId>
27
- <version>6.1.17</version>
27
+ <version>6.1.18</version>
28
28
  </dependency>
29
29
 
30
30
  </dependencies>
Binary file
metadata CHANGED
@@ -54,9 +54,9 @@ files:
54
54
  - webapps/test.war
55
55
  - webapps/test/WEB-INF/web.xml
56
56
  - webapps/test/index.html
57
- - lib/jetty/jetty-6.1.17.jar
58
- - lib/jetty/jetty-util-6.1.17.jar
59
- - lib/jetty/jetty-rewrite-handler-6.1.17.jar
57
+ - lib/jetty/jetty-6.1.18.jar
58
+ - lib/jetty/jetty-util-6.1.18.jar
59
+ - lib/jetty/jetty-rewrite-handler-6.1.18.jar
60
60
  - lib/jetty/servlet-api-2.5-20081211.jar
61
61
  - lib/jetty/gravitext-testservlets-1.0.jar
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -72,12 +72,12 @@ requirements: []
72
72
 
73
73
  authors:
74
74
  - David Kellum
75
- date: 2009-05-02 08:00:00 +00:00
75
+ date: 2009-05-29 07:00:00 +00:00
76
76
  platform: ruby
77
77
  test_files:
78
78
  - test/test_jetty.rb
79
79
  version: !ruby/object:Gem::Version
80
- version: 6.1.17.1
80
+ version: 6.1.18.1
81
81
  require_paths:
82
82
  - lib
83
83
  dependencies: