From: Robert Varga Date: Wed, 2 Nov 2016 09:54:30 +0000 (+0100) Subject: Fix wrong groupId name X-Git-Tag: release/carbon~402 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=refs%2Fchanges%2F23%2F47823%2F3;hp=02342ea8755cd02a50295c0e412a542024761b9c Fix wrong groupId name Commit fac268302e4261bb8b42143476692563cbdf149b changed the model's groupId, breaking autorelease. Repair the damage. Change-Id: Ib4440cba0ec2c66097b247edf59321d2a56cd354 Signed-off-by: Robert Varga --- diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml index fc38fb66c0..63f3773d34 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml @@ -9,7 +9,7 @@ - org.opendaylight.controller + org.opendaylight.controller.samples 1.5.0-SNAPSHOT clustering-it-model bundle diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index 2851c1168c..7005154f32 100644 --- a/opendaylight/md-sal/samples/toaster/pom.xml +++ b/opendaylight/md-sal/samples/toaster/pom.xml @@ -9,7 +9,7 @@ - org.opendaylight.controller + org.opendaylight.controller.samples 1.5.0-SNAPSHOT sample-toaster bundle