Skip to content

Commit

Permalink
jetty-jsp: Upgrade to 7.6.2.v20120308
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Mar 11, 2012
1 parent f0b061c commit 857928c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions jetty-jsp/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
rjack-jetty-jsp (7.6.0.0-java)
rjack-jetty (~> 7.6.0.0)
rjack-jetty-jsp (7.6.2.0-java)
rjack-jetty (~> 7.6.2.0)

PATH
remote: /home/david/src/rjack/jetty
specs:
rjack-jetty (7.6.0.0-java)
rjack-jetty (7.6.2.0-java)

GEM
remote: http://rubygems.org/
Expand Down
3 changes: 3 additions & 0 deletions jetty-jsp/History.rdoc
@@ -1,3 +1,6 @@
=== 7.6.2.0 (TBD)
* Update to Jetty 7.6.2.v20120308

=== 7.6.0.0 (2012-1-29)
* Update to Jetty 7.6.0.v20120127. The jetty-jsp-2.1 jar is no longer
required or available with jetty 7.6.0,
Expand Down
4 changes: 2 additions & 2 deletions jetty-jsp/lib/rjack-jetty-jsp/base.rb
Expand Up @@ -17,10 +17,10 @@
module RJack
module Jetty
module Jsp
JETTY_VERSION = '7.6.0'
JETTY_VERSION = '7.6.2'
GEM_VERSION = '0'
VERSION = [ JETTY_VERSION, GEM_VERSION ].join( '.' )
JETTY_BUILD = 'v20120127'
JETTY_BUILD = 'v20120308'
JSP_VERSION = '2.1'

JETTY_JSP_DIR = File.dirname( __FILE__ ) # :nodoc:
Expand Down

0 comments on commit 857928c

Please sign in to comment.