Restore oparent 19/9719/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 31 Aug 2017 16:02:22 +0000 (18:02 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 31 Aug 2017 16:02:22 +0000 (18:02 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 8bcd5ef..6632806 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <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.
                        <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>