diff options
-rw-r--r-- | conductor/docker/Dockerfile | 2 | ||||
-rw-r--r-- | conductor/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
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> @@ -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} |