aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-01-12 12:35:11 +0000
committerliamfallon <liam.fallon@est.tech>2021-01-20 16:15:21 +0000
commitfc2c1e0287ec425846fb4bbb437a43308f2d774b (patch)
tree8124302c4c45618641b50b203d8b64ba7a54bfdd /ui-react
parent176498d8baa90c988c5e0af6dfb709df744e4ccb (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to 'ui-react')
-rw-r--r--ui-react/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui-react/package.json b/ui-react/package.json
index 883a44165..232096926 100644
--- a/ui-react/package.json
+++ b/ui-react/package.json
@@ -1,8 +1,8 @@
{
- "name": "onap-clamp-ui",
+ "name": "onap-policy-clamp-ui",
"version": "${project.version}",
- "description": "ONAP Clamp Loop Designer UI",
- "author": "ONAP Clamp Team",
+ "description": "ONAP Policy Clamp UI",
+ "author": "ONAP Policy Team",
"license": "Apache-2.0",
"publishConfig": {
"registry": "${npm.publish.url}"