Skip to content

Commit

Permalink
Version rollover to 1.1.9 Release
Browse files Browse the repository at this point in the history
  Version rollover to 1.1.9 Release.

Signed-off-by: Benny <[email protected]>
  • Loading branch information
DukeDavis12 committed Jun 27, 2024
1 parent 221c309 commit 7e0d1b9
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion component-samples/aio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>component-samples</artifactId>
<groupId>org.fidoalliance.fdo</groupId>
<version>1.1.8</version>
<version>1.1.9</version>
</parent>

<artifactId>aio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component-samples/demo/aio/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion component-samples/demo/manufacturer/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion component-samples/demo/owner/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion component-samples/demo/reseller/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion component-samples/demo/rv/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion component-samples/device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>component-samples</artifactId>
<groupId>org.fidoalliance.fdo</groupId>
<version>1.1.8</version>
<version>1.1.9</version>
</parent>

<artifactId>device</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>fdo</artifactId>
<groupId>org.fidoalliance</groupId>
<version>1.1.8</version>
<version>1.1.9</version>
</parent>

<name>Component Service Samples</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<artifactId>fdo</artifactId>
<groupId>org.fidoalliance</groupId>
<version>1.1.8</version>
<version>1.1.9</version>
<name>Protocol Reference Implementation</name>
<packaging>pom</packaging>

Expand All @@ -24,7 +24,7 @@
-->
<properties>
<!-- FDO Dependency Version -->
<fdo.version>1.1.8</fdo.version>
<fdo.version>1.1.9</fdo.version>


<!-- Dependency Version -->
Expand Down
2 changes: 1 addition & 1 deletion protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>fdo</artifactId>
<groupId>org.fidoalliance</groupId>
<version>1.1.8</version>
<version>1.1.9</version>
</parent>

<name>Protocol Core</name>
Expand Down

0 comments on commit 7e0d1b9

Please sign in to comment.