From fc2c1e0287ec425846fb4bbb437a43308f2d774b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Jan 2021 12:35:11 +0000 Subject: Add tosca-controlloop directory for TOSCA-POC dev The module structure is: ./tosca-controlloop (maven module) ./tosca-controlloop/common (maven module, could be moved to policy-common) ./tosca-controlloop/design (maven module, control loop design time component) ./tosca-controlloop/models (maven module, should be moved to policy-models) ./tosca-controlloop/participants (maven modue for control loop participants) ./tosca-controlloop/runtime (maven module, control loop run time component) This patch also updates the repo to the current status of the master branch Issue-ID: POLICY-2971 Change-Id: I98c7e25f592cc7d9783d5daff3e9e3ad2e7b5214 Signed-off-by: liamfallon --- releases/6.0.0.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releases/6.0.0.yaml (limited to 'releases/6.0.0.yaml') diff --git a/releases/6.0.0.yaml b/releases/6.0.0.yaml new file mode 100644 index 000000000..81ff597a8 --- /dev/null +++ b/releases/6.0.0.yaml @@ -0,0 +1,5 @@ +distribution_type: 'maven' +version: '6.0.0' +project: 'policy-clamp' +tag_release: false +log_dir: 'policy-clamp-maven-stage-master/13/' \ No newline at end of file -- cgit 1.2.3-korg