Use released version 1.5.1 of CCSDK parent poms 61/100761/2
authorDan Timoney <dtimoney@att.com>
Fri, 24 Jan 2020 15:46:31 +0000 (10:46 -0500)
committerDan Timoney <dtimoney@att.com>
Fri, 24 Jan 2020 20:49:04 +0000 (15:49 -0500)
Use released version 1.5.1 of CCSDK parent poms

Change-Id: I3644ef502540210e873a3f93ab4b1990c0bd92af
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
cds-ui/pom.xml
ms/blueprintsprocessor/parent/pom.xml
pom.xml

index a95e494..57af1b2 100644 (file)
@@ -24,7 +24,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.0</version>
+        <version>1.5.1</version>
         <relativePath/>
     </parent>
 
index d826627..403689c 100755 (executable)
@@ -33,6 +33,8 @@
 
     <properties>
         <sli.version>${ccsdk.sli.core.version}</sli.version>
+       <!-- Override CDS version from parent to be project.version -->
+       <ccsdk.cds.version>${project.version}</ccsdk.cds.version>
         <dmaap.client.version>1.1.5</dmaap.client.version>
         <nats.version>2.6.6</nats.version>
         <nats.streaming.version>2.2.3</nats.streaming.version>
diff --git a/pom.xml b/pom.xml
index 65ee5c1..73a8e1b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1</version>
         <relativePath/>
     </parent>