aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-01-13 11:53:48 +0100
committersebdet <sebastien.determe@intl.att.com>2021-01-13 12:11:41 +0100
commit9a28038a8b00db07b43d11aade0aa93774c56596 (patch)
tree7f2ed89d001ec72ab4a1db7dc8f0503cd41e600b
parent7a0073d5c74b4ec70c619f4ee338d4485395f9a1 (diff)
Align Ui code for the policy move
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>
-rw-r--r--pom.xml4
-rwxr-xr-xui-react-lib/package.json6
-rw-r--r--ui-react/package.json6
3 files changed, 8 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 4eb4c4f39..f011915d3 100644
--- 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>
diff --git a/ui-react-lib/package.json b/ui-react-lib/package.json
index 39cf63a5b..b1efe2f8e 100755
--- a/ui-react-lib/package.json
+++ b/ui-react-lib/package.json
@@ -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}"
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}"