Remigius2011 commented on issue #1681: URL: https://github.com/apache/incubator-kie-issues/issues/1681#issuecomment-2535348575
@yesamer it's ***not*** about anything in the ***git*** repo, but about the maven repo, which is apache for all publishers of maven artifacts, regardless of their organization. this maven repo already contains all previous releases, but now the maven-metadata is plain wrong, which surely breaks our own version check (and therefore our build), but might break other person's/organization's builds as well. The existing versions can be seen here: https://mvnrepository.com/artifact/org.optaplanner/optaplanner-core https://mvnrepository.com/artifact/org.optaplanner/optaplanner-test or here: https://repo.maven.apache.org/maven2/org/optaplanner/optaplanner-core/ https://repo.maven.apache.org/maven2/org/optaplanner/optaplanner-test/ As you can easily verify by scrolling to the bottom of the latter links, the metadata contains ***only*** v 10.0.0, which isn't even there, and all the other versions, which ***are*** there are missing. As these versions are in the repo, I think it is reasonable to have them in the metadata as well. So, please, if you are working on the release process, re-add the past versions - which are available and should remain available - to the maven metadata again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
