From 4682668e697b71bbc1be4133cb66fad0df1b735b Mon Sep 17 00:00:00 2001 From: Miroslav Los Date: Mon, 9 Dec 2019 15:57:46 +0100 Subject: Update versions for all plugins Signed-off-by: Miroslav Los Issue-ID: DCAEGEN2-1986 Change-Id: Id4cc1cd9c6c5fb0c013f950b11b7799fa9f4fcfa --- cdap/Changelog.md | 3 +++ cdap/cdap_types.yaml | 2 +- cdap/cdapplugin/setup.py | 2 +- cdap/pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) (limited to 'cdap') diff --git a/cdap/Changelog.md b/cdap/Changelog.md index afd4094..53220e7 100644 --- a/cdap/Changelog.md +++ b/cdap/Changelog.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [14.3.0] +* DCAEGEN2-1956 support python3 in all plugins + ## [14.2.5] - Sep 21 2017 * Use the public pypi version of policy lib diff --git a/cdap/cdap_types.yaml b/cdap/cdap_types.yaml index 42e40b9..ae0f146 100755 --- a/cdap/cdap_types.yaml +++ b/cdap/cdap_types.yaml @@ -23,7 +23,7 @@ plugins: cdap_deploy: executor: central_deployment_agent package_name: cdapcloudify - package_version: 14.2.5 + package_version: 14.3.0 data_types: cdap_connections: diff --git a/cdap/cdapplugin/setup.py b/cdap/cdapplugin/setup.py index 978af27..5ef6cc6 100644 --- a/cdap/cdapplugin/setup.py +++ b/cdap/cdapplugin/setup.py @@ -23,7 +23,7 @@ from setuptools import setup, find_packages setup( name = "cdapcloudify", - version = "14.2.5", + version = "14.3.0", packages=find_packages(), author = "Tommy Carpenter", author_email = "tommy@research.att.com", diff --git a/cdap/pom.xml b/cdap/pom.xml index 477d68d..6c34227 100644 --- a/cdap/pom.xml +++ b/cdap/pom.xml @@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform plugins - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.dcaegen2.platform.plugins cdap cdap-plugin - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT http://maven.apache.org -- cgit 1.2.3-korg