From 81864a1b04ba114e5c4124d54aadf6940f1ec2bb Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Wed, 4 Dec 2019 08:53:28 -0600 Subject: Added a yaml file to release 1.6.0 policy/common Issue-ID: POLICY-1583 Change-Id: I20b608a6674a4496e5aa20fa3c26da2a275a289d Signed-off-by: HOCKLA --- pom.xml | 2 +- releases/1.6.0.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releases/1.6.0.yaml diff --git a/pom.xml b/pom.xml index 8ce2e155..c4cc3ef9 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 3.1.0-SNAPSHOT + 3.1.0 diff --git a/releases/1.6.0.yaml b/releases/1.6.0.yaml new file mode 100644 index 00000000..94accb41 --- /dev/null +++ b/releases/1.6.0.yaml @@ -0,0 +1,4 @@ +distribution_type: 'maven' +version: '1.6.0' +project: 'policy-common' +log_dir: 'policy-common-maven-stage-master/170/' \ No newline at end of file -- cgit 1.2.3-korg