Use oparent-odlparent pom 51/11951/2
authorDan Timoney <dtimoney@att.com>
Tue, 12 Sep 2017 13:23:57 +0000 (09:23 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 12 Sep 2017 19:14:07 +0000 (15:14 -0400)
Update odlparent-carbon pom to inherit from oparent's oparent-odlparent
pom

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

index 1ff21a8..957e302 100755 (executable)
@@ -6,6 +6,7 @@
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
         <version>1.7.3-Boron-SR3</version>
+        <relativePath />
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
         <!-- Used by snmp4sdn, yangtools -->
         <javassist.version>3.20.0-GA</javassist.version>
 
-        <!-- FIXME remove all dependencies for jersey 1.17 after migration all
-            projects -->
-        <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all,
-            snmp4sdn, toolkit -->
+        <!-- FIXME remove all dependencies for jersey 1.17 after migration
+            all projects -->
+        <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity,
+            defense4all, snmp4sdn, toolkit -->
         <jersey.version>1.17</jersey.version>
         <!-- Used by sfc -->
         <jersey.client.version>1.17</jersey.client.version>
             is fixed (either in PowerMock or with a new JUnit release) -->
         <!-- Used everywhere -->
         <junit.version>4.11</junit.version>
-        <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
+        <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity,
+            toolkit -->
         <logback.version>1.1.7</logback.version>
         <!-- Used by nic, sfc, sxp, tsdr -->
         <mockito.version>1.10.19</mockito.version>
         <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
         <netty.version>4.0.44.Final</netty.version>
-        <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity,
-            toolkit -->
+        <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also
+            affinity, toolkit -->
         <slf4j.version>1.7.21</slf4j.version>
-        <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit,
-            tsdr, ttp -->
+        <!-- Used in integration/distribution; see also affinity, snmp4sdn,
+            toolkit, tsdr, ttp -->
         <spring.version>3.2.14.RELEASE</spring.version>
 
 
                             <id>bundle-sources</id>
                             <phase>package</phase>
                             <goals>
-                                <!-- produce source artifact for main project sources -->
+                                <!-- produce source artifact for main project
+                                    sources -->
                                 <goal>jar-no-fork</goal>
 
-                                <!-- produce source artifact for project test sources -->
+                                <!-- produce source artifact for project
+                                    test sources -->
                                 <goal>test-jar-no-fork</goal>
                             </goals>
                         </execution>
index 115b4ef..7a3fd8f 100755 (executable)
@@ -3,9 +3,10 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>odlparent</artifactId>
-        <version>1.8.1-Carbon</version>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent-odlparent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+        <relativePath />
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index d5a75c8..0c0b7c4 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.1-SNAPSHOT</version>
+    <version>0.0.2-SNAPSHOT</version>
 
     <name>CCSDK Parent POMs</name>
     <url>http://wiki.onap.org</url>
                             <id>bundle-sources</id>
                             <phase>package</phase>
                             <goals>
-                                <!-- produce source artifact for main project sources -->
+                                <!-- produce source artifact for main project
+                                    sources -->
                                 <goal>jar-no-fork</goal>
 
-                                <!-- produce source artifact for project test sources -->
+                                <!-- produce source artifact for project
+                                    test sources -->
                                 <goal>test-jar-no-fork</goal>
                             </goals>
                         </execution>
index 287781b..e46107d 100644 (file)
@@ -6,7 +6,7 @@
 
 release_name=0
 sprint_number=0
-feature_revision=1
+feature_revision=2
 
 base_version=${release_name}.${sprint_number}.${feature_revision}