From 33f890bfa213c6454ecb58abdba653d911dd2b81 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 8 Jan 2024 12:40:01 +0100 Subject: [PATCH] bump 1.11.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 0bbb555..b3556fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ UPGRADE: testng dep from 6.1.1 to 7.7.0 UPGRADE: HSQLDB from 2.2.9 to 2.7.1 +1.11.0 + UPGRADE: Java from 8 to 11 in Dockerfile UPGRADE: lxml from 4.6.5 to 4.9.1. UPGRADE: java mysql connector from 8.0.27 to 8.0.28 diff --git a/Dockerfile b/Dockerfile index bde3cc1..b649d1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG CLEAN_DEV_TOOLS # DB_ENDPOINT host[:port] ENV DB_ENDPOINT localhost -ENV KEYPASS_VERSION 1.10.0 +ENV KEYPASS_VERSION 1.11.0 ENV JAVA_VERSION "1.17.0" ENV JAVA_HOME /usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64 ENV CLEAN_DEV_TOOLS ${CLEAN_DEV_TOOLS:-1} diff --git a/pom.xml b/pom.xml index d04f66e..ad66b2c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ es.tid.fiware keypass - 1.10.0 + 1.11.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 e00b05d..353737f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ ############################ COMMON PROPERTIES sonar.projectKey=keypass sonar.projectName=Keypass -sonar.projectVersion=1.10.0 +sonar.projectVersion=1.11.0 ### SOURCES AND EXCLUSIONS sonar.sources=src