From 8059f1ff3848d17d9036568101a6b89dfd6397e7 Mon Sep 17 00:00:00 2001 From: Benny Date: Thu, 21 Mar 2024 13:22:04 +0530 Subject: [PATCH] Version rollover to 1.1.8 Release Version rollover to 1.1.8 Release. Signed-off-by: Benny --- component-samples/aio/pom.xml | 2 +- component-samples/demo/aio/service.yml | 2 +- component-samples/demo/manufacturer/service.yml | 2 +- component-samples/demo/owner/service.yml | 2 +- component-samples/demo/reseller/service.yml | 2 +- component-samples/demo/rv/service.yml | 2 +- component-samples/device/pom.xml | 2 +- component-samples/pom.xml | 2 +- pom.xml | 4 ++-- protocol/pom.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/component-samples/aio/pom.xml b/component-samples/aio/pom.xml index f84e8e3b..0a486e0b 100644 --- a/component-samples/aio/pom.xml +++ b/component-samples/aio/pom.xml @@ -14,7 +14,7 @@ component-samples org.fidoalliance.fdo - 1.1.7 + 1.1.8 aio diff --git a/component-samples/demo/aio/service.yml b/component-samples/demo/aio/service.yml index 29c6c32e..bea897d7 100644 --- a/component-samples/demo/aio/service.yml +++ b/component-samples/demo/aio/service.yml @@ -9,7 +9,7 @@ hibernate-properties: system-properties: log4j.configurationFile: log4j2.xml app-data.dir: ./app-data - application.version: 1.1.7 + application.version: 1.1.8 server.api.user: $(api_user) server.api.password: "null" service.name: "All-in-one demo" diff --git a/component-samples/demo/manufacturer/service.yml b/component-samples/demo/manufacturer/service.yml index eead5c7b..698ce40b 100644 --- a/component-samples/demo/manufacturer/service.yml +++ b/component-samples/demo/manufacturer/service.yml @@ -9,7 +9,7 @@ hibernate-properties: system-properties: log4j.configurationFile: log4j2.xml app-data.dir: ./app-data - application.version: 1.1.7 + application.version: 1.1.8 service.name: "Manufacturer" server.api.user: $(api_user) server.api.password: "null" diff --git a/component-samples/demo/owner/service.yml b/component-samples/demo/owner/service.yml index 81f81908..b6db7116 100644 --- a/component-samples/demo/owner/service.yml +++ b/component-samples/demo/owner/service.yml @@ -9,7 +9,7 @@ hibernate-properties: system-properties: log4j.configurationFile: log4j2.xml app-data.dir: ./app-data - application.version: 1.1.7 + application.version: 1.1.8 service.name: "Owner" server.api.user: $(api_user) server.api.password: "null" diff --git a/component-samples/demo/reseller/service.yml b/component-samples/demo/reseller/service.yml index e17c0cda..98e5826e 100644 --- a/component-samples/demo/reseller/service.yml +++ b/component-samples/demo/reseller/service.yml @@ -9,7 +9,7 @@ hibernate-properties: system-properties: log4j.configurationFile: log4j2.xml app-data.dir: ./app-data - application.version: 1.1.7 + application.version: 1.1.8 service.name: "Reseller" server.api.user: $(api_user) server.api.password: "null" diff --git a/component-samples/demo/rv/service.yml b/component-samples/demo/rv/service.yml index 386dfd73..b30594a0 100644 --- a/component-samples/demo/rv/service.yml +++ b/component-samples/demo/rv/service.yml @@ -9,7 +9,7 @@ hibernate-properties: system-properties: log4j.configurationFile: log4j2.xml app-data.dir: ./app-data - application.version: 1.1.7 + application.version: 1.1.8 service.name: "Rendezvous" server.api.user: $(api_user) server.api.password: "null" diff --git a/component-samples/device/pom.xml b/component-samples/device/pom.xml index 8e5ed373..019b34a6 100644 --- a/component-samples/device/pom.xml +++ b/component-samples/device/pom.xml @@ -14,7 +14,7 @@ component-samples org.fidoalliance.fdo - 1.1.7 + 1.1.8 device diff --git a/component-samples/pom.xml b/component-samples/pom.xml index 437b113d..8f3aa462 100644 --- a/component-samples/pom.xml +++ b/component-samples/pom.xml @@ -11,7 +11,7 @@ fdo org.fidoalliance - 1.1.7 + 1.1.8 Component Service Samples diff --git a/pom.xml b/pom.xml index d082140c..ded759ac 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ fdo org.fidoalliance - 1.1.7 + 1.1.8 Protocol Reference Implementation pom @@ -24,7 +24,7 @@ --> - 1.1.7 + 1.1.8 diff --git a/protocol/pom.xml b/protocol/pom.xml index f5f35d95..25fa487f 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -14,7 +14,7 @@ fdo org.fidoalliance - 1.1.7 + 1.1.8 Protocol Core