From 036fe896497233a075b9ecf1b0493e9b2ac1d3f1 Mon Sep 17 00:00:00 2001 From: jinquanni Date: Sat, 18 Sep 2021 17:49:20 +0800 Subject: [PATCH] Add 1.3.0 yaml file Add 1.3.0.yaml Issue-ID: MSB-610 Signed-off-by: jinquanni Change-Id: Icd95c9811c93bbcd8fc03ef537ca18803cd8e281 --- distributions/msb-apigateway/pom.xml | 4 ++-- distributions/pom.xml | 4 ++-- releases/1.3.0.yaml | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 releases/1.3.0.yaml diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index 73b4a64..deaffc4 100644 --- a/distributions/msb-apigateway/pom.xml +++ b/distributions/msb-apigateway/pom.xml @@ -3,12 +3,12 @@ org.onap.msb.apigateway.distributions distributions-parent - 1.2.8-SNAPSHOT + 1.3.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.distributions msb-apigateway - 1.2.8-SNAPSHOT + 1.3.0-SNAPSHOT onap/msb/apigateway/distributions/msb-apigateway pom diff --git a/distributions/pom.xml b/distributions/pom.xml index c5f4650..b13f65c 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,12 +4,12 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.8-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.msb.apigateway.distributions distributions-parent - 1.2.8-SNAPSHOT + 1.3.0-SNAPSHOT onap/msb/apigateway/distributions pom diff --git a/releases/1.3.0.yaml b/releases/1.3.0.yaml new file mode 100644 index 0000000..d0da6c2 --- /dev/null +++ b/releases/1.3.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +log_dir: msb-apigateway-maven-stage-master/813/ +project: msb-apigateway +version: 1.3.0 -- 2.16.6