diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-08-19 18:01:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-19 18:01:58 +0000 |
commit | 5d431539eeacf02cc425a06a64e9801f37df2b05 (patch) | |
tree | fbca0d47a7007ade226fbd03c3d2db1a9ae2a459 | |
parent | 9ab25d944bbffb87fde7928c35fe2e7391a988dc (diff) | |
parent | 66ae1f86dd66a064c6095fce19bc7dd6dd072473 (diff) |
Merge "Version update (1.1.0)"
-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> |