diff --git a/component-samples/aio/pom.xml b/component-samples/aio/pom.xml
index 0a486e0b..d3ac4549 100644
--- a/component-samples/aio/pom.xml
+++ b/component-samples/aio/pom.xml
@@ -14,7 +14,7 @@
component-samples
org.fidoalliance.fdo
- 1.1.8
+ 1.1.9
aio
diff --git a/component-samples/demo/aio/service.yml b/component-samples/demo/aio/service.yml
index bea897d7..da6902d8 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.8
+ application.version: 1.1.9
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 698ce40b..9cbe923d 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.8
+ application.version: 1.1.9
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 b6db7116..0ff270eb 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.8
+ application.version: 1.1.9
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 98e5826e..1d4905da 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.8
+ application.version: 1.1.9
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 b30594a0..5c84f009 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.8
+ application.version: 1.1.9
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 019b34a6..39fb10fa 100644
--- a/component-samples/device/pom.xml
+++ b/component-samples/device/pom.xml
@@ -14,7 +14,7 @@
component-samples
org.fidoalliance.fdo
- 1.1.8
+ 1.1.9
device
diff --git a/component-samples/pom.xml b/component-samples/pom.xml
index 8f3aa462..39e6fb3c 100644
--- a/component-samples/pom.xml
+++ b/component-samples/pom.xml
@@ -11,7 +11,7 @@
fdo
org.fidoalliance
- 1.1.8
+ 1.1.9
Component Service Samples
diff --git a/pom.xml b/pom.xml
index ded759ac..8a8d2a3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
fdo
org.fidoalliance
- 1.1.8
+ 1.1.9
Protocol Reference Implementation
pom
@@ -24,7 +24,7 @@
-->
- 1.1.8
+ 1.1.9
diff --git a/protocol/pom.xml b/protocol/pom.xml
index 25fa487f..c7eb5f0d 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -14,7 +14,7 @@
fdo
org.fidoalliance
- 1.1.8
+ 1.1.9
Protocol Core