Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

1.5.0 Scala package missing from Maven Central #15650

Closed
barumrho opened this issue Jul 24, 2019 · 3 comments
Closed

1.5.0 Scala package missing from Maven Central #15650

barumrho opened this issue Jul 24, 2019 · 3 comments

Comments

@barumrho
Copy link

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.)

@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Scala, Installation, Doc

@zachgk
Copy link
Contributor

zachgk commented Jul 24, 2019

@barumrho The scala package has not been released yet. @lanking520 and I are currently working on it. We need to have other committers verify the release which takes a bit, but I'll let you know when we get it out.

To change the version, you could update the version in scala-package/assembly/pom.xml. You could also run mvn deploy -Drepo_url=file://$HOME/.m2/repository and that would give you 1.5.0-SNAPSHOT. Add -Drevision=1.5.0 if you want to use a specific version.

@zachgk
Copy link
Contributor

zachgk commented Jul 30, 2019

@barumrho 1.5.0 is now released on Maven central

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants