diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-17 17:14:05 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-17 17:15:08 +0000 |
commit | 40323db34bfe85c69e768c22e5f46b777cc4b24c (patch) | |
tree | b1c8cabf1273bb3d6a1c22acb042fc2366adb273 /cm-container | |
parent | c5afcd09bc8e735365b540a596ec49e88ae971fb (diff) |
Update k8s plugin to 1.1.0, policy to 2.3.0
Change-Id: I91948175a56f902c9d4c2dade5c3a6ead8c9790a
Issue-ID: DCAEGEN2-447
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'cm-container')
-rwxr-xr-x | cm-container/get-type-files.sh | 4 | ||||
-rw-r--r-- | cm-container/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cm-container/get-type-files.sh b/cm-container/get-type-files.sh index 414c8e1..06d8e47 100755 --- a/cm-container/get-type-files.sh +++ b/cm-container/get-type-files.sh @@ -29,9 +29,9 @@ DEST=/opt/manager/resources/onapspec DCAETYPEFILES=\ "\ -/dcaepolicyplugin/2.2.1/dcaepolicyplugin_types.yaml \ +/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ -/k8splugin/1.0.1/k8splugin_types.yaml \ +/k8splugin/1.1.0/k8splugin_types.yaml \ " diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 6d7114a..5abfe68 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>1.2.0</version> + <version>1.3.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |