diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-31 18:02:22 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-31 18:02:22 +0200 |
commit | e751aed27dbe17700e3ad17b9602964f9bfaf304 (patch) | |
tree | 8731bd1704ffef141511554dae1557c8f0be4154 /pom.xml | |
parent | 2af0691f0691ec96711103f5456bcea22ba76e36 (diff) |
Restore oparent
Restore the oparent that has been removed due to local build failure
Change-Id: I4356fe50e9a8adbef6c7df2cc4f97bafbebe4534
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -27,14 +27,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.clamp</groupId> <artifactId>clds</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0</version> <name>ONAP CLAMP</name> -<!-- <parent> --> -<!-- <groupId>org.onap.oparent</groupId> --> -<!-- <artifactId>oparent</artifactId> --> -<!-- <version>1.0.0-SNAPSHOT</version> --> -<!-- </parent> --> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> <description> This project build the ONAP CLAMP JAR that contains AJSC + CLAMP code. @@ -823,8 +823,8 @@ <properties> <skip.staging.artifacts>true</skip.staging.artifacts> <skip.docker.build>false</skip.docker.build> - <skip.docker.tag>true</skip.docker.tag> - <skip.docker.push>true</skip.docker.push> + <skip.docker.tag>false</skip.docker.tag> + <skip.docker.push>false</skip.docker.push> </properties> </profile> </profiles> |