From 71ade3766ac30f55774543c0985f67541a369c78 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 22 Oct 2013 22:03:55 -0500 Subject: [PATCH] Fix for $[netconf.version} issues. Change-Id: I39bc581dbb09f5f145fd5d9b08c6872b58f29184 Signed-off-by: Ed Warnicke --- opendaylight/netconf/config-netconf-connector/pom.xml | 2 +- opendaylight/netconf/config-persister-impl/pom.xml | 2 +- opendaylight/netconf/netconf-api/pom.xml | 2 +- opendaylight/netconf/netconf-client/pom.xml | 2 +- opendaylight/netconf/netconf-impl/pom.xml | 2 +- opendaylight/netconf/netconf-it/pom.xml | 2 +- opendaylight/netconf/netconf-mapping-api/pom.xml | 2 +- opendaylight/netconf/netconf-util/pom.xml | 2 +- opendaylight/netconf/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/opendaylight/netconf/config-netconf-connector/pom.xml b/opendaylight/netconf/config-netconf-connector/pom.xml index e3bcf504c0..3e3e3f2341 100755 --- a/opendaylight/netconf/config-netconf-connector/pom.xml +++ b/opendaylight/netconf/config-netconf-connector/pom.xml @@ -5,7 +5,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.2-SNAPSHOT config-netconf-connector ${project.artifactId} diff --git a/opendaylight/netconf/config-persister-impl/pom.xml b/opendaylight/netconf/config-persister-impl/pom.xml index 668d7d905b..ffc80c0a19 100644 --- a/opendaylight/netconf/config-persister-impl/pom.xml +++ b/opendaylight/netconf/config-persister-impl/pom.xml @@ -5,7 +5,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.2-SNAPSHOT config-persister-impl ${project.artifactId} diff --git a/opendaylight/netconf/netconf-api/pom.xml b/opendaylight/netconf/netconf-api/pom.xml index 8d800be2f7..69c0660dc5 100644 --- a/opendaylight/netconf/netconf-api/pom.xml +++ b/opendaylight/netconf/netconf-api/pom.xml @@ -6,7 +6,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.2-SNAPSHOT 4.0.0 netconf-api diff --git a/opendaylight/netconf/netconf-client/pom.xml b/opendaylight/netconf/netconf-client/pom.xml index f557a21aed..edd84937d6 100644 --- a/opendaylight/netconf/netconf-client/pom.xml +++ b/opendaylight/netconf/netconf-client/pom.xml @@ -5,7 +5,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.2-SNAPSHOT netconf-client ${project.artifactId} diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index 2b3ddc1038..ba0723d787 100644 --- a/opendaylight/netconf/netconf-impl/pom.xml +++ b/opendaylight/netconf/netconf-impl/pom.xml @@ -5,7 +5,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.2-SNAPSHOT 4.0.0 netconf-impl diff --git a/opendaylight/netconf/netconf-it/pom.xml b/opendaylight/netconf/netconf-it/pom.xml index a64d7f3de5..6facfa8fba 100644 --- a/opendaylight/netconf/netconf-it/pom.xml +++ b/opendaylight/netconf/netconf-it/pom.xml @@ -7,7 +7,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.2-SNAPSHOT netconf-it diff --git a/opendaylight/netconf/netconf-mapping-api/pom.xml b/opendaylight/netconf/netconf-mapping-api/pom.xml index a9928a6dc6..9fb820695a 100644 --- a/opendaylight/netconf/netconf-mapping-api/pom.xml +++ b/opendaylight/netconf/netconf-mapping-api/pom.xml @@ -6,7 +6,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.2-SNAPSHOT 4.0.0 netconf-mapping-api diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index 0dbb45cbdf..b180a67823 100644 --- a/opendaylight/netconf/netconf-util/pom.xml +++ b/opendaylight/netconf/netconf-util/pom.xml @@ -5,7 +5,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.2-SNAPSHOT netconf-util ${project.artifactId} diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 840f557f51..8436a1388b 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -9,7 +9,7 @@ ../commons/opendaylight - ${netconf.version} + 0.2.2-SNAPSHOT netconf-subsystem pom ${project.artifactId} -- 2.36.6