Skip to content

Commit ad52f99

Browse files
committed
bump 1.14.0
1 parent 72e0998 commit ad52f99

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.14.0
2+
13
ADD: new env vars for database connection: KEYPASS_DB_USER, KEYPASS_DB_NAME, KEYPASS_DB_PASSWORD, KEYPASS_DB_TYPE
24
ADD: allow to use PostgreSQL based DB instead of MySQL based DB (#205)
35
FIX: Upgrade Debian version from 12.9 to 12.10 in Dockerfile

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG CLEAN_DEV_TOOLS
77

88
# DB_ENDPOINT host[:port]
99
ENV DB_ENDPOINT localhost
10-
ENV KEYPASS_VERSION 1.13.0
10+
ENV KEYPASS_VERSION 1.14.0
1111
ENV JAVA_VERSION "1.17.0"
1212
ENV JAVA_HOME /usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64
1313
ENV CLEAN_DEV_TOOLS ${CLEAN_DEV_TOOLS:-1}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>es.tid.fiware</groupId>
66
<artifactId>keypass</artifactId>
7-
<version>1.13.0</version>
7+
<version>1.14.0</version>
88
<description>
99
Keypass is multi-tenant XACML server with PAP (Policy Administration
1010
Point) andPDP (Policy Detention Point) capabilities.

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############################ COMMON PROPERTIES
33
sonar.projectKey=keypass
44
sonar.projectName=Keypass
5-
sonar.projectVersion=1.13.0
5+
sonar.projectVersion=1.14.0
66

77
### SOURCES AND EXCLUSIONS
88
sonar.sources=src

0 commit comments

Comments
 (0)