From: brunomilitzer Date: Mon, 10 May 2021 15:51:15 +0000 (+0100) Subject: Create module to hold CLAMP client code X-Git-Tag: 2.1.0~44^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d5fd11791258daf21aaececa50f94cb9c22ae35d;p=policy%2Fgui.git Create module to hold CLAMP client code Issue-ID: POLICY-3218 Change-Id: Icc74332c71b69a059178985b5b63b3bfff7ff956 Signed-off-by: brunomilitzer --- diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml new file mode 100644 index 0000000..44d2028 --- /dev/null +++ b/gui-clamp/pom.xml @@ -0,0 +1,33 @@ + + + 4.0.0 + + org.onap.policy.gui + policy-gui + 2.1.0-SNAPSHOT + + + gui-clamp + pom + ${project.artifactId} + This module contains the implementation code for the CLAMP GUIs in the Policy Framework + diff --git a/pom.xml b/pom.xml index d6c31c1..439f018 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ONAP Policy GUI ================================================================================ Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020-2021 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -50,6 +50,7 @@ gui-common gui-pdp-monitoring gui-editors + gui-clamp