From e0d0751c4435d04689f3c6f430c98731e9930af6 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Thu, 26 May 2016 09:13:13 -0400 Subject: [PATCH] Remove duplicate property assignment mdsal.version is assigned twice, though it appears the only use of the property is WRT controller mdsal artifacts. I have removed the first assignment, which was overwritten by the second assignment. Change-Id: I320fa7c4124969ff3a384cf250879cf3f103d664 Signed-off-by: Ryan Goulding --- opendaylight/commons/opendaylight/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index c97a10243f..20a6beaf7e 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -14,7 +14,6 @@ pom - 2.1.0-SNAPSHOT 0.9.0-SNAPSHOT 0.7.0-SNAPSHOT 0.3.0-SNAPSHOT @@ -93,6 +92,7 @@ 1.0.0 0.7.0-SNAPSHOT 3.0.5 + 1.4.0-SNAPSHOT 0.3.0-SNAPSHOT -- 2.36.6