Align Ui code for the policy move 84/116784/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 13 Jan 2021 10:53:48 +0000 (11:53 +0100)
committersebdet <sebastien.determe@intl.att.com>
Wed, 13 Jan 2021 11:11:41 +0000 (12:11 +0100)
Change package.json to update the clamp to policy-clamp

Issue-ID: POLICY-2922
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3cdc63c39a77cf4f8b2f285a68a3d2ac58e3f8b9
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml
ui-react-lib/package.json
ui-react/package.json

diff --git a/pom.xml b/pom.xml
index 4eb4c4f..f011915 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,9 +25,9 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.policy</groupId>
-       <artifactId>clamp</artifactId>
+       <artifactId>policy-clamp</artifactId>
        <version>6.0.0-SNAPSHOT</version>
-       <name>clamp</name>
+       <name>policy-clamp</name>
 
 
     <parent>
index 39cf63a..b1efe2f 100755 (executable)
@@ -1,8 +1,8 @@
 {
-       "name": "onap-clamp-ui-lib",
+       "name": "onap-policy-clamp-ui-lib",
        "version": "${project.version}",
-       "description": "ONAP CLAMP UI Reactjs Component Library",
-       "author": "ONAP Clamp Team",
+       "description": "ONAP Policy Clamp UI Library",
+       "author": "ONAP Policy Team",
        "license": "Apache-2.0",
        "publishConfig": {
                "registry": "${npm.publish.url}"
index 883a441..2320969 100644 (file)
@@ -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}"