Skip to content

Commit

Permalink
bump 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Mar 5, 2021
1 parent 328b967 commit 2941c1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.8.0

Upgrade Dockerfile base image from centos7.7.1908 to centos7.9.2009
ADD: env var to set db user and password in docker entry point (#142)

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.7.0
ENV KEYPASS_VERSION 1.8.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 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.7.0
sonar.projectVersion=1.8.0

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

0 comments on commit 2941c1e

Please sign in to comment.