JavaMoney / javamoney-shelter

A shelter for new ideas and modules to be adopted, e.g. via Adopt-a-JSR
Apache License 2.0
6 stars 5 forks source link

moduleVersion of Groovy module #24

Closed keilw closed 8 years ago

keilw commented 8 years ago

The Groovy module currently defines moduleVersion=0.1-dev

Is "-dev" an established standard for Groovy and its module system, or would "-SNAPSHOT" also work? It is fair to number the sub-module 0.1 as it is behind the other Shelter modules, most of which handled under 0.6-SNAPSHOT now, but at some point it would be great to align this module version with the rest of Shelter.

stokito commented 8 years ago

Groovy hasn't any standard for "-dev" and it follows usual Maven rules.

keilw commented 8 years ago

Then I'd use -SNAPSHOT regardless of the version before it (0.1 seems fine as of now)

stokito commented 8 years ago

:+1: go ahead