From 741ae4d45bff519142d0575a4afbea83c7851d5c Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Mon, 9 May 2022 05:52:08 +0000 Subject: Release Jakarta 10.0.0 version Release new version of robotframework-onap which includes changes needed to test Strimzi Issue-ID: DMAAP-1705 Signed-off-by: Michal Jagiello Change-Id: If2fe11e1ba90de539ed43bd3e72a427f76724ba9 --- robotframework-onap/setup.cfg | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg index 846efc7..957e53f 100644 --- a/robotframework-onap/setup.cfg +++ b/robotframework-onap/setup.cfg @@ -2,7 +2,7 @@ name = robotframework-onap author = Daniel Rose author_email = dr695h@att.com -version = 7.0.2 +version = 10.0.0 home-page = https://github.com/onap/testsuite-python-testing-utils classifier = Development Status :: 4 - Beta diff --git a/version.properties b/version.properties index 0ee2dd3..3a473a6 100644 --- a/version.properties +++ b/version.properties @@ -2,8 +2,8 @@ # 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 -major=1 -minor=6 +major=10 +minor=0 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg