diff options
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rwxr-xr-x | ms/blueprintsprocessor/parent/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index a95e494d6..57af1b2f8 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -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> diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index d8266278c..403689c23 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -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> @@ -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> |