fix some build issues 35/4435/1
authorGuo Ruijing <ruijing.guo@intel.com>
Tue, 23 May 2017 07:14:07 +0000 (07:14 +0000)
committerGuo Ruijing <ruijing.guo@intel.com>
Tue, 23 May 2017 07:20:28 +0000 (07:20 +0000)
1. use 1.1.1 rootpom
2. add verson for opendaylight-karaf-empty
3. use parameter for dblib-provider

Change-Id: Ia68a765011c70eae4a7275b33bc2906ed95ba5fb
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
asdcApi/features/pom.xml
dataChange/features/pom.xml
dmaap-listener/pom.xml
pom.xml
ueb-listener/pom.xml
vnfapi/features/pom.xml
vnftools/features/pom.xml

index 2e0e46c..ff9c92b 100755 (executable)
@@ -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>
 
index 2ca1472..9405e5a 100755 (executable)
@@ -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>
 
index 944ca86..9ddfd28 100755 (executable)
@@ -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/pom.xml b/pom.xml
index 294118b..05b0ec7 100644 (file)
--- 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>
index 23ebd53..02095c1 100755 (executable)
@@ -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>
index d4ac98c..d43647d 100644 (file)
@@ -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>
 
index 34cdacc..0a69d85 100644 (file)
@@ -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>