Java Semantic Versioning, relaxed
Go to file
Zafar Khaja 3a8abf166a Increment version in pom.xml
Forgot to increment the version for the previous commit (tag 0.4.0),
so now must increment it up to 0.4.1.
2013-03-06 01:00:19 +04:00
src Make version classes immutable 2013-03-06 00:46:53 +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 Increment version in pom.xml 2013-03-06 01:00:19 +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.