rjack-jetty-jsp 7.5.2.0-java → 7.5.3.0-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 7.5.3.0 (2011-10-16)
2
+ * Update to Jetty 7.5.3.v20111011
3
+
1
4
  === 7.5.2.0 (2011-10-10)
2
5
  * Update to Jetty 7.5.2.v20111006
3
6
  * Upgraded to tarpit ~> 1.4 (dev)
data/Manifest.txt CHANGED
@@ -11,6 +11,6 @@ webapps/test/index.jsp
11
11
  webapps/test/WEB-INF/web.xml
12
12
  webapps/test.war
13
13
  lib/rjack-jetty-jsp/ecj-3.5.1.jar
14
- lib/rjack-jetty-jsp/jetty-jsp-2.1-7.5.2.v20111006.jar
14
+ lib/rjack-jetty-jsp/jetty-jsp-2.1-7.5.3.v20111011.jar
15
15
  lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20100127.jar
16
16
  lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20100127.jar
@@ -17,10 +17,10 @@
17
17
  module RJack
18
18
  module Jetty
19
19
  module Jsp
20
- JETTY_VERSION = '7.5.2'
20
+ JETTY_VERSION = '7.5.3'
21
21
  GEM_VERSION = '0'
22
22
  VERSION = [ JETTY_VERSION, GEM_VERSION ].join( '.' )
23
- JETTY_BUILD = 'v20111006'
23
+ JETTY_BUILD = 'v20111011'
24
24
  JSP_VERSION = '2.1'
25
25
 
26
26
  JETTY_JSP_DIR = File.dirname( __FILE__ ) # :nodoc:
data/pom.xml CHANGED
@@ -14,7 +14,7 @@
14
14
  <dependency>
15
15
  <groupId>org.eclipse.jetty</groupId>
16
16
  <artifactId>jetty-jsp-2.1</artifactId>
17
- <version>7.5.2.v20111006</version>
17
+ <version>7.5.3.v20111011</version>
18
18
  </dependency>
19
19
  <dependency>
20
20
  <groupId>org.mortbay.jetty</groupId>
data/webapps/test.war CHANGED
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rjack-jetty-jsp
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 7.5.2.0
5
+ version: 7.5.3.0
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-10 00:00:00 Z
13
+ date: 2011-10-16 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rjack-jetty
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ~>
22
22
  - !ruby/object:Gem::Version
23
- version: 7.5.2.0
23
+ version: 7.5.3.0
24
24
  type: :runtime
25
25
  version_requirements: *id001
26
26
  - !ruby/object:Gem::Dependency
@@ -62,7 +62,7 @@ files:
62
62
  - webapps/test/WEB-INF/web.xml
63
63
  - webapps/test.war
64
64
  - lib/rjack-jetty-jsp/ecj-3.5.1.jar
65
- - lib/rjack-jetty-jsp/jetty-jsp-2.1-7.5.2.v20111006.jar
65
+ - lib/rjack-jetty-jsp/jetty-jsp-2.1-7.5.3.v20111011.jar
66
66
  - lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20100127.jar
67
67
  - lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20100127.jar
68
68
  - .gemtest