summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile-template2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile-template b/Dockerfile-template
index 9810009..6bf6bfb 100644
--- a/Dockerfile-template
+++ b/Dockerfile-template
@@ -30,7 +30,7 @@ RUN curl -Ssf -L "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-lin
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
diff --git a/pom.xml b/pom.xml
index 3582431..22d0197 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<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>
diff --git a/version.properties b/version.properties
index b292db5..91dd40e 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=2
-minor=0
-patch=4
+minor=1
+patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT