Skip to content

Releases: dataliquid/parent-oss

v2.4.0

10 Jan 09:33

Choose a tag to compare

Parent OSS v2.4.0

Feature release with CI improvements and dependency updates.

New Features

  • CI Profile for GPG Signing (#44)
    • GPG signing now only active in CI environment
    • Removed default GPG execution

Dependencies

  • maven-surefire-plugin 3.5.3 → 3.5.4
  • maven-javadoc-plugin 3.11.3 → 3.12.0
  • maven-release-plugin 3.1.1 → 3.2.0
  • maven-compiler-plugin 3.14.0 → 3.14.1
  • maven-war-plugin 3.4.0 → 3.5.0
  • maven-jar-plugin 3.4.2 → 3.5.0
  • central-publishing-maven-plugin 0.8.0 → 0.9.0
  • formatter-maven-plugin 2.27.0 → 2.29.0
  • maven-pmd-plugin 3.25.0 → 3.28.0

v2.3.1

10 Jan 09:33

Choose a tag to compare

Parent OSS v2.3.1

Hotfix release with PMD configuration fix.

Bug Fixes

  • Exclude build directory from PMD analysis
    • Add <excludeRoot>${project.build.directory}</excludeRoot>

v2.3.0

10 Jan 09:33

Choose a tag to compare

Parent OSS v2.3.0

Feature release with QA profile.

New Features

  • QA Profile (#31)
    • Add maven-pmd-plugin 3.25.0
    • PMD checks active by default (use -DskipQA to disable)
    • Rulesets: bestpractices, errorprone, multithreading, performance, security

v2.2.4

10 Jan 09:33

Choose a tag to compare

Parent OSS v2.2.4

Hotfix release.

Dependencies

  • coding-conventions 1.0.2 → 1.0.4

v2.2.3

10 Jan 09:33

Choose a tag to compare

Parent OSS v2.2.3

Hotfix release with formatter configuration fix.

Bug Fixes

  • Fix invalid formatter-maven-plugin parameter names
    • jsFormatterFileconfigJsFile
    • jsonFormatterFileconfigJsonFile
    • htmlFormatterFileconfigHtmlFile
    • cssFormatterFileconfigCssFile

v2.2.2

10 Jan 09:33

Choose a tag to compare

Parent OSS v2.2.2

Hotfix release.

Dependencies

  • coding-conventions 1.0.1 → 1.0.2

v2.2.1

10 Jan 09:32

Choose a tag to compare

Parent OSS v2.2.1

Hotfix release.

Dependencies

  • coding-conventions 1.0.0 → 1.0.1

v2.2.0

10 Jan 09:32

Choose a tag to compare

Parent OSS v2.2.0

Major feature release with code formatter integration.

New Features

  • Code Formatter Plugin (#27, #29)
    • Add formatter-maven-plugin 2.27.0
    • CI-aware profile activation (format locally, validate in CI)
    • Support for Java, JSON, HTML, CSS, JavaScript
    • Uses coding-conventions 1.0.0 for style definitions

Dependencies

  • maven-surefire-plugin 3.5.2 → 3.5.3
  • maven-javadoc-plugin 3.11.2 → 3.11.3
  • maven-clean-plugin 3.4.0 → 3.5.0
  • maven-compiler-plugin 3.13.0 → 3.14.0
  • maven-ear-plugin 3.3.0 → 3.4.0
  • maven-install-plugin 3.1.3 → 3.1.4
  • maven-deploy-plugin 3.1.3 → 3.1.4
  • maven-gpg-plugin 3.2.7 → 3.2.8
  • build-helper-maven-plugin 3.6.0 → 3.6.1
  • license-maven-plugin 4.6 → 5.0.0
  • central-publishing-maven-plugin 0.7.0 → 0.8.0

v2.1.0

10 Jan 09:32

Choose a tag to compare

Parent OSS v2.1.0

Feature release with CI/CD improvements and Maven Central publishing.

New Features

  • Gitflow Workflows - Add release and hotfix workflows using shared actions
  • Central Publishing Plugin - Maven Central publishing via central-publishing-maven-plugin 0.7.0
  • CI Improvements
    • Run on master and develop branches
    • Skip GPG signing in CI (-Dgpg.skip=true)
    • Fix test reporter for projects without tests

Documentation

  • Add CI and Maven Central badges
  • Update version references to 2.0.0

Other

  • Remove old Sonatype distribution management (replaced by central-publishing-maven-plugin)

v2.0.0

10 Jan 09:32

Choose a tag to compare

Parent OSS v2.0.0

Major release with comprehensive plugin updates.

Changes

  • Update Javadoc doclint configuration (-Xdoclint:nonedoclint: none)

Dependencies

  • maven-surefire-plugin 2.20 → 3.5.2
  • maven-javadoc-plugin 2.10.4 → 3.11.2
  • maven-release-plugin 2.5.3 → 3.1.1
  • maven-clean-plugin 3.0.0 → 3.4.0
  • maven-resources-plugin 2.7 → 3.3.1
  • maven-compiler-plugin 3.3 → 3.13.0
  • maven-war-plugin 2.8.2 → 3.4.0
  • maven-ear-plugin 2.10.1 → 3.3.0
  • maven-jar-plugin 2.6 → 3.4.2
  • maven-install-plugin 2.5.2 → 3.1.3
  • maven-deploy-plugin 2.8.2 → 3.1.3
  • maven-gpg-plugin 1.6 → 3.2.7
  • build-helper-maven-plugin 1.9 → 3.6.0
  • license-maven-plugin 3.0.rc1 → 4.6
  • maven-source-plugin → 3.3.1 (new)