Version 0.0.1-SNAPSHOT should use odlparent 33/12233/1
authorDan Timoney <dtimoney@att.com>
Wed, 13 Sep 2017 14:55:58 +0000 (10:55 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 13 Sep 2017 15:32:26 +0000 (11:32 -0400)
Last patch inadvertantly did not update version of odlparent-carbon-sr1
pom.xml, so version 0.0.1-SNAPSHOT was updated to use oparent. This change
rolls that change back so that 0.0.1-SNAPSHOT can be used to back
out oparent change if it has problems.

Issue-ID: CCSDK-43
Change-Id: If3a57b8f127a3fb0f44429b6e3f1a4dd72f25f69
Signed-off-by: Dan Timoney <dtimoney@att.com>
odlparent-carbon-sr1/pom.xml
pom.xml
version.properties

index 7a3fd8f..bfd505e 100755 (executable)
@@ -2,12 +2,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-    <parent>
-        <groupId>org.onap.oparent</groupId>
-        <artifactId>oparent-odlparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-        <relativePath />
-    </parent>
+  <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent</artifactId>
+        <version>1.8.1-Carbon</version>
+       <relativePath />
+  </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 18dcc68..a029ba7 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <packaging>pom</packaging>
     <groupId>org.onap.ccsdk.parent</groupId>
     <artifactId>parent</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>0.0.1-SNAPSHOT</version>
 
     <name>ccsdk-parent</name>
     <url>http://wiki.onap.org</url>
index e46107d..287781b 100644 (file)
@@ -6,7 +6,7 @@
 
 release_name=0
 sprint_number=0
-feature_revision=2
+feature_revision=1
 
 base_version=${release_name}.${sprint_number}.${feature_revision}