Skip to content

Commit

Permalink
bump 1.6.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jun 23, 2020
1 parent 674426c commit 8a8d44d
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.6.0

ADD: fix Centos 7.7.1908 version in dockerfile
ADD: Fix net.sf.ehcache.skipUpdateCheck (#136)
ADD: upgrade java mysql connector from 5.1.47 to 5.1.49
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.5.0
ENV KEYPASS_VERSION 1.6.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.5.0</version>
<version>1.6.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.5.0
sonar.projectVersion=1.6.0

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

0 comments on commit 8a8d44d

Please sign in to comment.