Release Jakarta 10.0.0 version 70/129170/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 9 May 2022 05:52:08 +0000 (05:52 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 9 May 2022 05:52:08 +0000 (05:52 +0000)
Release new version of robotframework-onap which includes changes needed to test Strimzi

Issue-ID: DMAAP-1705
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: If2fe11e1ba90de539ed43bd3e72a427f76724ba9

robotframework-onap/setup.cfg
version.properties

index 846efc7..957e53f 100644 (file)
@@ -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
index 0ee2dd3..3a473a6 100644 (file)
@@ -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}