Skip to content

Publish for 2.13.0-RC2 #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ashawley opened this issue May 16, 2019 · 5 comments
Closed

Publish for 2.13.0-RC2 #311

ashawley opened this issue May 16, 2019 · 5 comments
Assignees

Comments

@ashawley
Copy link
Member

ashawley commented May 16, 2019

A tag was pushed for 1.2.0:

https://github.com/scala/scala-xml/releases/tag/v1.2.0%232.13.0-RC2%238

Artifacts for 2.13.0-RC2 should have shown up in Sonatype.

@SethTisue SethTisue self-assigned this May 16, 2019
@SethTisue
Copy link
Member

SethTisue commented May 16, 2019

I hit "close" and "release" in the Sonatype web UI

let's keep an eye on https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13.0-RC2/1.2.0/

@SethTisue
Copy link
Member

SethTisue commented May 16, 2019

gah, the staging repos contained 2.11, 2.12, and 2.13.0-RC2 artifacts, so when I released them, Sonatype refused to release any of them, since the 2.11 and 2.12 artifacts were duplicates. I had thought it would let the 2.13.0-RC2 ones go forward anyway

can you delete and re-push the RC2-only tag?

@ashawley
Copy link
Member Author

Weird, I guess there's something wrong with the publish script.

I'll try to just build RC2 artifacts in Travis.

@SethTisue
Copy link
Member

I see staging repos (I don't get notified, but I happened to look)

they contain only RC2 artifacts 👍

I hit "close" and "release"

let's keep an eye on https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13.0-RC2/1.2.0/

@SethTisue
Copy link
Member

% cat build.sbt
scalaVersion := "2.13.0-RC2"
libraryDependencies ++= Seq(
  "org.scala-lang.modules" %% "scala-xml" % "1.2.0",
)
% sbt console
[info] Loading project definition from /Users/tisue/tmp/2.13-libs/project
[info] Loading settings for project root-2-13-libs from build.sbt ...
[info] Set current project to root-2-13-libs (in build file:/Users/tisue/tmp/2.13-libs/)
[info] Starting scala interpreter...
Welcome to Scala 2.13.0-RC2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_202).
Type in expressions for evaluation. Or try :help.

scala> <tada/>
res0: scala.xml.Elem = <tada/>

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

No branches or pull requests

2 participants