From 1bc0a731d2a019b065738073174eae6ff9dd90c1 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 16 Oct 2019 14:01:45 +0200 Subject: [PATCH] Remove unneeded version declaration The model is properly exposed from artifacts, do not override the managed version. Change-Id: Iaf5fe83bc0e0f7c7fb5a20a0b23b848b572e73e6 Signed-off-by: Robert Varga --- opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml index 494dff32a4..69df7db85e 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml @@ -25,7 +25,6 @@ org.opendaylight.controller.samples clustering-it-model - ${project.version} org.opendaylight.controller -- 2.36.6