aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-31 18:02:22 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-31 18:02:22 +0200
commite751aed27dbe17700e3ad17b9602964f9bfaf304 (patch)
tree8731bd1704ffef141511554dae1557c8f0be4154 /pom.xml
parent2af0691f0691ec96711103f5456bcea22ba76e36 (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.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 8bcd5ef1..6632806e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>