main motivation: support Scala 3.0.0-RC2 more context: #432 * [x] merge PRs * [x] https://github.com/scala/scala-xml/pull/503 * [x] choose version number: 2.0.0-RC1 (as per #432) * [x] create the release and write the notes * https://github.com/scala/scala-xml/releases/tag/v2.0.0-RC1 * [x] wait for release build * https://travis-ci.com/github/scala/scala-xml/builds/221549259 * [x] release the staging repos * https://oss.sonatype.org/#stagingRepositories * [x] artifacts on Maven Central * https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_3.0.0-RC2/2.0.0-RC1/ * https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_3.0.0-RC1/2.0.0-RC1/ * https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13/2.0.0-RC1/ * https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.12/2.0.0-RC1/ * (not a complete list) * [x] post-release, bump version in README and build.sbt * https://github.com/scala/scala-xml/pull/504
main motivation: support Scala 3.0.0-RC2
more context: #432