Fix wrong groupId name 23/47823/3
authorRobert Varga <rovarga@cisco.com>
Wed, 2 Nov 2016 09:54:30 +0000 (10:54 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 2 Nov 2016 20:26:06 +0000 (20:26 +0000)
Commit fac268302e4261bb8b42143476692563cbdf149b changed
the model's groupId, breaking autorelease. Repair the damage.

Change-Id: Ib4440cba0ec2c66097b247edf59321d2a56cd354
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/samples/clustering-test-app/model/pom.xml
opendaylight/md-sal/samples/toaster/pom.xml

index fc38fb66c0bd5639d2b737acfbc19fca2c4a7935..63f3773d3400f614d22130019b43ff9b7ddf8fdb 100644 (file)
@@ -9,7 +9,7 @@
         <relativePath/>
     </parent>
 
-    <groupId>org.opendaylight.controller</groupId>
+    <groupId>org.opendaylight.controller.samples</groupId>
     <version>1.5.0-SNAPSHOT</version>
     <artifactId>clustering-it-model</artifactId>
     <packaging>bundle</packaging>
index 2851c1168c0fbe1900dda657190c415d3e9b6661..7005154f32c1bcd9cb0d94585dbc31bddd9dc177 100644 (file)
@@ -9,7 +9,7 @@
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
+  <groupId>org.opendaylight.controller.samples</groupId>
   <version>1.5.0-SNAPSHOT</version>
   <artifactId>sample-toaster</artifactId>
   <packaging>bundle</packaging>