SmartGridready / SGrJava

SmartGridready communication handler in Java
0 stars 0 forks source link

New Maven package releases before refactoring #77

Closed mkrebs81 closed 1 week ago

mkrebs81 commented 1 week ago

I suggest creating a new release on the Maven repository, now that we have made a lot of progress:

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...