Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
version rollover to 1.10.7 release (#82)
Browse files Browse the repository at this point in the history
version rollover to 1.10.7 release.

Signed-off-by: Davis Benny <[email protected]>
  • Loading branch information
DukeDavis12 authored Oct 21, 2022
1 parent 413ede4 commit dd9b000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
pids_limit: 100

u-rendezvous-service:
image: rendezvous-service:1.10.7-SNAPSHOT
image: rendezvous-service:1.10.7
container_name: rendezvous-service
expose:
- "8000"
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>rendezvous-service</artifactId>
<name>SDO Rendezvous Service WebApp</name>
<packaging>war</packaging>
<version>1.10.7-SNAPSHOT</version>
<version>1.10.7</version>
<description>SDO Rendezvous Service WebApp</description>

<parent>
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 2019 Intel Corporation
# SPDX-License-Identifier: Apache 2.0

info.build.version=1.10.7-SNAPSHOT
info.build.version=1.10.7

rendezvous.hmacSecret=
rendezvous.tOTokenExpirationTime=15
Expand Down

0 comments on commit dd9b000

Please sign in to comment.