Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[el-dev] About to release EL 3.0.1

Hi,


I'd hereby like to declare our intention to release EL RI 3.0.1.


This is the Jakarta EE version of EL 3.0.0 (see API: https://mvnrepository.com/artifact/javax.el/javax.el-api/3.0.0 and combined: https://mvnrepository.com/artifact/org.glassfish/javax.el/3.0.0)


Maven coordinates have changed, but no functional changes have been made.


See https://github.com/eclipse-ee4j/el-ri/tree/EE4J_8


The new Maven coordinates will be:


api:


<groupId>jakarta.el</groupId>

<artifactId>jakarta.el-api</artifactId>

<version>3.0.1</version>


impl (new):


<groupId>org.glassfish</groupId>

<artifactId>jakarta.el.impl</artifactId>

<version>3.0.1</version>


Combined:


<groupId>org.glassfish</groupId>

<artifactId>jakarta.el</artifactId>

<version>3.0.1</version>


If there are any objections, please let us know.


Kind regards,

Arjan


Back to the top