Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump semver to 0.9.30-SNAPSHOT of jogamp branch, incl. commit ↵ | Sven Gothel | 2014-09-24 | 1 | -3/+3 |
| | | | | | | | 9cdb6bbf6d3248a65aa78ced08211d609c356f91 commit 9cdb6bbf6d3248a65aa78ced08211d609c356f91 fixes the tests of the Class, Field and Method accessor bit for compatibility. | ||||
* | Semver: Bump to 0.9.27 | Sven Gothel | 2014-08-28 | 1 | -7/+7 |
| | |||||
* | Unit Test: Added Semantic Version Test (Current version agains v2.1.5) | Sven Gothel | 2014-05-13 | 1 | -0/+319 |
TestVersionSemantics adds testing of semantic versioning of 2.1.5 gluegen-rt.jar against the current version within a unit test. Currently we expect BACKWARD_COMPATIBLE_USER and need to toggle this to NON_BACKWARD_COMPATIBLE, if actually perfoming non compatible major or minor version changes. The latter is allowed right now, since we increment from 2.1 -> 2.2! - Added https://github.com/jeluard/semantic-versioning semver.jar (Apache License Version 2.0) |