summaryrefslogtreecommitdiffstats
path: root/cdap
diff options
context:
space:
mode:
Diffstat (limited to 'cdap')
-rw-r--r--cdap/Changelog.md3
-rwxr-xr-xcdap/cdap_types.yaml2
-rw-r--r--cdap/cdapplugin/setup.py2
-rw-r--r--cdap/pom.xml4
4 files changed, 7 insertions, 4 deletions
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.
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>cdap</artifactId>
<name>cdap-plugin</name>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>