Skip to content

Commit

Permalink
bump 1.9.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 28, 2021
1 parent 95df3d4 commit ad8ecac
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.9.0

ADD: Docker healthcheck for keypass API
FIX: Remove warn about jdbc class driver
ADD: Minimize Reconnection problems to MySQL servers (#154)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.8.0</version>
<version>1.9.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.8.0
sonar.projectVersion=1.9.0

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

0 comments on commit ad8ecac

Please sign in to comment.