dev@glassfish.java.net

Re: pom.xml review request (JSP impl upgrade)

From: Dongbin Nie <dongbin.nie_at_oracle.com>
Date: Thu, 30 Aug 2012 17:46:01 +0800

Has someone gotten a chance to take look at this change?

Thanks,
-Dongbin

On 08/29/2012 03:14 PM, Dongbin Nie wrote:
> Hi,
>
> Please review the change to upgrade JSP impl from version 2.2.3 to
> 2.2.6 in trunk.
> Quicklook, devtests for web are passed locally.
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 55658)
> +++ pom.xml (working copy)
> @@ -100,7 +100,7 @@
> <jms-api.version>1.1-rev-1</jms-api.version>
> <servlet-api.version>3.1-b01</servlet-api.version>
> <jsp-api.version>2.2.1</jsp-api.version>
> - <jsp-impl.version>2.2.3</jsp-impl.version>
> + <jsp-impl.version>2.2.6</jsp-impl.version>
> <el-api.version>2.2.4</el-api.version>
> <el-impl.version>2.2.3</el-impl.version>
> <jstl-impl.version>1.2.2</jstl-impl.version>
>
> Thanks,
> -Dongbin