Releases: sbt/sbt-pom-reader
Releases · sbt/sbt-pom-reader
2.4.0
change with compatibility implications
- sbt-pom-reader 2.3.0 is published under
com.github.sbt
organization name, and changed tosbtpomreader
package by @eed3si9n in #76
behind the scene
- Moves to GitHub actions by @gemelen in #69
- CI/upgrade and cleanup by @gemelen in #70
- CI/update readme by @gemelen in #71
- Uses hand-written GitHub Actions by @eed3si9n in #78
Full Changelog: v2.2.0...v2.4.0
2.3.0
change with compatibility implications
- sbt-pom-reader 2.3.0 is published under
com.github.sbt
organization name, and changed tosbtpomreader
package by @eed3si9n in #76
behind the scene
- Moves to GitHub actions by @gemelen in #69
- CI/upgrade and cleanup by @gemelen in #70
- CI/update readme by @gemelen in #71
Full Changelog: v2.2.0...v2.3.0
2.2.0
2.1.0
New Features
- Support for sbt 1.0.2 (@blast-hardcheese)
Maintenance
- General code and dependency cleanup (@blast-hardcheese, @xuwei-k)
- Fixed scripted tests to work with sbt 1.0.2 (@metasim)
v2.0.0
Release 2.0.0
Enhancements
- Converted processing of
settings.xml
to use official Maven library enabling proper handling of profiles. - Ability to include resolvers (repositories) defined in
settings.xml
. - Ability to override location of
settings.xml
file viasettingsLocation
key. - Converted to
AutoPlugin
Bug Fixes
- Fixed scripted commands with incorrect subproject references
- Provided default for
mavenUserProperties
.
Project Management
- Added Travis-CI build support.
- Added Bintray support.
- Additional
scripted
tests aroundsettings.xml
file handling and repository credentials processing.