The password reset change for cm-container also
changed the version of Cloudify Manager, which
requires a corresponding change to the Cloudify
CLI installed on the bootstrap container.
Issue-ID: DCAEGEN2-1975
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I8957f48c326c64efe172e31d61008d08116c596e
 RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
   && python get-pip.py \
   && rm get-pip.py \
-  && pip install cloudify==4.5.5
+  && pip install cloudify==20.03.03
 
 # Copy scripts
 RUN mkdir scripts
 
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>k8s-bootstrap-container</artifactId>
   <name>dcaegen2-deployments-k8s-bootstrap-container</name>
-  <version>2.0.4-SNAPSHOT</version>
+  <version>2.1.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
 
 
 major=2\r
-minor=0\r
-patch=4\r
+minor=1\r
+patch=0\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r