aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpom.xml2
-rwxr-xr-xproperties-node/features/pom.xml1
-rwxr-xr-xrestapi-call-node/features/pom.xml1
3 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1222ca0..907e905 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/properties-node/features/pom.xml b/properties-node/features/pom.xml
index 0b2fd9d..06c5046 100755
--- a/properties-node/features/pom.xml
+++ b/properties-node/features/pom.xml
@@ -43,6 +43,7 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>opendaylight-karaf-empty</artifactId>
+ <version>${odl.karaf.empty.distro.version}</version>
<type>zip</type>
</dependency>
diff --git a/restapi-call-node/features/pom.xml b/restapi-call-node/features/pom.xml
index becaca2..355f30f 100755
--- a/restapi-call-node/features/pom.xml
+++ b/restapi-call-node/features/pom.xml
@@ -43,6 +43,7 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>opendaylight-karaf-empty</artifactId>
+ <version>${odl.karaf.empty.distro.version}</version>
<type>zip</type>
</dependency>