Version bump to force CI jobs to promote packages 33/5333/1 2.3.3
authorE. Scott Daniels <daniels@research.att.com>
Fri, 11 Dec 2020 19:01:27 +0000 (14:01 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 11 Dec 2020 19:01:27 +0000 (14:01 -0500)
The CI jobs failed to build all packages in staging, and there
is no mechanim to force it to build the missing ones. This change
is needed to force the staging packages to rebuild.

Issue-ID: RIC-730

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I6ad5bc3151792c841a9bba07c3a32727ea28b3db

CHANGES
CMakeLists.txt
docs/rel-notes.rst

diff --git a/CHANGES b/CHANGES
index 562f096..e9213f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@
 # squished to one.
 
 release = Cherry
+2020 11 December; version 2.3.3
+       Version bump to force CI jobs to promote the packages.
+
 2020 21 August; version 2.3.2
        Small cleanup of "code smells" and add additional test stats
        to unit tests.
index eb816d6..c82566c 100644 (file)
@@ -30,7 +30,7 @@ cmake_minimum_required( VERSION 3.5 )
 
 set( major_version "2" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
 set( minor_version "3" )
-set( patch_level "2" )
+set( patch_level "3" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/ricxfcpp" )
index d10de52..0e49658 100644 (file)
@@ -18,6 +18,11 @@ xAPP Framework.
 Cherry Release
 ==============
 
+2020 11 December; version 2.3.3
+-------------------------------
+Version bump to force CI jobs to promote the packages.
+
+
 2020 21 August; version 2.3.2
 -----------------------------
 Small cleanup of "code smells" and add additional test stats