diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2020-08-19 06:00:00 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2020-08-19 14:09:16 +0000 |
commit | 66ae1f86dd66a064c6095fce19bc7dd6dd072473 (patch) | |
tree | 7b8d50fa494778baccc76795bb64244f1c6afc45 /mod/distributorapi/pom.xml | |
parent | ddba82af8a3a85c2fdf26349b9bb88e2d0a2c0d8 (diff) |
Version update (1.1.0)1.1.0-mod-distributorapi
Issue-ID: DCAEGEN2-2292
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I24170b6caaf6a7917fe605b67eaf2233b5a70ce5
Diffstat (limited to 'mod/distributorapi/pom.xml')
-rw-r--r-- | mod/distributorapi/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/distributorapi/pom.xml b/mod/distributorapi/pom.xml index 45096b1..75ed7a7 100644 --- a/mod/distributorapi/pom.xml +++ b/mod/distributorapi/pom.xml @@ -4,6 +4,7 @@ org.onap.dcae ================================================================================ Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +Copyright 2020 Deutsche Telekom. 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. @@ -23,7 +24,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>dcaegen2-platform-mod-distributorapi</artifactId> <!-- NOTE: Must keep this version synchronized with the version in distributor/version.py file --> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.sources>.</sonar.sources> |