jakartaee / expression-language

Jakarta Expression Language
https://eclipse.org/ee4j/el
Other
67 stars 49 forks source link

Set API version to 3.0.1 #70

Closed Cousjava closed 5 years ago

Cousjava commented 5 years ago

Signed-off-by: Jonathan Coustick jonathan.coustick@payara.fish

markt-asf commented 5 years ago

This needs to be reverted. The last EL release from Oracle was 3.0.1-b06 so the first release from Eclipse needs to be 3.0.2.

arjantijms commented 5 years ago

@markt-asf

Are you sure? If you look at the other -b releases, they seem to be releases before the actual release.

They seem to be a kind of beta releases. Seemingly there never was a 3.0.1 (final).

arjantijms commented 5 years ago

For example look at 3.0.0: https://mvnrepository.com/artifact/javax.el/javax.el-api

screenshot 2018-11-07 at 20 54 12

There are 8 b releases first, and then there's the 3.0.0 proper release.

markt-asf commented 5 years ago

I stand corrected. The gaps in my Maven knowledge are showing. I didn't realise that b was treated as a BETA. I still like the idea of starting at 3.0.2 as it creates a clear separation from the Oracle releases. I'm not sure if the fact that 3.0.2 is already on staging is an issue. It can be removed. The problem will be if someone has already used it. Given version numbers are cheap, sticking with 3.0.2 might be the safest option.

arjantijms commented 5 years ago

Given version numbers are cheap, sticking with 3.0.2 might be the safest option.

Sure, if you'd like to do a new with versions set to 3.0.2 then I think that's okay as well.