diff options
author | Dan Timoney <dtimoney@att.com> | 2022-04-26 13:44:15 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-04-28 13:32:03 -0400 |
commit | b0ca47d64671f30d5f5b866cfb78e5177f3a2251 (patch) | |
tree | a684d6e4e3369b24040c498d6111c32b2cd254bd /ms/blueprintsprocessor/application | |
parent | c1628bf38231da93287009f736ac7e2c0ea8ffa7 (diff) |
Update versions for Kohn release
Update versions in master branch for Kohn release
Issue-ID: CCSDK-3641
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I78cbfb5ec5175e87233f263422f7323b22d352de
Diffstat (limited to 'ms/blueprintsprocessor/application')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index cf87aa6b3..300374bf8 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>blueprintsprocessor-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> |