From c28ea2f45931596eea794fd57e08bc20b3f09543 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 7 Aug 2020 14:47:56 -0400 Subject: [PATCH] Release 2.0.0 version of sdnc/northbound Release version 2.0.0 of sdnc/northbound artifacts Change-Id: Idbb314e03eeb9fd9d3baee496e9de1924a2fdf41 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney --- .gitignore | 2 ++ releases/2.0.0.yaml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 releases/2.0.0.yaml diff --git a/.gitignore b/.gitignore index 8eaad449..7beb2a91 100755 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ org.eclipse.core.resources.prefs .checkstyle maven-eclipse.xml workspace +.factorypath +.vscode ## Compilation Files ## *.class diff --git a/releases/2.0.0.yaml b/releases/2.0.0.yaml new file mode 100644 index 00000000..54a1b595 --- /dev/null +++ b/releases/2.0.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '2.0.0' +project: 'sdnc-northbound' +log_dir: 'sdnc-northbound-maven-stage-master/295/' -- 2.16.6