scalatest / scalatest-maven-plugin

ScalaTest Maven Plugin
Apache License 2.0
34 stars 61 forks source link

is version 2.1.0-SNAP2 a snapshot? #94

Open gzm55 opened 2 years ago

gzm55 commented 2 years ago

two strange version 2.1.0-SNAP1 and 2.1.0-SNAP2 are released to central.

@cheeseng @bvenners Are these versions are release or snapshot?

cheeseng commented 2 years ago

@gzm55 Yes it is the ScalaTest's way of doing snapshot. :)

gzm55 commented 2 years ago

are all versions like *-SNAPx snapshot?

cheeseng commented 2 years ago

@gzm55 Yes.

gzm55 commented 2 years ago

OK. since they are pushed to the release central repo, it would be better to describe this version rule on the readme.

cheeseng commented 2 years ago

@gzm55 Good idea, @bvenners had a good explanation and reason behind it, I'll have to get it back to put it on README.