diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-20 14:51:18 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-23 08:11:01 -0400 |
commit | 1103fb30b92c54519bf3628a33d8c2ae21a14d70 (patch) | |
tree | 8fa511afac7cffe9990b17f376c3a3725cfa8f36 /ms/blueprintsprocessor/parent | |
parent | fad730f39c435c2282c02371294eea37573de6b3 (diff) |
Roll to next Casablanca snapshot
Roll to next Casablanca snapshot
Change-Id: I432cd05ecbafa27462a30ae1f325919d2aed0204
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rw-r--r-- | ms/blueprintsprocessor/parent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 5b27ae8b..7747e557 100644 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>blueprintsprocessor</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.3.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> <artifactId>parent</artifactId> @@ -29,7 +29,7 @@ <name>Blueprints Processor Parent</name> <description>Blueprints Processor Parent</description> <properties> - <controllerblueprints.version>0.3.1-SNAPSHOT</controllerblueprints.version> + <controllerblueprints.version>${project.version}</controllerblueprints.version> <spring.boot.version>2.0.4.RELEASE</spring.boot.version> <spring.version>5.0.8.RELEASE</spring.version> <kotlin.version>1.2.60</kotlin.version> |