From ff3eecb980bfdc8d43d2ed3a4c786d634fa6f4e2 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:52:01 -0800 Subject: Migrate sli-northbound repo Migrate sli-northbound repo files into new directory "northbound". Signed-off-by: Jessica Wagantall --- northbound/releases/0.5.0.yaml | 5 +++++ northbound/releases/0.5.1.yaml | 5 +++++ northbound/releases/0.5.2.yaml | 5 +++++ northbound/releases/0.6.0.yaml | 5 +++++ northbound/releases/0.6.1.yaml | 5 +++++ northbound/releases/0.7.0.yaml | 5 +++++ northbound/releases/0.7.1.yaml | 5 +++++ northbound/releases/1.0.0.yaml | 5 +++++ northbound/releases/1.0.1.yaml | 5 +++++ northbound/releases/1.1.0.yaml | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 northbound/releases/0.5.0.yaml create mode 100644 northbound/releases/0.5.1.yaml create mode 100644 northbound/releases/0.5.2.yaml create mode 100644 northbound/releases/0.6.0.yaml create mode 100644 northbound/releases/0.6.1.yaml create mode 100644 northbound/releases/0.7.0.yaml create mode 100644 northbound/releases/0.7.1.yaml create mode 100644 northbound/releases/1.0.0.yaml create mode 100644 northbound/releases/1.0.1.yaml create mode 100644 northbound/releases/1.1.0.yaml (limited to 'northbound/releases') diff --git a/northbound/releases/0.5.0.yaml b/northbound/releases/0.5.0.yaml new file mode 100644 index 000000000..89e429e5d --- /dev/null +++ b/northbound/releases/0.5.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '0.5.0' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/161/' diff --git a/northbound/releases/0.5.1.yaml b/northbound/releases/0.5.1.yaml new file mode 100644 index 000000000..0f10908d4 --- /dev/null +++ b/northbound/releases/0.5.1.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '0.5.1' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/167/' diff --git a/northbound/releases/0.5.2.yaml b/northbound/releases/0.5.2.yaml new file mode 100644 index 000000000..e464af013 --- /dev/null +++ b/northbound/releases/0.5.2.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '0.5.2' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/175/' diff --git a/northbound/releases/0.6.0.yaml b/northbound/releases/0.6.0.yaml new file mode 100644 index 000000000..5c2a60849 --- /dev/null +++ b/northbound/releases/0.6.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '0.6.0' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/189/' diff --git a/northbound/releases/0.6.1.yaml b/northbound/releases/0.6.1.yaml new file mode 100644 index 000000000..d68cdc717 --- /dev/null +++ b/northbound/releases/0.6.1.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '0.6.1' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/206/' diff --git a/northbound/releases/0.7.0.yaml b/northbound/releases/0.7.0.yaml new file mode 100644 index 000000000..ac468fd74 --- /dev/null +++ b/northbound/releases/0.7.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '0.7.0' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/301/' diff --git a/northbound/releases/0.7.1.yaml b/northbound/releases/0.7.1.yaml new file mode 100644 index 000000000..4cda320e1 --- /dev/null +++ b/northbound/releases/0.7.1.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '0.7.1' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/302/' diff --git a/northbound/releases/1.0.0.yaml b/northbound/releases/1.0.0.yaml new file mode 100644 index 000000000..2a0c585c6 --- /dev/null +++ b/northbound/releases/1.0.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '1.0.0' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/303/' diff --git a/northbound/releases/1.0.1.yaml b/northbound/releases/1.0.1.yaml new file mode 100644 index 000000000..204f71f52 --- /dev/null +++ b/northbound/releases/1.0.1.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '1.0.1' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/304/' diff --git a/northbound/releases/1.1.0.yaml b/northbound/releases/1.1.0.yaml new file mode 100644 index 000000000..5ac19ffcf --- /dev/null +++ b/northbound/releases/1.1.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '1.1.0' +project: 'ccsdk-sli-northbound' +log_dir: 'ccsdk-sli-northbound-maven-stage-master/305/' -- cgit 1.2.3-korg