aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/pom.xml')
-rw-r--r--cds-ui/pom.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml
index de2be3542..56ced8978 100644
--- a/cds-ui/pom.xml
+++ b/cds-ui/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.onap.ccsdk.cds</groupId>
@@ -33,9 +33,15 @@ limitations under the License.
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>cds-ui-parent</name>
+ <name>CDS UI Parent</name>
<description>Creates Controller Design Studio UI Docker container</description>
+ <modules>
+ <module>client</module>
+ <module>server</module>
+ <module>application</module>
+ </modules>
+
<properties>
<image.name>onap/ccsdk-cds-ui</image.name>
<ccsdk.project.version>${project.version}</ccsdk.project.version>
@@ -44,11 +50,4 @@ limitations under the License.
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<docker.verbose>true</docker.verbose>
</properties>
-
- <modules>
- <module>client</module>
- <module>server</module>
- <module>application</module>
- </modules>
-
</project>