Fix master build failure 70/91670/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 18 Jul 2019 12:21:12 +0000 (08:21 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 18 Jul 2019 12:21:12 +0000 (08:21 -0400)
master branch builds were failing due to errors in one of the pom.xml files

Change-Id: Ic66adf654303e3664dd46bdd7ee7220c0f107b97
Issue-ID: CCSDK-1378
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
ccsdk-app-os/pom.xml

index d39021b..f4c24fa 100644 (file)
@@ -21,7 +21,7 @@
                <springframework.version>4.3.22.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
                <epsdk.version>2.5.0</epsdk.version>
-               <ccsdk.version>1.1.0-SNAPSHOT</ccsdk.version>
+               <ccsdk.version>${project.version}</ccsdk.version>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>content/repositories/releases/</releaseNexusPath>