Description
Scala packages for 1.5.0 are missing on Maven Central.
https://search.maven.org/search?q=g:org.apache.mxnet
Looking at this PR (#13626) it looks like some changes were made on how Scala package is built. Is this related to the packages not being published?
One follow up question: When installing from source, the version is set to INTERNAL, is there an easy way to set the version to 1.5.0? (mvn versions:set -DnewVersion=1.5.0 seems to work, but I'm not sure if this will lead to any issues.)
Description
Scala packages for 1.5.0 are missing on Maven Central.
https://search.maven.org/search?q=g:org.apache.mxnet
Looking at this PR (#13626) it looks like some changes were made on how Scala package is built. Is this related to the packages not being published?
One follow up question: When installing from source, the version is set to
INTERNAL, is there an easy way to set the version to 1.5.0? (mvn versions:set -DnewVersion=1.5.0seems to work, but I'm not sure if this will lead to any issues.)