summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conductor/docker/Dockerfile2
-rw-r--r--conductor/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 4 insertions, 4 deletions
diff --git a/conductor/docker/Dockerfile b/conductor/docker/Dockerfile
index 448fd03..027f383 100644
--- a/conductor/docker/Dockerfile
+++ b/conductor/docker/Dockerfile
@@ -45,7 +45,7 @@ RUN apk --update add unzip && \
apk add fcgiwrap && \
apk add bash vim && \
pip install --no-cache-dir --upgrade pip && \
- apk add --virtual build-dependencies build-base linux-headers pcre-dev libffi-dev libxslt-dev libressl-dev && \
+ apk add --virtual build-dependencies build-base linux-headers pcre-dev libffi-dev libxslt-dev openssl-dev && \
pip install --no-cache-dir uwsgi
# Get, Install, cleanup and setup
diff --git a/conductor/pom.xml b/conductor/pom.xml
index f992038..975a75c 100644
--- a/conductor/pom.xml
+++ b/conductor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.optf.has</groupId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<artifactId>optf-has</artifactId>
</parent>
diff --git a/pom.xml b/pom.xml
index b0a484e..fb7e269 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<artifactId>optf-has</artifactId>
<name>optf-has</name>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<description>Homing Allocation Service</description>
<modules>
diff --git a/version.properties b/version.properties
index b44b2ee..45237bc 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=2
minor=1
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}