Skip to content

Latest commit

 

History

History
162 lines (126 loc) · 5.15 KB

CHANGELOG.md

File metadata and controls

162 lines (126 loc) · 5.15 KB

Change Log

All notable changes to this project will be documented in this file, which follows the guidelines on Keep a CHANGELOG. This project adheres to Semantic Versioning.

Changed

  • Update postgresql.driver.version to 42.3.2

[17.1.1] - 2024-06-12

Added

  • Add maven-sonar-plugin to pluginManagement

[17.1.0] - 2023-07-05

Changed

  • Update maven-failsafe-plugin to 3.1.2
  • Update maven-surefire-plugin to 3.1.2

[17.0.0] - 2023-05-05

Changed

  • Update to OpenJdk 17

Removed

  • Remove illegal-access argument from plugin management (not valid for java 17) of sure fire plugin
  • Remove illegal-access argument (not valid for java 17) from sure fire plugin

[11.0.1] - 2023-02-01

Changed

  • Downgraded maven minimum version to 3.3.9 until the pipeline maven version is updated

[11.0.0] - 2023-01-25

Changed

  • Bumped the version number to 11.0.0 to match the java 11 versions of the framework
  • Update liquibase.version to 4.10.0
  • Moved versions of liquibase dependencies to be properties of this pom:
    • snakeyaml.version: 1.30
    • picocli.version: 4.6.3
  • Update to JEE 8
    • Update javaee-api version to 8.0.1
  • Update postgresql.driver version to 42.2.18

[8.0.0-M3] - 2020-12-11

Added

  • Added jaxb versions for java core dependencies now external in Java 11

[8.0.0-M2] - 2020-12-11

Fixed

  • Added dependency on jaxb-api to coveralls-maven-plugin to fix ClassNotFoundException in Java 11

[8.0.0-M1] - 2020-12-09

Changed

  • Java 11 Upgrade
    • plugins.maven-plugin-plugin.version 3.6
    • plugins.maven.compiler.version 3.8.0
    • plugins.versions.version 2.5
    • plugins.maven.surefire.version 2.22.2
    • plugins.maven.failsafe.version 2.22.2
    • plugins.jacoco.version 0.8.4
    • --illegal-access=permit for maven-surefire-plugin

[2.0.0] - 2020-11-02

Changed

  • Updated parent maven-super-pom to version 2.0.0
  • Moved to new Cloudsmith.io repository for hosting maven artifacts
  • Reverted the version updates made in 1.8.0 release (which was never used)

[1.8.0] - 2018-11-02

NB the following release was never used and is reverted in the 2.0.0 release

Changed

  • Maven Plugin Version updates: maven-assembly-version: 3.0.0 -> 3.1.0 maven-clean-plugin: 3.0.0 -> 3.1.0 maven-compiler-version: 3.6.1 -> 3.8.0 maven-dependency-version: 3.0.1 -> 3.1.1 maven-jar-version: 3.0.2 -> 3.1.0 maven-javadoc-version: 2.10.4 -> 3.0.1 maven-plugin-plugin-version: 3.5 -> 3.6.0 maven-processor-version: 3.3.1 -> 3.3.3 maven-resources-version: 3.0.2 -> 3.1.0 maven-shade-version: 3.0.0 -> 3.2.0 maven-site-version: 3.6 -> 3.7.1 maven-surefire-version: 2.20 -> 2.22.1 maven-wagon-version: 2.10 -> 3.2.0 maven-war-version: 3.1.0 -> 3.2.2

  • External maven plugins updated: pitest plugin: 1.2.4 -> 1.4.3 jacoco plugin: 0.7.9 -> 0.8.2

  • Libraries updated: H2: 1.4.196 -> 1.4.197 Hibernate: 4.3.11.Final -> 5.3.7.Final Liquibase: 3.5.3 -> 3.6.2 Postgresql JDBC driver: 42.1.1 -> 42.2.5

Note for Hibernate and Liquibase these are major updates and likely to introduce breaking changes into the code

[1.7.1] - 2017-12-19

Changed

  • Remove copying of schema_catalog to rmal jar

[1.7.0] - 2017-12-15

Changed

  • Adjusted the build raml jar plugin to include a schema_catalog.json if any exists

1.6.1 - 2017-11-20

Changed

  • Added pitest profile, which child projects can activate to enable mutation testing by setting pitest.enabled to true.

1.6.0 - 2017-07-26

Changed

  • Build process improved
  • Switched to Bintray for releases
  • Simplified Dependent variable structure

1.5.0 - 2017-06-14

Changed

  • Plugins and Dependencies update to latest versions

1.4.1 - 2017-04-28

Fixed

  • Disable "add library to classpath" by default in maven-war-plugin

1.4.0 - 2017-02-14

Added

  • Added maven-plugin-plugin

1.3.0 - 2017-01-06

Fixed

  • Missing 'plugins.maven.assembly.version' property

1.2.0 - 2016-11-14

Added

  • Added raml-jar profile

1.1.0 - 2016-11-01

Added

  • Common plugin configuration to POM

1.0.0 - 2016-07-28

Added

  • Initial release of parent POM for open source Maven projects