From: srinivasyanamadala Date: Fri, 21 Mar 2025 09:18:52 +0000 (+0100) Subject: SW Release 1.0.3 Phase 2 X-Git-Tag: 1.0.4~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=678298b9c391620fd7d1a1bdeaa1b00d9106ea48;p=policy%2Fopa-pdp.git SW Release 1.0.3 Phase 2 Issue-ID: POLICY-5322 Change-Id: I66d5f0dffa1c04f73cfa3e097b63ca16c8e625fb Signed-off-by: srinivasyanamadala --- diff --git a/releases/1.0.3-container.yaml b/releases/1.0.3-container.yaml new file mode 100644 index 0000000..a0ab462 --- /dev/null +++ b/releases/1.0.3-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '1.0.3' +project: 'policy-opa-pdp' +log_dir: 'policy-opa-pdp-master-merge-golang/19' +ref: f4b8774a8a1b7017cd98d8a71167be60c6798f39 +containers: + - name: 'policy-opa-pdp' + version: 'latest' diff --git a/version b/version index 99eda91..21e8796 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.3-SNAPSHOT +1.0.3 diff --git a/version.properties b/version.properties index 359ebb9..45d5a51 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch}