diff options
author | 2020-11-30 09:59:56 +0000 | |
---|---|---|
committer | 2020-11-30 09:59:56 +0000 | |
commit | fc2d10b79e582723f84288dc134fe15617f19b0e (patch) | |
tree | faf61771ecde85bcdcce1e403edca755677639db /standardization/moher-api/server-adapters/reactor-netty | |
parent | 31be3fbd527699ff456aac39cd163a735f2f8a48 (diff) | |
parent | 200889e7427038869127555aeb6bcd63809a453b (diff) |
Merge "Update Reactor version and upgrade TestContainers"
Diffstat (limited to 'standardization/moher-api/server-adapters/reactor-netty')
-rw-r--r-- | standardization/moher-api/server-adapters/reactor-netty/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standardization/moher-api/server-adapters/reactor-netty/pom.xml b/standardization/moher-api/server-adapters/reactor-netty/pom.xml index 2051e1d8..c731124b 100644 --- a/standardization/moher-api/server-adapters/reactor-netty/pom.xml +++ b/standardization/moher-api/server-adapters/reactor-netty/pom.xml @@ -3,7 +3,7 @@ ~ ============LICENSE_START======================================================= ~ DCAEGEN2-SERVICES-SDK ~ ================================================================================ - ~ Copyright (C) 2019 Nokia + ~ Copyright (C) 2019-2020 Nokia ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ <parent> <artifactId>dcaegen2-sdk-moher-server-adapters</artifactId> <groupId>org.onap.dcaegen2.services.sdk</groupId> - <version>1.4.4-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <name>Monitoring and Healthcheck :: Server Adapters :: Reactor Netty</name> |