aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-05-19 00:37:18 +0000
committerGuo Ruijing <ruijing.guo@intel.com>2017-05-19 00:37:36 +0000
commit09c6ef2dddf3289b42eac39119af01d292330caf (patch)
tree9c4dc48ab382280a7d499d7b6db65e871992ab21
parentb5a3125dcc25390587689f223fdce9e4ea50b609 (diff)
use 1.1.1 rootpom and add version for karaf-empty
Change-Id: Ibbb0d7aafe7521877eeb6cf9e6bbffbbfdaa30de Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
-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>