Java Semantic Versioning, relaxed
Go to file
Zafar Khaja 3c630ebbbc Create Version class and Tests
So far only basic functionality is implemented, such as parsing
version strings, incrementing major, minor and patch versions, as
well as comparing one Version to another.
2012-11-05 22:05:59 +04:00
src Create Version class and Tests 2012-11-05 22:05:59 +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 Initial commit 2012-11-03 21:39:44 +04:00

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

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