diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-10-08 14:15:06 +0000 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2018-10-08 21:49:33 +0000 |
commit | b654b73cc9144b451149f7bb0d2264ded8f4b7b4 (patch) | |
tree | fcf27b474eb49dbc756b58e19e7e94ea15a7c921 /cm-container/pom.xml | |
parent | 65e8bdac293ea4d9af9b2e24b9e8ea0e437ad11a (diff) |
fix heat setup - include docker plugin
Updating pom.xml for k8s-container to include
new bp submitted part of https://gerrit.onap.org/r/#/c/70005/1
Change-Id: Id6dc722cba007654356ce15983f10a7a8bda60cf
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-861
Diffstat (limited to 'cm-container/pom.xml')
-rw-r--r-- | cm-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |