Moocar / logback-gelf

Logback plugin to send GELF messages to graylog2 server
Apache License 2.0
147 stars 59 forks source link

Strange versioning of releases #69

Open kayhannay opened 7 years ago

kayhannay commented 7 years ago

I wonder why version 0.12 comes before 0.2. If it would be 0.1.2 and 0.2 it would be clear, but with the current schema it is confusing not just for me, but for Gradle as well. If you use something like 0.+ as version number in the dependencies, it picks up 0.12 and not 0.2. What do you think about using semantic versioning (http://semver.org/spec/v2.0.0.html), which is a nice standard, in my opinion?