You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
[2020-03-03T19:53:00.983Z] [ERROR] Failed to execute goal on project mxnet-scala-demo: Could not resolve dependencies for project Demo:mxnet-scala-demo:pom:1.0-SNAPSHOT: Failed to collect dependencies at org.apache.mxnet:mxnet-full_2.11-linux-x86_64-cpu:jar:[1.7.0-SNAPSHOT,): No versions available for org.apache.mxnet:mxnet-full_2.11-linux-x86_64-cpu:jar:[1.7.0-SNAPSHOT,) within specified range -> [Help 1]
The current issue is that the nightly maven pipeline is still publishing 1.6.0-SNAPSHOT, not the expected 1.7.0-SNAPSHOT. I added some PRs to update the version numbers for Scala (it got missed by the earlier PR) in #17764 and #17765.
As part of this, we should also move the nightly maven pipeline to target the v1.x branch instead of the master branch as well (http://jenkins.mxnet-ci.amazon-ml.com/job/restricted-publish-artifacts/). We can create a second pipeline to target master once the version numbers on master are updated to 2.0.
The old PR was merged and I updated the pipeline to also build the v1.x branch and started the first build. Once this build passes, this issue should be resolved.
#17741
The text was updated successfully, but these errors were encountered: