From: rangajal Date: Thu, 14 May 2020 13:10:23 +0000 (+0000) Subject: Updating to xapp frw v0.4.10, for dcap to adxapp new message type X-Git-Tag: 0.6.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0f1e17785af9ee6e0ab0f7d9b14782f3a3dba79c;p=ric-plt%2Frtmgr.git Updating to xapp frw v0.4.10, for dcap to adxapp new message type Change-Id: Ia19b1e529fb961cc4a31fb80c7c56e08e402ab98 Signed-off-by: rangajal --- diff --git a/RELNOTES b/RELNOTES index 5034b0e..6a25d16 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,6 @@ +### v0.5.9 +* Updating to xapp frw v0.4.10, for dcap to adxapp new message type + ### v0.5.8 * Updating to RMR version 4.0.2 diff --git a/container-tag.yaml b/container-tag.yaml index 5349da6..2300e89 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 0.5.8 +tag: 0.5.9 diff --git a/go.mod b/go.mod index 33a35cb..e93f3ff 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module routing-manager go 1.12.1 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.8 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.10 github.com/ghodss/yaml v1.0.0 github.com/go-openapi/errors v0.19.3 github.com/go-openapi/loads v0.19.4 @@ -18,6 +18,6 @@ require ( replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.8 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.10 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1