Bump version to hawkBit 0.3.0M3

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
Dominic Schabel
2019-05-21 14:17:59 +02:00
parent e82f348063
commit c941157b45
5 changed files with 159 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ set -euxo pipefail
# http://www.eclipse.org/legal/epl-v10.html
#
HAWKBIT_VERSION="0.3.0M2"
MARIADB_DRIVER_VERSION="2.3.0"
HAWKBIT_VERSION="0.3.0M3"
MARIADB_DRIVER_VERSION="2.4.1"
BASE_IMAGE="openjdk:8u201-jre-alpine"
##################################################