summaryrefslogtreecommitdiffstats
path: root/cm-container
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-10-10 15:47:45 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-10 15:47:45 +0000
commit7ee1fad9f8d94ccefb3cf4976a4e17605977d2ed (patch)
tree0674ccf55a2419ec1c4665f0d2a182ab6c63758b /cm-container
parentc4f74e1be04c3a60119ef047fb81795093ab2735 (diff)
parentb654b73cc9144b451149f7bb0d2264ded8f4b7b4 (diff)
Merge "fix heat setup - include docker plugin"
Diffstat (limited to 'cm-container')
-rwxr-xr-xcm-container/get-type-files.sh1
-rw-r--r--cm-container/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/cm-container/get-type-files.sh b/cm-container/get-type-files.sh
index 95dda9e..720ac03 100755
--- a/cm-container/get-type-files.sh
+++ b/cm-container/get-type-files.sh
@@ -32,6 +32,7 @@ DCAETYPEFILES=\
/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \
/relationshipplugin/1.0.0/relationshipplugin_types.yaml \
/k8splugin/1.4.3/k8splugin_types.yaml \
+/dockerplugin/3.2.0/dockerplugin_types.yaml \
"
diff --git a/cm-container/pom.xml b/cm-container/pom.xml
index 584bb92..895f3c3 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.4.1</version>
+ <version>1.4.2</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>