summaryrefslogtreecommitdiffstats
path: root/cds-ui/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/pom.xml')
-rw-r--r--cds-ui/pom.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml
index abf9348e1..cf70f5e88 100644
--- a/cds-ui/pom.xml
+++ b/cds-ui/pom.xml
@@ -23,18 +23,16 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.1-SNAPSHOT</version>
- <relativePath/>
+ <groupId>org.onap.ccsdk.cds</groupId>
+ <artifactId>cds-aggregator</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>..</relativePath>
</parent>
- <groupId>org.onap.ccsdk.cds</groupId>
- <artifactId>ui</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <artifactId>cds-ui</artifactId>
<packaging>pom</packaging>
- <name>CDS UI Parent</name>
+ <name>UI Parent</name>
<description>Creates Controller Design Studio UI Docker container</description>
<modules>
@@ -45,11 +43,6 @@ limitations under the License.
</modules>
<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>
+ <npm.executable>npm</npm.executable>
</properties>
</project>