Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jstl-dev] Incorrect POM coordinate in the 3.0.0 Impl Release

Hello,

We noticed that the POM coordinates are incorrect, and we're wondering if we should have a 3.0.1 release to correct this issue?

If you look here, you'll see the coordinates point to 3.0.0-RC1

<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>3.0.0-RC1</version>
</dependency>

https://github.com/eclipse-ee4j/jstl-api/blob/3.0.0-IMPL-RELEASE/impl/pom.xml#L109

These are not valid (there is no public 3.0.0-RC1 release) and could pose problems to some developers. 

Thanks,

Volodymyr


Back to the top