diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-11-30 09:59:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-30 09:59:56 +0000 |
commit | fc2d10b79e582723f84288dc134fe15617f19b0e (patch) | |
tree | faf61771ecde85bcdcce1e403edca755677639db /rest-services/model/pom.xml | |
parent | 31be3fbd527699ff456aac39cd163a735f2f8a48 (diff) | |
parent | 200889e7427038869127555aeb6bcd63809a453b (diff) |
Merge "Update Reactor version and upgrade TestContainers"
Diffstat (limited to 'rest-services/model/pom.xml')
-rw-r--r-- | rest-services/model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rest-services/model/pom.xml b/rest-services/model/pom.xml index bd91a8ce..52887c40 100644 --- a/rest-services/model/pom.xml +++ b/rest-services/model/pom.xml @@ -3,7 +3,7 @@ ~ ============LICENSE_START==================================== ~ DCAEGEN2-SERVICES-SDK ~ ========================================================= - ~ Copyright (C) 2019 Nokia. All rights reserved. + ~ Copyright (C) 2019-2020 Nokia. All rights reserved. ~ ========================================================= ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>dcaegen2-services-sdk-rest-services</artifactId> - <version>1.4.4-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |