dev@glassfish.java.net

Re: pom review request to integrate EL 3.0 final release

From: Romain Grecourt <romain.grecourt_at_oracle.com>
Date: Fri, 26 Apr 2013 11:18:50 +0200

On 4/26/13 1:52 AM, Kin-man Chung wrote:
> Romain,
>
> The artifacts have been staged and promoted, though not yet on
>
> https://maven.java.net/content/groups/promoted/javax/
>
> I'll wait for them to be there before I commit. Thanks.
Looks good, thanks for changing the spec data.

Thanks,
Romain
>
> Index: appserver/pom.xml
> ===================================================================
> --- appserver/pom.xml (revision 61651)
> +++ appserver/pom.xml (working copy)
> @@ -63,8 +63,8 @@
> <jms-api.version>2.0</jms-api.version>
> <jsp-api.version>2.3.1</jsp-api.version>
> <jsp-impl.version>2.3.1</jsp-impl.version>
> - <javax.el.version>3.0-b07</javax.el.version>
> - <javax.el-api.version>3.0-b08</javax.el-api.version>
> + <javax.el.version>3.0.0</javax.el.version>
> + <javax.el-api.version>3.0.0</javax.el-api.version>
> <jstl-impl.version>1.2.2</jstl-impl.version>
> <jstl-api.version>1.2.1</jstl-api.version>
> <mojarra.version>2.2.0-m14</mojarra.version>
> @@ -186,7 +186,7 @@
> <version>1.2</version>
> <configuration>
> <dir>${stage.dir}/${install.dir.name}/glassfish/modules</dir>
> -
> <excludes>javax.inject.jar,javax.servlet.jsp.jstl.jar,javax.servlet.jsp.jar,javax.el.jar,javax.enterprise.concurrent.jar,
> javax.persistence-api.jar</excludes>
> +
> <excludes>javax.inject.jar,javax.servlet.jsp.jstl.jar,javax.servlet.jsp.jar,javax.enterprise.concurrent.jar,
> javax.persistence-api.jar</excludes>
> <specs>
> <spec>
> <artifact>
> @@ -460,6 +460,18 @@
> <specImplVersion>2.3.1</specImplVersion>
> <apiPackage>javax.servlet.jsp</apiPackage>
> </spec>
> + <spec>
> + <artifact>
> + <groupId>org.glassfish</groupId>
> + <artifactId>javax.el</artifactId>
> + <version>${javax.el.version}</version>
> + </artifact>
> + <jarType>impl</jarType>
> + <specVersion>3.0</specVersion>
> + <implVersion>3.0.0</implVersion>
> + <apiPackage>javax.el</apiPackage>
> + <implNamespace>com.sun.el</implNamespace>
> + </spec>
> </specs>
> </configuration>
> </plugin>