Description
Hi,
I have published some maven artifacts with groupId
"io.github.sivalabs.maven.archetypes".
I can see an open staging repository that I deployed named iogithubsivalabs*-1004* here:
https://oss.sonatype.org/#stagingRepositories
I am using Maven Release Plugin to release. While releasing the first version with
mvn release:clean release:prepare mvn release:perform
it is released successfully without any issues.
But now my 0.0.2 release got stuck in Open state.
Could you please check what is the issue?