From f217a0211b8719ac64b161079b650e9e95b7e524 Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Wed, 15 Apr 2020 14:07:14 +0300 Subject: [PATCH] Add git extension to Golang streaming_protobufs module path name Add git extension to Golang streaming_protobufs module path name and hence update version to v4.0.3. Signed-off-by: Timo Tietavainen Change-Id: I68bab1ffadca493f19968ac22b197f3937c7aecf --- docs/release-notes.rst | 4 ++++ proto/x2ap_streaming.proto | 2 +- protogen/go/streaming_protobufs/go.mod | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f324530..80195be 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,6 +31,10 @@ ric-plt/streaming-protobufs. Version history --------------- +[4.0.3] - 2020-04-15 + +* Added git extension to Golang streaming_protobufs module path name. + [4.0.2] - 2020-04-15 * Moved Golang source code generated from '.proto' files to new subdirectory diff --git a/proto/x2ap_streaming.proto b/proto/x2ap_streaming.proto index 3ae235e..027ec18 100644 --- a/proto/x2ap_streaming.proto +++ b/proto/x2ap_streaming.proto @@ -60,7 +60,7 @@ import "gnb_status_indication.proto"; Dashes converted to underscores to make protobuf message syntax correct. Revision number of this X2AP Streaming protobuf file is: - x2ap_streaming_protobuf_revision: v4.0.2 + x2ap_streaming_protobuf_revision: v4.0.3 The location of X2AP Streaming protobuf files is a Linux Foundation repository: https://gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs diff --git a/protogen/go/streaming_protobufs/go.mod b/protogen/go/streaming_protobufs/go.mod index 901729a..b5af51f 100644 --- a/protogen/go/streaming_protobufs/go.mod +++ b/protogen/go/streaming_protobufs/go.mod @@ -1,4 +1,4 @@ -module gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs/protogen/go/streaming_protobufs +module gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs.git/protogen/go/streaming_protobufs go 1.12 -- 2.16.6