diff options
-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> |