From c572a0f28802d60a7dff73428fe8cdf20373cefa Mon Sep 17 00:00:00 2001 From: Tomas Cere Date: Mon, 7 Dec 2015 11:18:54 +0100 Subject: [PATCH] Fix changed version Inadvertently changed version while cleaning up features. This reverts it. Change-Id: Id273a7feaf82d08a6be105b591b195e2fef7cbd6 Signed-off-by: Tomas Cere --- features/netconf/pom.xml | 4 ++-- features/netconf/src/main/features/features.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 6925ddd382..9d24f37e54 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -16,7 +16,7 @@ 0.3.0-SNAPSHOT 1.6.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0-SNAPSHOT 0.4.0-SNAPSHOT 0000.0002.0053.0 1.6.0-SNAPSHOT @@ -45,7 +45,7 @@ org.opendaylight.controller mdsal-artifacts - ${controller.sal.version} + ${controller.mdsal.version} pom import diff --git a/features/netconf/src/main/features/features.xml b/features/netconf/src/main/features/features.xml index 13ccf485d1..9a12372283 100644 --- a/features/netconf/src/main/features/features.xml +++ b/features/netconf/src/main/features/features.xml @@ -132,14 +132,14 @@ mvn:org.opendaylight.netconf/netconf-tcp/{{VERSION}} - + odl-config-all odl-config-netty odl-netconf-all odl-netconf-tcp odl-netconf-ssh odl-netconf-client - odl-mdsal-broker + odl-mdsal-broker mvn:org.opendaylight.netconf/mdsal-netconf-notification/{{VERSION}} mvn:org.opendaylight.netconf/mdsal-netconf-connector/{{VERSION}} mvn:org.opendaylight.netconf/mdsal-netconf-monitoring/{{VERSION}} -- 2.36.6