Skip to content

COLA 4.0.1 🥤

Compare
Choose a tag to compare
@oldratlee oldratlee released this 10 Jan 12:28
· 231 commits to master since this release

Happy with COLA 4 U!

Deployed to Maven Central: Maven Central

This version contains no new features or bug fix but improvements.

Change Log

Improvements

  • improve maven POM/Dependencies
    • add -parent suffix to artifactId of parent pom
    • add project.version to name, easy to find version problems when build/CI
    • add git-commit-id-plugin
      • Maven plugin which includes build-time git repository information into a properties file.
        Make your apps tell you which version exactly they were built from! Priceless in large distributed deployments.
    • improve maven pom for cola-archetypes/cola-components: submodules extend parent
      • make POM DRY(maven plugins, distributionManagement, profile config etc)
      • dependency management in parent pom
  • rename dir sample -> samples
  • improve CI
    • test under multiply jdks: 8/9/11/15, and use sdkman install jdks
    • fix maven warnings
    • activate more maven plugins by -DperformRelease, more consistent with maven deploy
  • add doc: scritps/maven-deploy.md
  • add script bump-cola-version.sh