dev@glassfish.java.net

[IMPORTANT]Review pom.xml changes

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Wed, 22 Apr 2009 15:35:05 -0700

I need to integrate new jruby container to work around the
DeploymentContext.contextRoot property name change in the glassfish api
being discussed with Hong, Jerome.

I need to check it in the pom change (with jruby new version)now as I
need to leave early and the bits need to be promoted. If anyone sees a
problem let me know in another 30 min or so or will check in this change.


Index: pom.xml
===================================================================
--- pom.xml (revision 26563)
+++ pom.xml (working copy)
@@ -131,7 +131,7 @@
         <minor_version>0</minor_version>
         <version_suffix></version_suffix>
         <build.id>${user.name}-private</build.id><!-- on Hudson and RE,
this gets replaced by real build ID -->
- <jruby-scripting.version>0.7.9</jruby-scripting.version>
+ <jruby-scripting.version>0.7.10</jruby-scripting.version>
         <jmac-api.version>1.0-rev-1</jmac-api.version>
         <jaxws-ri.version>2.1.3</jaxws-ri.version>
         <stax-api.version>1.0-2</stax-api.version>
[/ws/v3scr_at_boson]

-vivek.