mybatis / migrations-maven-plugin

Maven plugin for the MyBatis Migrations tool
https://github.com/mybatis/migrations-maven-plugin/releases/
Apache License 2.0
22 stars 16 forks source link

include plugin in migrations releases even just as a version bump #73

Closed psacc closed 2 years ago

psacc commented 4 years ago

Currently the migrations plugin does not depend on the latest migrations library version. It's possible to specify the version by adding a direct dependency in the plugin section of the POM, if the library is still compatible.

But it is still conter intuitive and most users won't benefit from the latest migrations improvements when using the plugin.

Can the plugin be included in the migrations release train?

hazendaz commented 4 years ago

@psacc Way overdue for a release. Can you try the latest snapshot and confirm it's working as expected? I can push a release after confirmation.

hazendaz commented 2 years ago

recent release versions have since occurred, closing. Adding direct dependency is possible as well to get newer versions as needed.