summaryrefslogtreecommitdiffstats
path: root/dcae-policy
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-policy')
-rw-r--r--dcae-policy/dcaepolicy-node-type.yaml2
-rw-r--r--dcae-policy/pom.xml4
-rw-r--r--dcae-policy/setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/dcae-policy/dcaepolicy-node-type.yaml b/dcae-policy/dcaepolicy-node-type.yaml
index ec7f373..75d2137 100644
--- a/dcae-policy/dcaepolicy-node-type.yaml
+++ b/dcae-policy/dcaepolicy-node-type.yaml
@@ -20,7 +20,7 @@ plugins:
dcaepolicy:
executor: 'central_deployment_agent'
package_name: dcaepolicyplugin
- package_version: 2.3.2
+ package_version: 2.4.0
data_types:
# the properties inside dcae.data.policy_filter are identical to /getConfig API of policy-engine except the requestID field.
diff --git a/dcae-policy/pom.xml b/dcae-policy/pom.xml
index 0b8da47..aa29708 100644
--- a/dcae-policy/pom.xml
+++ b/dcae-policy/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>dcae-policy</artifactId>
<name>dcae-policy-plugin</name>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.4.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/dcae-policy/setup.py b/dcae-policy/setup.py
index b95e303..de0f29c 100644
--- a/dcae-policy/setup.py
+++ b/dcae-policy/setup.py
@@ -24,7 +24,7 @@ from setuptools import setup
setup(
name='dcaepolicyplugin',
description='Cloudify plugin for dcae.nodes.policy node to retrieve the policy config',
- version="2.3.2",
+ version="2.4.0",
author='Alex Shatov',
packages=['dcaepolicyplugin'],
install_requires=[