From c06288d2a12586ab8df3715cf130549fdd7499fb Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
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/lib/v2.1.5/gluegen-rt.jar | Bin 0 -> 289171 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 make/lib/v2.1.5/gluegen-rt.jar

(limited to 'make/lib/v2.1.5/gluegen-rt.jar')

diff --git a/make/lib/v2.1.5/gluegen-rt.jar b/make/lib/v2.1.5/gluegen-rt.jar
new file mode 100644
index 0000000..c20455e
Binary files /dev/null and b/make/lib/v2.1.5/gluegen-rt.jar differ
-- 
cgit v1.2.3