Releases: dataliquid/parent-oss
Releases · dataliquid/parent-oss
v2.4.0
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-plugin3.5.3 → 3.5.4maven-javadoc-plugin3.11.3 → 3.12.0maven-release-plugin3.1.1 → 3.2.0maven-compiler-plugin3.14.0 → 3.14.1maven-war-plugin3.4.0 → 3.5.0maven-jar-plugin3.4.2 → 3.5.0central-publishing-maven-plugin0.8.0 → 0.9.0formatter-maven-plugin2.27.0 → 2.29.0maven-pmd-plugin3.25.0 → 3.28.0
v2.3.1
v2.3.0
v2.2.4
v2.2.3
Parent OSS v2.2.3
Hotfix release with formatter configuration fix.
Bug Fixes
- Fix invalid formatter-maven-plugin parameter names
jsFormatterFile→configJsFilejsonFormatterFile→configJsonFilehtmlFormatterFile→configHtmlFilecssFormatterFile→configCssFile
v2.2.2
v2.2.1
v2.2.0
Parent OSS v2.2.0
Major feature release with code formatter integration.
New Features
- Code Formatter Plugin (#27, #29)
- Add
formatter-maven-plugin2.27.0 - CI-aware profile activation (format locally, validate in CI)
- Support for Java, JSON, HTML, CSS, JavaScript
- Uses
coding-conventions1.0.0 for style definitions
- Add
Dependencies
maven-surefire-plugin3.5.2 → 3.5.3maven-javadoc-plugin3.11.2 → 3.11.3maven-clean-plugin3.4.0 → 3.5.0maven-compiler-plugin3.13.0 → 3.14.0maven-ear-plugin3.3.0 → 3.4.0maven-install-plugin3.1.3 → 3.1.4maven-deploy-plugin3.1.3 → 3.1.4maven-gpg-plugin3.2.7 → 3.2.8build-helper-maven-plugin3.6.0 → 3.6.1license-maven-plugin4.6 → 5.0.0central-publishing-maven-plugin0.7.0 → 0.8.0
v2.1.0
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-plugin0.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
Parent OSS v2.0.0
Major release with comprehensive plugin updates.
Changes
- Update Javadoc doclint configuration (
-Xdoclint:none→doclint: none)
Dependencies
maven-surefire-plugin2.20 → 3.5.2maven-javadoc-plugin2.10.4 → 3.11.2maven-release-plugin2.5.3 → 3.1.1maven-clean-plugin3.0.0 → 3.4.0maven-resources-plugin2.7 → 3.3.1maven-compiler-plugin3.3 → 3.13.0maven-war-plugin2.8.2 → 3.4.0maven-ear-plugin2.10.1 → 3.3.0maven-jar-plugin2.6 → 3.4.2maven-install-plugin2.5.2 → 3.1.3maven-deploy-plugin2.8.2 → 3.1.3maven-gpg-plugin1.6 → 3.2.7build-helper-maven-plugin1.9 → 3.6.0license-maven-plugin3.0.rc1 → 4.6maven-source-plugin→ 3.3.1 (new)