dev@glassfish.java.net

pom.xml review request

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Thu, 12 Nov 2009 13:26:52 -0800

Index: pom.xml
===================================================================
--- pom.xml (revision 34309)
+++ pom.xml (working copy)
@@ -91,7 +91,7 @@
         <management-api.version>1.1-rev-1</management-api.version>
         <jms-api.version>1.1-rev-1</jms-api.version>
         <jsp-api.version>2.1.3-b06</jsp-api.version>
- <jsp-impl.version>2.1.3-b19</jsp-impl.version>
+ <jsp-impl.version>2.1.3-b20</jsp-impl.version>
         <el-api.version>2.1.2-b05</el-api.version>
         <el-impl.version>2.1.2-b05</el-impl.version>
         <jstl-impl.version>1.2</jstl-impl.version>

This includes fixes for:

- https://glassfish.dev.java.net/issues/show_bug.cgi?id=10499 ("The
  activation of the admin UI takes too long and happens after every
  restart") (incremental fix)
- CR 6900384 ("jpsName is missing in probe signatures in jsp related
probes")

both of which have been approved by Jerome.

Thanks,

Jan