jakartaee / data

Data-API
Apache License 2.0
82 stars 27 forks source link

[Bug]: API artifact doesn't match naming conventions of all other Jakarta EE artifacts #361

Closed lprimak closed 8 months ago

lprimak commented 8 months ago

Specification Version

1.0.0-M1

Bug report

Description of the bug found.

Currently, Data API GAV is jakarta:jakarta-data-api

However, all other artifacts are like this: jakarta:jakarta.websocket-api Take note of a dash instead of a dot. This should be changed to jakarta:jakarta.data-api

This interferes with Javadoc production on the umbrella spec. This should be renamed

lprimak commented 8 months ago

cc: @ivargrimstad

ivargrimstad commented 8 months ago

Thanks @lprimak! I think we can live with the workaround in https://github.com/jakartaee/jakartaee-api/pull/146 for M1, but it should be fixed for the next release. It would be confusing if there were two 1.1.0-M1s in Maven Central.

njr-11 commented 8 months ago

@lprimak thanks for noticing this! It looks like Otavio already has a pull created to align with the convention, which we can include in M2.

lprimak commented 8 months ago

This is now fixed.