diff options
-rwxr-xr-x | asdcApi/features/pom.xml | 1 | ||||
-rwxr-xr-x | dataChange/features/pom.xml | 1 | ||||
-rwxr-xr-x | dmaap-listener/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rwxr-xr-x | ueb-listener/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/features/pom.xml | 1 | ||||
-rw-r--r-- | vnftools/features/pom.xml | 1 |
7 files changed, 7 insertions, 3 deletions
diff --git a/asdcApi/features/pom.xml b/asdcApi/features/pom.xml index 2e0e46cb..ff9c92bf 100755 --- a/asdcApi/features/pom.xml +++ b/asdcApi/features/pom.xml @@ -46,6 +46,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/dataChange/features/pom.xml b/dataChange/features/pom.xml index 2ca14724..9405e5a5 100755 --- a/dataChange/features/pom.xml +++ b/dataChange/features/pom.xml @@ -44,6 +44,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/dmaap-listener/pom.xml b/dmaap-listener/pom.xml index 944ca86d..9ddfd281 100755 --- a/dmaap-listener/pom.xml +++ b/dmaap-listener/pom.xml @@ -65,7 +65,7 @@ <dependency> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>dblib-provider</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${sdnctl.dblib.version}</version> </dependency> </dependencies> <build> @@ -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/ueb-listener/pom.xml b/ueb-listener/pom.xml index 23ebd531..02095c16 100755 --- a/ueb-listener/pom.xml +++ b/ueb-listener/pom.xml @@ -65,7 +65,7 @@ <dependency> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>dblib-provider</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${sdnctl.dblib.version}</version> </dependency> </dependencies> <build> diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml index d4ac98c1..d43647da 100644 --- a/vnfapi/features/pom.xml +++ b/vnfapi/features/pom.xml @@ -44,6 +44,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/vnftools/features/pom.xml b/vnftools/features/pom.xml index 34cdacc7..0a69d853 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/pom.xml @@ -42,6 +42,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>opendaylight-karaf-empty</artifactId> + <version>${odl.karaf.empty.distro.version}</version> <type>zip</type> </dependency> |