From 6039a8d4554d4078bc7dad182a7cfc17df765250 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 19 Oct 2016 09:51:45 +0200 Subject: [PATCH] BUG-6980: rename commons.opendaylight.version Just for coherence, this patch renames commons.opendaylight.version to odlparent.version. Change-Id: Ic74f8ec405a3806208f1b517f8ee91e09e581eff Signed-off-by: Stephen Kitt --- features/bgp/pom.xml | 4 ++-- features/bmp/pom.xml | 2 +- features/pcep/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/features/bgp/pom.xml b/features/bgp/pom.xml index 57d2b0db83..d7b4b1618f 100644 --- a/features/bgp/pom.xml +++ b/features/bgp/pom.xml @@ -27,7 +27,7 @@ 1.5.0-SNAPSHOT 0.10.0-SNAPSHOT 0.6.0-SNAPSHOT - 1.8.0-SNAPSHOT + 1.8.0-SNAPSHOT @@ -78,7 +78,7 @@ org.opendaylight.odlparent odlparent-artifacts - ${commons.opendaylight.version} + ${odlparent.version} import pom diff --git a/features/bmp/pom.xml b/features/bmp/pom.xml index 885fc7d6d7..f1218ad8be 100644 --- a/features/bmp/pom.xml +++ b/features/bmp/pom.xml @@ -15,7 +15,7 @@ 1.5.0-SNAPSHOT 0.10.0-SNAPSHOT 0.6.0-SNAPSHOT - 1.8.0-SNAPSHOT + 1.8.0-SNAPSHOT diff --git a/features/pcep/pom.xml b/features/pcep/pom.xml index 68ae954972..2f513b4bdb 100644 --- a/features/pcep/pom.xml +++ b/features/pcep/pom.xml @@ -26,7 +26,7 @@ 1.1.0-SNAPSHOT 1.5.0-SNAPSHOT 0.6.0-SNAPSHOT - 1.8.0-SNAPSHOT + 1.8.0-SNAPSHOT 0.10.0-SNAPSHOT @@ -69,7 +69,7 @@ org.opendaylight.odlparent odlparent-artifacts - ${commons.opendaylight.version} + ${odlparent.version} import pom -- 2.36.6