diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-31 14:10:53 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-31 14:10:53 -0400 |
commit | a33cd39d723343cc7c177b93c4fac705cb03bf4c (patch) | |
tree | 51cdda90d3ffb2311dc18b3425f2710441b488a9 /ms/sliboot | |
parent | ea7465434dd782402c03557597d124a462cc8554 (diff) |
Roll versions t next minor release
Roll versions to next minor release, for ONAP Kohn release
Issue-ID: CCSDK-3623
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic4e4a60651f1983f876f0afeb335adc6e8d75091
Diffstat (limited to 'ms/sliboot')
-rw-r--r-- | ms/sliboot/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 270ce703..644398c7 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>sliboot</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-apps :: sliboot :: ${project.artifactId}</name> |