-
Notifications
You must be signed in to change notification settings - Fork 92
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
Release 1.1.1 #255
Comments
Forgot I'm blocked with scala/sbt-scala-module#41 |
Doesn't seem like there's a way to publish a 2.11 version on Java 6 and I don't want to entertain publishing jars with Java 7 or 8. It would seem a recipe for disaster. We'll just drop support for 2.11 release here, and re-visit later if it becomes necessary. |
Unexpectedly, the 2.11 builds were published:
|
@ashawley is it ok if I promote the staging repos? It looks like sonatype decided to mix-and-match the staging of scala-xml 1.1.1 and scala 2.12.7, meaning they will have to be promoted to maven central at the same time. We're good to go on our end -- let me know when I can :-) |
@adriaanm Yes, you can publish 1.1.1 artifacts for scala-xml. Thanks! |
Done, thanks! |
yay! @ashawley would you like to tweet about it, and then I'll retweet from scala_lang? |
Yes, will do. I'll wait for the Scala 2.12.7 fanfare to die down, and also get a 2.13.0-M5 build for 1.1.1 out, as well. |
@ashawley hoopla died down enough? |
@SethTisue Tweeted: https://twitter.com/aaron_s_hawley/status/1052217789610643457
|
retweeted |
Want to get this out, and then move on to mainlining Scala 2.13 changes and prepare for 1.2.x.
Draft release notes:
This is a patch release of Scala XML that is binary and source compatible with the previous release, 1.1.0.
Utility.trim
should handle whitespace between adjacentText()
nodesjavax.xml.stream.events.XMLEvent
ConstructingParser
PrettyPrinter(minimizeEmpty = true)
NodeSeq.\\()
The text was updated successfully, but these errors were encountered: