Skip to content

Releases: sbt/sbt-pom-reader

2.4.0

17 May 03:33
v2.4.0
Compare
Choose a tag to compare

change with compatibility implications

  • sbt-pom-reader 2.3.0 is published under com.github.sbt organization name, and changed to sbtpomreader package by @eed3si9n in #76

behind the scene

Full Changelog: v2.2.0...v2.4.0

2.3.0

17 May 01:07
v2.3.0
0c9c14f
Compare
Choose a tag to compare
2.3.0 Pre-release
Pre-release

change with compatibility implications

  • sbt-pom-reader 2.3.0 is published under com.github.sbt organization name, and changed to sbtpomreader package by @eed3si9n in #76

behind the scene

Full Changelog: v2.2.0...v2.3.0

2.2.0

21 Aug 17:15
v2.2.0
Compare
Choose a tag to compare

2.1.0

21 Aug 17:09
v2.1.0
Compare
Choose a tag to compare

New Features

Maintenance

v2.0.0

20 May 23:30
Compare
Choose a tag to compare

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 via settingsLocation 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 around settings.xml file handling and repository credentials processing.