COLA4.0.1
版本发布时间: 2021-01-10 20:28:44
alibaba/COLA最新发布版本:v5.0.0(2024-06-02 21:03:25)
Happy with COLA 4 U!
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
toname
, 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.
- Maven plugin which includes build-time git repository information into a properties file.
- 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
- add
- 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