Version update (1.1.1) 23/111423/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 19 Aug 2020 14:07:12 +0000 (14:07 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 19 Aug 2020 14:07:23 +0000 (14:07 +0000)
Issue-ID: DCAEGEN2-2292

Change-Id: I2f68cbed1dff7c615bbad08102f090fc6a01b04f
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
components/pm-subscription-handler/pom.xml
components/pm-subscription-handler/setup.py
components/pm-subscription-handler/version.properties

index 94198d2..2fa95b8 100644 (file)
@@ -2,6 +2,7 @@
 <!--
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2019 Nordix Foundation.
+#  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.
@@ -31,7 +32,7 @@
   <groupId>org.onap.dcaegen2.services</groupId>
   <artifactId>pmsh</artifactId>
   <name>dcaegen2-services-pm-subscription-handler</name>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sonar.sources>.</sonar.sources>
index 04df305..c16323e 100644 (file)
@@ -1,5 +1,6 @@
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2019-2020 Nordix Foundation.
+#  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.
@@ -20,7 +21,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="pm_subscription_handler",
-    version="1.1.0",
+    version="1.1.1",
     packages=find_packages(),
     author="lego@est.tech",
     author_email="lego@est.tech",
index 7b8b963..9461aa9 100644 (file)
@@ -1,6 +1,6 @@
 major=1
 minor=1
-patch=0
+patch=1
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT