Java Semantic Versioning, relaxed
Go to file
Zafar Khaja e0bca455ae Refactor Version.compareTo() method
According to the Specification the pre-release version should
have a lower precedence than the associated normal version and the
build version should have a higher precedence than the associated
normal version.
2012-11-24 21:20:15 +04:00
src Refactor Version.compareTo() method 2012-11-24 21:20:15 +04:00
.gitignore Initial commit 2012-11-03 21:39:44 +04:00
LICENSE Initial commit 2012-11-03 21:39:44 +04:00
pom.xml Initial commit 2012-11-03 21:39:44 +04:00
README Add a Note to README 2012-11-05 22:15:10 +04:00

Java SemVer
===========

Java SemVer is a Java implementation of the Semantic Versioning Specification (http://semver.org/).

Note: The current version of the Java SemVer corresponds to the Semantic Versioning 2.0.0-rc.1.