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.8-SNAPSHOT (#84)
Browse files Browse the repository at this point in the history
Version rollover to 1.10.8-SNAPSHOT.

Signed-off-by: Davis Benny <[email protected]>
  • Loading branch information
DukeDavis12 authored Jan 23, 2023
1 parent dd9b000 commit c43f203
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
image: rendezvous-service:1.10.8-SNAPSHOT
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</version>
<version>1.10.8-SNAPSHOT</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
info.build.version=1.10.8-SNAPSHOT

rendezvous.hmacSecret=
rendezvous.tOTokenExpirationTime=15
Expand Down

0 comments on commit c43f203

Please sign in to comment.