From e7306df260cf6ae438d6622eea3213bbf791c3f8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 2 Nov 2016 10:54:30 +0100 Subject: [PATCH] Fix wrong groupId name Commit fac268302e4261bb8b42143476692563cbdf149b changed the model's groupId, breaking autorelease. Repair the damage. Change-Id: Ib4440cba0ec2c66097b247edf59321d2a56cd354 Signed-off-by: Robert Varga --- opendaylight/md-sal/samples/clustering-test-app/model/pom.xml | 2 +- opendaylight/md-sal/samples/toaster/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.36.6