From c06288d2a12586ab8df3715cf130549fdd7499fb Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 13 May 2014 09:16:32 +0200 Subject: Unit Test: Added Semantic Version Test (Current version agains v2.1.5) 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) --- make/build-test.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index 2bf2e37..a4ebdb3 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -75,18 +75,20 @@ + + - - + + -- cgit v1.2.3