Skip to content

Commit

Permalink
Merge pull request #199 from telefonicaid/release/1.12.0
Browse files Browse the repository at this point in the history
bump 1.12.0
  • Loading branch information
fgalan authored Sep 17, 2024
2 parents 40d55fe + 1b069ab commit efb5a29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.12.0

FIX: Restore owner of /opt/keypass files
FIX: startup error log about liquidbase (#171)
FIX: startup log exception about InaccessibleObjectException (#195)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG CLEAN_DEV_TOOLS

# DB_ENDPOINT host[:port]
ENV DB_ENDPOINT localhost
ENV KEYPASS_VERSION 1.11.0
ENV KEYPASS_VERSION 1.12.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}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>es.tid.fiware</groupId>
<artifactId>keypass</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
<description>
Keypass is multi-tenant XACML server with PAP (Policy Administration
Point) andPDP (Policy Detention Point) capabilities.
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############################ COMMON PROPERTIES
sonar.projectKey=keypass
sonar.projectName=Keypass
sonar.projectVersion=1.11.0
sonar.projectVersion=1.12.0

### SOURCES AND EXCLUSIONS
sonar.sources=src
Expand Down

0 comments on commit efb5a29

Please sign in to comment.