Update container tag v1.1.0. 77/7377/1
authornaman.gupta <naman.gupta@samsung.com>
Wed, 15 Dec 2021 11:15:47 +0000 (16:45 +0530)
committernaman.gupta <naman.gupta@samsung.com>
Wed, 15 Dec 2021 11:15:47 +0000 (16:45 +0530)
Signed-off-by: naman.gupta <naman.gupta@samsung.com>
Change-Id: Ib6d3a73654806820973afa77dc18dd7469218905

container-tag.yaml
init/config-file.json
setup.py

index 62ee399..21fe94d 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 1.0.0
\ No newline at end of file
+tag: 1.1.0
index fdaeb3e..36885aa 100644 (file)
@@ -7,7 +7,7 @@
             "image": {
                 "registry": "nexus3.o-ran-sc.org:10004",
                 "name": "o-ran-sc/ric-app-hw-python",
-                "tag": "1.0.0"
+                "tag": "1.1.0"
             }
         }
     ],
index 6495ec5..18aa3c9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -31,8 +31,8 @@ setup(
     license='Apache 2.0',
     description="Hello World Python XAPP for O-RAN RIC Platform",
     long_description=read('README.md'),
-    author='Rahul Banerji',
-    author_email='r.banerji@samsung.com',
+    author='Naman Gupta',
+    author_email='naman.gupta@samsung.com',
     python_requires='>=3.8',
     install_requires=["ricxappframe>=1.1.1,<2.3.0"],
     entry_points={"console_scripts": ["run-hw-python.py=src.main:launchXapp"]},  # adds a magical entrypoint for Docker