Skip to content

COLA 4.3.0 🥤

Compare
Choose a tag to compare
@oldratlee oldratlee released this 31 Jul 06:04
· 100 commits to master since this release

Happy with COLA 4 U!

Deployed to Maven Central: Maven Central

Change Log

Features

  • upgrade spring-boot to 2.7.2 from 2.1/2.2
  • upgrade mybatis-spring-boot-starter to 2.2.2 from 1.3.1

Improvements

  • chore: upgrade dependencies/plugins
  • docs: add more badges in README
  • cleanup pom:
    • remove dependency declaration in dependencyManagement when existed in spring-boot-dependencies
    • manage plugin versions in pluginManagement
    • remove default org.apache.maven.plugins groupId for plugins
    • use maven.deploy.skip property to simplify maven-deploy-plugin config

CI/Build

  • add jdk 18/19 into github CI