code54 / buildversion-plugin

A maven plugin that extracts current build information from git projects
34 stars 9 forks source link

Maintain old release tags #11

Closed kunal546 closed 5 years ago

kunal546 commented 10 years ago

When there's a dependency on older version of the plugin and we want to clone the older version using the maven scm tag, it complains that tag does not exist. I see that the tags existed at one point and they were merged and removed. Can we have 1.0.2 tag and maintain the tags in future?

dobladez commented 10 years ago

Looks like I just forgot to push all tags. Should be there now:

$ git tag -l v1.0.0 v1.0.1 v1.0.2 v1.0.3