sashirestela / simple-openai

A Java library to use the OpenAI Api in the simplest possible way.
MIT License
184 stars 19 forks source link

Version 3.9.1 released to the wrong repository? #215

Closed thomasdewaelheyns closed 1 week ago

thomasdewaelheyns commented 1 week ago

While attempting to upgrade to version 3.9.1 for the "incomplete" fix, I noticed that that version was released on a different repository than Maven Central like the other versions.

According to https://mvnrepository.com/artifact/io.github.sashirestela/simple-openai/3.9.1 it is located on a repo called Velocity (https://mvnrepository.com/repos/velocitypowered-maven-public).

image

sashirestela commented 1 week ago

@thomasdewaelheyns The artifact was deployed as usual. I don't have any chance to select any specific repository. I'm seeing that the artifact 3.9.1 is on Central:

image

thomasdewaelheyns commented 1 week ago

I can confirm it is now also showing on Central for me, although also still on velocity. I have no idea why that one is also showing up since none of the earlier artifacts are on that repo. image

In any case this issue can be closed. Thanks for the follow-up.