r2dbc-postgresql icon indicating copy to clipboard operation
r2dbc-postgresql copied to clipboard

Redirect artifact in maven central

Open kurtisvg opened this issue 3 years ago • 2 comments
trafficstars

It looks like as of 0.9.1.RELEASE, the group id changed from io.r2dbc to org.postgresql. However, the previous artifact hasn't been redirected to it's new home, so there's really no way to know it's moved other than checking this repo.

Can please add a relocation to the previous artifact, so that it gets redirected to the new location? Maven has details on doing so here: https://maven.apache.org/guides/mini/guide-relocation.html

kurtisvg avatar Jul 12 '22 19:07 kurtisvg

Thanks for the suggestion. It makes sense to introduce a relocation.

mp911de avatar Jul 13 '22 06:07 mp911de

See https://search.maven.org/artifact/org.hibernate/hibernate-core/6.1.2.Final/pom

mp911de avatar Sep 01 '22 09:09 mp911de