Upgrade xapp manager API to version 0.1.4 00/200/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 28 May 2019 13:24:27 +0000 (09:24 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 28 May 2019 13:24:27 +0000 (09:24 -0400)
Change-Id: I623be158ba0de031965ea2520c13ac34c1725d0b
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
docs/release-notes.rst
webapp-backend/pom.xml
xapp-mgr-client/pom.xml
xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_1_4.yaml [moved from xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_1_3.yaml with 94% similarity]

index a15feb5..bf57b25 100644 (file)
 RIC Dashboard Release Notes
 ===========================
 
-Version 1.0.3, 22 May 2019
+Version 1.0.3, 28 May 2019
 --------------------------
 * Add AC xApp controller to backend
 * Add AC xApp interface to frontend
 * Add RAN type radio selector to connection setup
 * Update ANR xApp client to spec version 0.0.6
 * Update E2 manager client to spec version 20190515
-* Update xApp manager client to spec version 0.1.3
+* Update xApp manager client to spec version 0.1.4
 * Add get-version methods to all controllers
 * Add simple page footer with copyright and version
 * Add AC and ANR xApp services
index 81e332d..dabe03f 100644 (file)
@@ -52,7 +52,7 @@ limitations under the License.
                <dependency>
                        <groupId>org.o-ran-sc.ric.xappmgr.client</groupId>
                        <artifactId>xapp-mgr-client</artifactId>
-                       <version>0.1.3-SNAPSHOT</version>
+                       <version>0.1.4-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
index 95561bb..1b37bf5 100644 (file)
@@ -31,7 +31,7 @@ limitations under the License.
        <groupId>org.o-ran-sc.ric.xappmgr.client</groupId>
        <artifactId>xapp-mgr-client</artifactId>
        <name>RIC xApp Manager client</name>
-       <version>0.1.3-SNAPSHOT</version>
+       <version>0.1.4-SNAPSHOT</version>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -104,7 +104,7 @@ limitations under the License.
                                                        <goal>generate</goal>
                                                </goals>
                                                <configuration>
-                                                       <inputSpec>${project.basedir}/src/main/resources/xapp_manager_rest_api_v0_1_3.yaml</inputSpec>
+                                                       <inputSpec>${project.basedir}/src/main/resources/xapp_manager_rest_api_v0_1_4.yaml</inputSpec>
                                                        <language>java</language>
                                                        <configOptions>
                                                                <groupId>${project.groupId}</groupId>
@@ -1,7 +1,24 @@
+# ========================LICENSE_START=================================
+# O-RAN-SC
+# %%
+# Copyright (C) 2019 AT&T Intellectual Property and Nokia
+# %%
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ========================LICENSE_END===================================
 swagger: '2.0'
 info:
   description: This is a draft API for RIC appmgr
-  version: 0.1.3
+  version: 0.1.4
   title: RIC appmgr
   license:
     name: Apache 2.0
@@ -9,7 +26,6 @@ info:
 host: hostname
 basePath: /ric/v1
 schemes:
-  - https
   - http
 paths:
   /health/alive :