Skip to content

Releases: davidmoten/aws-maven-plugin

0.2.33

22 Jun 06:33
Compare
Choose a tag to compare

Enhancements

  • Add goal to remove security groups for particular ports from Beanstalk deployments by @davidmoten in #43
  • bump aws-java-sdk from 1.12.142 to 1.12.245
  • Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.1 by @dependabot in #32
  • Bump maven-compiler-plugin from 3.9.0 to 3.10.0 by @dependabot in #33
  • Bump maven-core from 3.3.9 to 3.8.4 by @dependabot in #26
  • Bump maven-site-plugin from 3.10.0 to 3.11.0 by @dependabot in #34
  • Bump maven-project-info-reports-plugin from 3.2.1 to 3.2.2 by @dependabot in #35
  • Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #36
  • Bump maven-core from 3.8.4 to 3.8.5 by @dependabot in #38
  • Bump maven-site-plugin from 3.11.0 to 3.12.0 by @dependabot in #40
  • Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0 by @dependabot in #41
  • Bump maven-core from 3.8.5 to 3.8.6 by @dependabot in #42

New Contributors

Full Changelog: 0.2.32...0.2.33

0.2.32

20 Jan 05:15
Compare
Choose a tag to compare

Bug fix

  • use guava-mini for references to VisibleForTesting and Preconditions because of missing class when running plugin

Full Changelog: 0.2.31...0.2.32

0.2.31

19 Jan 23:41
Compare
Choose a tag to compare

Enhancements

  • set maven dependencies to scope=provided as per advice from maven-plugin-plugin
  • Bump maven-site-plugin from 3.9.1 to 3.10.0
  • Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
  • Bump maven-plugin-plugin from 3.5 to 3.6.4
  • fix site report
  • bump maven-project-info-reports-plugin from 2.9 to 3.1.1
  • bump site plugin from 3.7.1 to 3.9.1
  • bump site plugin from 3.7.1 to 3.9.1
  • remove lifecyle exclusion from pom.xml

Full Changelog: 0.2.30...0.2.31

0.2.30

19 Jan 05:30
Compare
Choose a tag to compare

Enhancements

  • Bump commons-io from 2.8.0 to 2.11.0 by @dependabot in #22
  • Bump aws.sdk.version from 1.11.996 to 1.12.142 by @dependabot in #23
  • Bump maven-plugin-annotations from 3.4 to 3.6.4 by @dependabot in #24
  • Bump maven-compiler-plugin from 3.8.1 to 3.9.0 by @dependabot in #25
  • migrate from Travis CI to GitHub Actions

Full Changelog: 0.2.29...0.2.30

0.2.29

19 Jan 05:28
Compare
Choose a tag to compare

Enhancement

  • add create parameter to deployS3 goal to create a bucket if does not exist

Full Changelog: 0.2.28...0.2.29

0.2.28

19 Jan 05:27
Compare
Choose a tag to compare

Bug fix

  • don't override region parameter which causes it to be null in AbstractAwsMojo.execute

Full Changelog: 0.2.27...0.2.28

0.2.27

11 Apr 23:50
Compare
Choose a tag to compare
  • property mojo now sets aws.account.id.lowercase so can be used in bucket names (which must be lowercase)
  • upgrade junit to 4.13.2
  • upgrade aws-sdk to 1.11.996
  • upgrade commons-io to 2.8.0

0.2.26

10 Jul 00:29
Compare
Choose a tag to compare

0.2.25

06 Jun 00:44
Compare
Choose a tag to compare
  • Add <publicRead>BOOLEAN</publicRead> to deployS3 goal configuration. If false this will not attempt to apply an ACL to the uploaded files but use the bucket default.

0.2.24

06 Jun 00:42
Compare
Choose a tag to compare
  • Use default provider chains to find AWS credentials and region #16 (thanks @RoKish)