The previous versions were mostly generated by the maven-release-plugin and are actually not nice to have around, since they are prefixed with the project name (coffeenet-starter). Via some git shell magic and GitHub API, we should be able to re-route previous releases to a new version-scheme:
Rename all coffeenet-starter-* tags to v*
Update previous releases to point to v* tags instead
The previous versions were mostly generated by the
maven-release-plugin
and are actually not nice to have around, since they are prefixed with the project name (coffeenet-starter
). Via some git shell magic and GitHub API, we should be able to re-route previous releases to a new version-scheme:coffeenet-starter-*
tags tov*
v*
tags instead