diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-05-19 00:37:18 +0000 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-05-19 00:37:36 +0000 |
commit | 09c6ef2dddf3289b42eac39119af01d292330caf (patch) | |
tree | 9c4dc48ab382280a7d499d7b6db65e871992ab21 | |
parent | b5a3125dcc25390587689f223fdce9e4ea50b609 (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-x | pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/features/pom.xml | 1 | ||||
-rwxr-xr-x | restapi-call-node/features/pom.xml | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -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> |