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

Commit c43f203

Browse files
authored
Version rollover to 1.10.8-SNAPSHOT (#84)
Version rollover to 1.10.8-SNAPSHOT. Signed-off-by: Davis Benny <davis.benny@intel.com>
1 parent dd9b000 commit c43f203

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
pids_limit: 100
3030

3131
u-rendezvous-service:
32-
image: rendezvous-service:1.10.7
32+
image: rendezvous-service:1.10.8-SNAPSHOT
3333
container_name: rendezvous-service
3434
expose:
3535
- "8000"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>rendezvous-service</artifactId>
1313
<name>SDO Rendezvous Service WebApp</name>
1414
<packaging>war</packaging>
15-
<version>1.10.7</version>
15+
<version>1.10.8-SNAPSHOT</version>
1616
<description>SDO Rendezvous Service WebApp</description>
1717

1818
<parent>

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2019 Intel Corporation
22
# SPDX-License-Identifier: Apache 2.0
33

4-
info.build.version=1.10.7
4+
info.build.version=1.10.8-SNAPSHOT
55

66
rendezvous.hmacSecret=
77
rendezvous.tOTokenExpirationTime=15

0 commit comments

Comments
 (0)