Skip to content

Commit

Permalink
bump 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jul 10, 2020
1 parent cae5c4b commit ea6096d
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.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

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.6.0
ENV KEYPASS_VERSION 1.7.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.6.0</version>
<version>1.7.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.6.0
sonar.projectVersion=1.7.0

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

0 comments on commit ea6096d

Please sign in to comment.