From ad8ecac5efcd1d3049d6f14e1e9779ee68a8e79e Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 28 Oct 2021 08:48:47 +0200 Subject: [PATCH] bump 1.9.0 version --- ChangeLog | 2 ++ Dockerfile | 2 +- pom.xml | 2 +- sonar-project.properties | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f8ae0d..346a85b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.9.0 + ADD: Docker healthcheck for keypass API FIX: Remove warn about jdbc class driver ADD: Minimize Reconnection problems to MySQL servers (#154) diff --git a/Dockerfile b/Dockerfile index e41d993..df06ac7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER IoT team # DB_ENDPOINT host[:port] ENV DB_ENDPOINT localhost -ENV KEYPASS_VERSION 1.8.0 +ENV KEYPASS_VERSION 1.9.0 ENV JAVA_VERSION "1.8.0" ENV JAVA_HOME /usr/lib/jvm/java-${JAVA_VERSION}-openjdk diff --git a/pom.xml b/pom.xml index 13a5726..5fb9a43 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ es.tid.fiware keypass - 1.8.0 + 1.9.0 Keypass is multi-tenant XACML server with PAP (Policy Administration Point) andPDP (Policy Detention Point) capabilities. diff --git a/sonar-project.properties b/sonar-project.properties index f1ce5a9..5531799 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ ############################ COMMON PROPERTIES sonar.projectKey=keypass sonar.projectName=Keypass -sonar.projectVersion=1.8.0 +sonar.projectVersion=1.9.0 ### SOURCES AND EXCLUSIONS sonar.sources=src