diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-09-21 09:53:32 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-09-21 15:08:44 +0000 |
commit | 7d397bd49ffc2c61d70aa65353f2188bc1264abb (patch) | |
tree | d6af96f4c70c4f7fbd5c259bbab832d69cd323c1 /cds-ui/pom.xml | |
parent | 54a9aafbec22b49d3ffb151cb46b1b631688cf08 (diff) |
Fixing docker image tag
Moving related properties to parent most pom and using same across
Removing unnecessary version tag from poms
Issue-ID: CCSDK-2794
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I37d16d3f7a467bb579f70235f69a8bff0fe4ba8e
Diffstat (limited to 'cds-ui/pom.xml')
-rw-r--r-- | cds-ui/pom.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 6d547326c..285e63ef9 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -23,15 +23,13 @@ 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</version> - <relativePath/> + <groupId>org.onap.ccsdk.cds</groupId> + <artifactId>cds-aggregator</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> - <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>UI Parent</name> @@ -46,14 +44,5 @@ limitations under the License. <properties> <npm.executable>npm</npm.executable> - <image.name>onap/ccsdk-cds-ui</image.name> - <ccsdk.cds.version>${project.version}</ccsdk.cds.version> - <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> - <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> - - <!-- docker related properties --> - <docker.verbose>true</docker.verbose> - <docker.skip.push>false</docker.skip.push> - <docker.push.phase>deploy</docker.push.phase> </properties> </project> |