diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f73123..8472e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.3.0] - 2020-02-05 +### Added +- Added [Spotless Maven Plugin](https://github.com/diffplug/spotless/tree/master/plugin-maven), version 1.27.0 with + default import order matching most existing Java projects. + ## [4.2.0] - 2019-09-02 ### Added - Added `spotbugs-maven-plugin`, version 3.1.12.2. diff --git a/pom.xml b/pom.xml index 07c5d11..f64587f 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ 4.3.0 2.22.0 3.0.5 + 1.27.0 3.1.12.2 1.3.0 0.8.4 @@ -88,6 +89,27 @@ + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.maven.plugin.version} + + + process-sources + + apply + + + + + + + + \#java,\#javax,\#org,\#,\#com,\#com.expedia,\#com.expediagroup,\#com.hotels,java,javax,org,,com,com.expedia,com.expediagroup,com.hotels + + + + org.apache.maven.plugins maven-dependency-plugin