aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/application
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-09-11 13:58:42 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-09-11 19:13:55 -0400
commit8de37f9d3035b4a41e696b967f2222806c250925 (patch)
treebbead8f9844c301d86966fdddd82b677abe13f75 /cds-ui/application
parent8c23129be8bef8f2113be25eca424f87eb05c889 (diff)
Refactoring poms groupId artifactId
Issue-ID: CCSDK-2787 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ica64f0c793beabb47950c7bf1eede63a0dbf3cea
Diffstat (limited to 'cds-ui/application')
-rw-r--r--cds-ui/application/pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml
index 52eb555d4..368cc9c4f 100644
--- a/cds-ui/application/pom.xml
+++ b/cds-ui/application/pom.xml
@@ -24,21 +24,19 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.cds</groupId>
- <artifactId>ui</artifactId>
+ <artifactId>cds-ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
- <artifactId>application</artifactId>
+ <artifactId>cds-ui-application</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>CDS UI Application</name>
+ <name>UI Application</name>
<properties>
<image.name>onap/ccsdk-cds-ui</image.name>
- <ccsdk.project.version>${project.version}</ccsdk.project.version>
- <ccsdk.distribution.version>${project.version}</ccsdk.distribution.version>
<ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<docker.verbose>true</docker.verbose>