From ea6096d25e1860f726e3a0e3102e73efd4c7c638 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Fri, 10 Jul 2020 09:12:34 +0200 Subject: [PATCH] bump 1.7.0 --- 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 9001843..5839e02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.7.0 + ADD: Fix serverTimezone to UTC in mysql jdbc driver uri ADD: upgrade java mysql connector from 5.1.49 to 8.0.16 diff --git a/Dockerfile b/Dockerfile index efd5a4c..ceaf7e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER IoT team # DB_ENDPOINT host[:port] ENV DB_ENDPOINT localhost -ENV KEYPASS_VERSION 1.6.0 +ENV KEYPASS_VERSION 1.7.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 5854879..8cf1d10 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ es.tid.fiware keypass - 1.6.0 + 1.7.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 9fae788..b91abf3 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ ############################ COMMON PROPERTIES sonar.projectKey=keypass sonar.projectName=Keypass -sonar.projectVersion=1.6.0 +sonar.projectVersion=1.7.0 ### SOURCES AND EXCLUSIONS sonar.sources=src