summaryrefslogtreecommitdiffstats
path: root/relationships
diff options
context:
space:
mode:
Diffstat (limited to 'relationships')
-rw-r--r--relationships/pom.xml2
-rw-r--r--relationships/relationship-types.yaml2
-rw-r--r--relationships/setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/relationships/pom.xml b/relationships/pom.xml
index 4a1ef79..b4337ca 100644
--- a/relationships/pom.xml
+++ b/relationships/pom.xml
@@ -23,7 +23,7 @@ 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>relationships</artifactId>
diff --git a/relationships/relationship-types.yaml b/relationships/relationship-types.yaml
index 5625af5..25e86e7 100644
--- a/relationships/relationship-types.yaml
+++ b/relationships/relationship-types.yaml
@@ -24,7 +24,7 @@ plugins:
relationships:
executor: 'central_deployment_agent'
package_name: relationshipplugin
- package_version: 1.0.0
+ package_version: 1.1.0
relationships:
# The relationship type here is to be used between service component nodes. What is achieved here is
diff --git a/relationships/setup.py b/relationships/setup.py
index 7facd65..c4eb941 100644
--- a/relationships/setup.py
+++ b/relationships/setup.py
@@ -25,7 +25,7 @@ from setuptools import setup
setup(
name='relationshipplugin',
description='',
- version="1.0.0",
+ version="1.1.0",
author='Michael Hwang, Tommy Carpenter',
packages=['relationshipplugin'],
zip_safe=False,