diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (C) 2017 CMCC, Inc. and others. All rights reserved. + Copyright 2016-2017 ZTE Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -21,18 +21,17 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.aai.esr-gui</groupId> - <artifactId>esr-gui</artifactId> + <artifactId>aai-esr-gui-parent</artifactId> <packaging>pom</packaging> - <name>esr-gui</name> + <name>aai-esr-gui-parent</name> <modules> <module>common</module> - <module>esr</module> + <module>portal</module> <module>integration</module> </modules> </project> |