Add new groupId to pom.xml files 67/15267/1
authorRyan Moats <rmoats@us.ibm.com>
Fri, 13 Feb 2015 16:49:59 +0000 (10:49 -0600)
committerRyan Moats <rmoats@us.ibm.com>
Fri, 13 Feb 2015 16:49:59 +0000 (10:49 -0600)
Before we can merge we need to set group Ids correctly

Change-Id: I03b3c3da4441d1d912f767be9fe3a1027b928626
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
features/pom.xml
implementation/pom.xml
northbound/pom.xml
pom.xml

index cd7dce53d4112903d76da1396ebc62593854e0ef..c5979e046f103c206686f9ebd28a397b79dec93e 100644 (file)
@@ -7,6 +7,7 @@
     <version>1.5.0-SNAPSHOT</version>
     <relativePath>../../opendaylight/commons/opendaylight</relativePath>
   </parent>
+  <groupId>org.opendaylight.neutron</groupId>
   <artifactId>features-neutron</artifactId>
   <version>${networkconfig.neutron.version}</version>
   <packaging>jar</packaging>
index 9eaebb283cc4e6b181078902df10dec38acde0c3..108f5b91da38d4fd14bbbb5825d7d22f36c1ca7c 100644 (file)
@@ -7,6 +7,7 @@
     <version>1.5.0-SNAPSHOT</version>
     <relativePath>../../../commons/opendaylight</relativePath>
   </parent>
+  <groupId>org.opendaylight.neutron</groupId>
   <artifactId>networkconfig.neutron.implementation</artifactId>
   <version>0.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
index e61a8e5118b0c19e2cc72bc529f82fe78e954c6b..90110ce250c9be8ce92f8af3932fab95f2833d08 100644 (file)
@@ -7,6 +7,7 @@
     <version>1.5.0-SNAPSHOT</version>
     <relativePath>../../../commons/enunciate-parent</relativePath>
   </parent>
+  <groupId>org.opendaylight.neutron</groupId>
   <artifactId>networkconfig.neutron.northbound</artifactId>
   <version>0.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index ee206d4dbdd1cec73186ddaca47f1fe72ea0cd18..644b383a9f490ad18a5e19eb036744087e2c8333 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,7 @@
     <version>1.5.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
+  <groupId>org.opendaylight.neutron</groupId>
   <artifactId>networkconfig.neutron</artifactId>
   <version>0.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>