Change version to use AAF 2.1.10 14/79314/2
authorInstrumental <jonathan.gathman@att.com>
Thu, 28 Feb 2019 01:05:42 +0000 (19:05 -0600)
committerInstrumental <jonathan.gathman@att.com>
Thu, 28 Feb 2019 01:22:49 +0000 (19:22 -0600)
Issue-ID: AAF-771
Change-Id: I6c487e04c95f135c67399e2445a42a13c0dce9ae
Signed-off-by: Instrumental <jonathan.gathman@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 4b9f5e7..d385804 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
 
        <properties>
                <!-- This version needs to be RELEASED version. Fails on SNAPSHOT -->
-               <cadi.version>2.1.10-SNAPSHOT</cadi.version>
+               <cadi.version>2.1.10</cadi.version>
                <!-- <sonar.skip>true</sonar.skip> -->
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <!-- project.jettyVersion>9.4.12.v20180830</project.jettyVersion -->
index d6fc8bd..cb8a88f 100644 (file)
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
 # because they are used in Jenkins, whose plug-in doesn't support
 
+# This TAG 2.1.13 is here to help remember to change this file.  Keep it up to date with the following "real" entries:
 major=2
 minor=1
-patch=12
+patch=13
 
 base_version=${major}.${minor}.${patch}