Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

65 lines (40 loc) · 1.23 KB

3.1.0 / 2016-04-12

  • Simplify code to just use the maven-publish ivy-publish conventions to add the configurations

3.0.3 / 2015-10-08

  • Bug fix to not break interaction with nebula-publishing-plugin post 3.x

3.0.2 / 2015-09-22

  • Fix publishing bundle

3.0.1 / 2015-09-15

  • Retry publishing

3.0.0 / 2015-09-15

  • Move to gradle 2.7, update build stuff

2.2.2 / 2015-5-18

  • Make sure Java runtime libraries don't sneak into War classpath. We only want to subtract dependencies added to provided configuration.

2.2.1 / 2015-4-6

  • Pull request #19: Support for provided and optional configuration in POMs generated by Maven plugin.

2.2.0 / 2015-1-30

  • Move to gradle 2.2.1

2.0.1 / 2014-11-25

  • Issue #14: Transitive provided dependencies end up inside war archive.

2.0.0 / 2014-09-19

  • Built with Gradle 2.0.

1.12.2 / 2014-08-11

  • Add eclipse configuration for provided

1.12.1 / 2014-07-31

  • Fix plugin names. Remove nebula- prefix. Update docs.

1.12.0 / 2014-07-29

  • Initial release