Skip to main content

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

Hi,

As discussed in the PR, 3.0.1 was the correct version, but to be sure and avoid any potential confusion we'll set the version to 3.0.2 anyway. So after a PR for that has been merged we'll have the following coordinates instead:

api:

<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>3.0.2</version>

impl (new):

<groupId>org.glassfish</groupId>
<artifactId>jakarta.el.impl</artifactId>
<version>3.0.2</version>

Combined:

<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<version>3.0.2</version>

Kind regards,
Arjan



On Wed, Nov 7, 2018 at 8:52 PM Mark Thomas <markt@xxxxxxxxxx> wrote:
On 07/11/2018 15:25, arjan tijms wrote:
> Hi,
>
>
> I'd hereby like to declare our intention to release EL RI 3.0.1.

That is the wrong version number. It should be 3.0.2.

The EL 3.0.2 release has already been made to the staging repo.

Mark

>
>
> 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
>
>
> _______________________________________________
> el-dev mailing list
> el-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/el-dev
>

_______________________________________________
el-dev mailing list
el-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/el-dev

Back to the top