gravitylow / Updater

Easy automatic updates for Bukkit
MIT License
35 stars 41 forks source link

Exclude versions labeled with -SNAPSHOT from the update check #5

Closed timbru31 closed 11 years ago

timbru31 commented 11 years ago

Maven projects are often labeled with a x.x.x-SNAPSHOT as the version, since they are development builds they shouldn't call the update check.

Additional resource: Maven documentation (http://maven.apache.org/guides/getting-started/index.html) "[...] Maven goes a long way to help you with version management and you will often see the SNAPSHOT designator in a version, which indicates that a project is in a state of development. [...]"

gravitylow commented 11 years ago

Thanks