Releases: sbt/sbt-pom-reader
Releases · sbt/sbt-pom-reader
2.5.0
What's Changed
- Ci/update stuff by @gemelen in #80
- Build rehaul by @gemelen in #81
- Ci/adjust formatting by @gemelen in #83
- Remove test that doesn't show anything by @gemelen in #84
- Feature/upgrade maven by @gemelen in #85
- Infra versions bump by @gemelen in #86
- ci: Fix publishing by @eed3si9n in #88
Full Changelog: v2.4.0...v2.5.0
2.4.0
change with compatibility implications
- sbt-pom-reader 2.3.0 is published under
com.github.sbtorganization name, and changed tosbtpomreaderpackage 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.sbtorganization name, and changed tosbtpomreaderpackage 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.xmlto use official Maven library enabling proper handling of profiles. - Ability to include resolvers (repositories) defined in
settings.xml. - Ability to override location of
settings.xmlfile viasettingsLocationkey. - 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
scriptedtests aroundsettings.xmlfile handling and repository credentials processing.