From: Stephen Kitt Date: Mon, 14 Sep 2015 16:44:55 +0000 (+0200) Subject: Bug 4306: Refer to the correct version of features-netconf-connector X-Git-Tag: release/beryllium~124 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0aad5685f4e1c288d175c24ef4a216cf41488f7b;p=netconf.git 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 --- 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