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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22,13 +22,13 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.3.3</version> + <version>2.4.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-aggregator</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Aggregator</name> @@ -73,6 +73,7 @@ limitations under the License. <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> + <ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version> <ccsdk.cds.version>${project.version}</ccsdk.cds.version> </properties> |