From 0aad5685f4e1c288d175c24ef4a216cf41488f7b Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 14 Sep 2015 18:44:55 +0200 Subject: [PATCH] Bug 4306: Refer to the correct version of features-netconf-connector features-netconf-connector's POM inherits netconf-features-parent's version, 1.0.0-SNAPSHOT; but netconf-artifact's POM uses ${mdsal.version} for features-netconf-connector (1.3.0-SNAPSHOT). This patch uses ${project.version} instead, which is 1.0.0-SNAPSHOT. Without this sfc fails to build in a clean environment. Change-Id: Icad267d3e502233243eb10b4a7274b23feff0c31 Signed-off-by: Stephen Kitt --- opendaylight/netconf/netconf-artifacts/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/netconf/netconf-artifacts/pom.xml b/opendaylight/netconf/netconf-artifacts/pom.xml index 50ceafd4cd..76b4883dbc 100644 --- a/opendaylight/netconf/netconf-artifacts/pom.xml +++ b/opendaylight/netconf/netconf-artifacts/pom.xml @@ -151,7 +151,7 @@ ${project.groupId} features-netconf-connector - ${mdsal.version} + ${project.version} features xml runtime -- 2.36.6