summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-05-09 05:52:08 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-05-09 05:52:08 +0000
commit741ae4d45bff519142d0575a4afbea83c7851d5c (patch)
tree531abd5e03cb00a903b9fd536d6b1ffe52aa5fac
parentd82c114220ccb25476ee5957157e33c99c9b5400 (diff)
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 <michal.jagiello@t-mobile.pl> Change-Id: If2fe11e1ba90de539ed43bd3e72a427f76724ba9
-rw-r--r--robotframework-onap/setup.cfg2
-rw-r--r--version.properties4
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}