From 404bc281d2a1195c22adf1fefdcaa43a05ccfec0 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 24 Jan 2014 21:54:07 -0600 Subject: [PATCH] Small fix to finally fix dryrun. Turns out that the lack of directory hiearchy matching our pom hierarchy requires some redeclaration of properties. Change-Id: I5b608ba9599ac5d9d54d1898f4f45f68001ada5e Signed-off-by: Ed Warnicke --- opendaylight/config/config-plugin-parent/pom.xml | 1 + opendaylight/config/pom.xml | 1 + opendaylight/netconf/pom.xml | 2 ++ 3 files changed, 4 insertions(+) diff --git a/opendaylight/config/config-plugin-parent/pom.xml b/opendaylight/config/config-plugin-parent/pom.xml index 0117098ee1..b8f8d9822b 100644 --- a/opendaylight/config/config-plugin-parent/pom.xml +++ b/opendaylight/config/config-plugin-parent/pom.xml @@ -16,6 +16,7 @@ ${project.build.directory}/generated-sources/config + 0.2.3-SNAPSHOT diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index ad6ac31860..9eede7765b 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -69,6 +69,7 @@ 0.6.2.201302030002 1.7.2 ${project.build.directory}/generated-sources/sal + 0.2.3-SNAPSHOT diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index b70586f432..b419df0bbe 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -50,6 +50,8 @@ 2.4.0 1.7.2 4.0.10.Final + 0.2.3-SNAPSHOT + 0.2.3-SNAPSHOT -- 2.36.6