I suggest creating a new release on the Maven repository, now that we have made a lot of progress:
sgr-driver-api bump version and publish
easymodbus bump version, update its dependencies and publish
commhandler4modbus bump version, update its dependencies and publish
Please create Git tags, so releases can be tracked.
Perhaps it would also make sense to set the version suffix of each project to -SNAPSHOT by default, and only remove the suffix in a detached tagged commit, which represents a release. I believe some projects such as Spring do it that way.
Just an idea...
I suggest creating a new release on the Maven repository, now that we have made a lot of progress:
sgr-driver-api
bump version and publisheasymodbus
bump version, update its dependencies and publishcommhandler4modbus
bump version, update its dependencies and publishPlease create Git tags, so releases can be tracked.
Perhaps it would also make sense to set the version suffix of each project to
-SNAPSHOT
by default, and only remove the suffix in a detached tagged commit, which represents a release. I believe some projects such as Spring do it that way. Just an idea...