jetty-jsp 6.1.11.2.1.1 → 6.1.12.2.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 6.1.12.2.1.1 / 2008-11-07
2
+
3
+ * Update to Jetty 6.1.12
4
+
1
5
  === 6.1.11.2.1.1 / 2008-11-02
2
6
 
3
7
  * Initial release based on Jetty Web Server 6.1.11 JSP 2.1
data/Manifest.txt CHANGED
@@ -6,7 +6,7 @@ pom.xml
6
6
  assembly.xml
7
7
  lib/jetty-jsp.rb
8
8
  lib/jetty-jsp/base.rb
9
- lib/jetty-jsp/jsp-2.1-6.1.11.jar
10
9
  lib/jetty-jsp/ant-1.6.5.jar
11
- lib/jetty-jsp/jsp-api-2.1-6.1.11.jar
12
10
  lib/jetty-jsp/core-3.1.1.jar
11
+ lib/jetty-jsp/jsp-api-2.1-6.1.12.jar
12
+ lib/jetty-jsp/jsp-2.1-6.1.12.jar
@@ -15,7 +15,7 @@
15
15
  #++
16
16
 
17
17
  module JettyJspBase
18
- JETTY_VERSION = '6.1.11'
18
+ JETTY_VERSION = '6.1.12'
19
19
  JSP_VERSION = '2.1'
20
20
  GEM_VERSION = '1'
21
21
 
Binary file
data/pom.xml CHANGED
@@ -10,7 +10,7 @@
10
10
  <dependency>
11
11
  <groupId>org.mortbay.jetty</groupId>
12
12
  <artifactId>jsp-2.1</artifactId>
13
- <version>6.1.11</version>
13
+ <version>6.1.12</version>
14
14
  </dependency>
15
15
  </dependencies>
16
16
 
metadata CHANGED
@@ -40,10 +40,10 @@ files:
40
40
  - assembly.xml
41
41
  - lib/jetty-jsp.rb
42
42
  - lib/jetty-jsp/base.rb
43
- - lib/jetty-jsp/jsp-2.1-6.1.11.jar
44
43
  - lib/jetty-jsp/ant-1.6.5.jar
45
- - lib/jetty-jsp/jsp-api-2.1-6.1.11.jar
46
44
  - lib/jetty-jsp/core-3.1.1.jar
45
+ - lib/jetty-jsp/jsp-api-2.1-6.1.12.jar
46
+ - lib/jetty-jsp/jsp-2.1-6.1.12.jar
47
47
  required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
49
  - - '>='
@@ -57,12 +57,12 @@ requirements: []
57
57
 
58
58
  authors:
59
59
  - David Kellum
60
- date: 2008-11-03 08:00:00 +00:00
60
+ date: 2008-11-09 08:00:00 +00:00
61
61
  platform: ruby
62
62
  test_files: []
63
63
 
64
64
  version: !ruby/object:Gem::Version
65
- version: 6.1.11.2.1.1
65
+ version: 6.1.12.2.1.1
66
66
  require_paths:
67
67
  - lib
68
68
  dependencies:
@@ -71,7 +71,7 @@ dependencies:
71
71
  requirements:
72
72
  - - ~>
73
73
  - !ruby/object:Gem::Version
74
- version: 6.1.11
74
+ version: 6.1.12
75
75
  version:
76
76
  type: :runtime
77
77
  version_requirement:
Binary file
Binary file