diff options
Diffstat (limited to 'cm-container')
-rw-r--r-- | cm-container/pom.xml | 2 | ||||
-rwxr-xr-x | cm-container/scripts/get-type-files.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 0a9100f..e13083d 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>2.0.0</version> + <version>2.0.1</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/cm-container/scripts/get-type-files.sh b/cm-container/scripts/get-type-files.sh index fb44175..aa50bb7 100755 --- a/cm-container/scripts/get-type-files.sh +++ b/cm-container/scripts/get-type-files.sh @@ -30,8 +30,8 @@ DCAETYPEFILES=\ "\ /dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ -/k8splugin/1.4.5/k8splugin_types.yaml \ /k8splugin/1.4.13/k8splugin_types.yaml \ +/k8splugin/1.6.0/k8splugin_types.yaml \ clamppolicyplugin/1.0.0/clamppolicyplugin_types.yaml \ " |