diff options
author | 2020-08-26 12:32:50 +0000 | |
---|---|---|
committer | 2020-08-27 08:00:39 +0000 | |
commit | 72dc0c883bfbc27dfe240d06f1871a85b4a2fd35 (patch) | |
tree | a1f59fb43da73b6905e48c3bd8a71b3f14146935 /mod/onboardingapi/pom.xml | |
parent | 66ae1f86dd66a064c6095fce19bc7dd6dd072473 (diff) |
Run in Python 3.8
Use Docker image prepared by integration team
Issue-ID: DCAEGEN2-2292
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I4d147c14d0a6a0c93648b07567ccd7b6b594f0f1
Diffstat (limited to 'mod/onboardingapi/pom.xml')
-rw-r--r-- | mod/onboardingapi/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/onboardingapi/pom.xml b/mod/onboardingapi/pom.xml index 2c85ea2..e8f97a0 100644 --- a/mod/onboardingapi/pom.xml +++ b/mod/onboardingapi/pom.xml @@ -2,6 +2,7 @@ <!-- ================================================================================ Copyright (c) 2017-2020 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. @@ -22,7 +23,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>dcaegen2-platform-mod-onboardingapi</artifactId> <name>dcaegen2-platform-mod-onboardingapi</name> - <version>2.12.2-SNAPSHOT</version> + <version>2.12.3-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |