Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Version rollover to 1.1.9 Release (#82)
Browse files Browse the repository at this point in the history
Version rollover to 1.1.9 Release.

Signed-off-by: Benny <[email protected]>
  • Loading branch information
DukeDavis12 authored Jul 4, 2024
1 parent 502e4f2 commit b4e2d3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ $ curl --cacert ./certs/ca.cert.pem https://localhost:1180/health
Expected result:
```
{
"version": "1.1.8"
"version": "1.1.9"
}
```

Expand Down
2 changes: 1 addition & 1 deletion demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: '2.4'
services:

epid-verification-service:
image: epid-verification-service:1.1.8
image: epid-verification-service:1.1.9
container_name: epid-verification-service
expose:
- "1180"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>epid-verification-service</artifactId>
<name>FDO EPID Verification Service App</name>
<packaging>jar</packaging>
<version>1.1.8</version>
<version>1.1.9</version>
<description>FDO EPID Verification Service App</description>

<!--
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2021 Intel Corporation
# SPDX-License-Identifier: Apache 2.0

info.build.version: 1.1.8
info.build.version: 1.1.9

server.port: 1180
server.connection-timeout: 70000
Expand Down

0 comments on commit b4e2d3e

Please sign in to comment.