Skip to content

Commit

Permalink
[RELEASE] 3.3.0.RELEASE
Browse files Browse the repository at this point in the history
Signed-off-by: vlo-rte <[email protected]>
  • Loading branch information
vlo-rte committed Jan 10, 2022
1 parent b6b2df0 commit d1675fb
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SNAPSHOT
3.3.0.RELEASE
4 changes: 2 additions & 2 deletions config/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- "90:9990"
web-ui:
container_name: web-ui
image: "lfeoperatorfabric/of-web-ui:SNAPSHOT"
image: "lfeoperatorfabric/of-web-ui:3.3.0.RELEASE"
ports:
- "2002:80"
volumes:
Expand All @@ -37,6 +37,6 @@ services:
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
- "./loggingResults:/etc/nginx/html/logging"
ext-app:
image: "lfeoperatorfabric/of-external-app:SNAPSHOT"
image: "lfeoperatorfabric/of-external-app:3.3.0.RELEASE"
ports:
- "8090:8090"
18 changes: 9 additions & 9 deletions config/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
# - "90:9990"
users:
container_name: users
image: "lfeoperatorfabric/of-users-business-service:SNAPSHOT"
image: "lfeoperatorfabric/of-users-business-service:3.3.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -59,7 +59,7 @@ services:
- ${CONFIG_PATH}:/external-config
businessconfig:
container_name: businessconfig
image: "lfeoperatorfabric/of-businessconfig-business-service:SNAPSHOT"
image: "lfeoperatorfabric/of-businessconfig-business-service:3.3.0.RELEASE"
depends_on:
- mongodb
user: ${USER_ID}:${USER_GID}
Expand All @@ -77,7 +77,7 @@ services:
- ${CONFIG_PATH}:/external-config
cards-publication:
container_name: cards-publication
image: "lfeoperatorfabric/of-cards-publication-business-service:SNAPSHOT"
image: "lfeoperatorfabric/of-cards-publication-business-service:3.3.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -95,7 +95,7 @@ services:
- ${CONFIG_PATH}:/external-config
cards-consultation:
container_name: cards-consultation
image: "lfeoperatorfabric/of-cards-consultation-business-service:SNAPSHOT"
image: "lfeoperatorfabric/of-cards-consultation-business-service:3.3.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -113,7 +113,7 @@ services:
- ${CONFIG_PATH}:/external-config
web-ui:
container_name: web-ui
image: "lfeoperatorfabric/of-web-ui:SNAPSHOT"
image: "lfeoperatorfabric/of-web-ui:3.3.0.RELEASE"
ports:
- "2002:80"
depends_on:
Expand All @@ -127,7 +127,7 @@ services:
# - "./custom-sounds:/usr/share/nginx/html/assets/sounds"
external-devices:
container_name: external-devices
image: "lfeoperatorfabric/of-external-devices-service:SNAPSHOT"
image: "lfeoperatorfabric/of-external-devices-service:3.3.0.RELEASE"
depends_on:
- mongodb
- users
Expand All @@ -148,13 +148,13 @@ services:
# External application example
ext-app:

image: "lfeoperatorfabric/of-external-app:SNAPSHOT"
image: "lfeoperatorfabric/of-external-app:3.3.0.RELEASE"
ports:
- "8090:8090"
# Dummy external devices using Modbus Protocol
dummy-modbus-device_1:
container_name: dummy-modbus-device_1
image: "lfeoperatorfabric/of-dummy-modbus-device:SNAPSHOT"
image: "lfeoperatorfabric/of-dummy-modbus-device:3.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "4031:4030"
Expand All @@ -167,7 +167,7 @@ services:
- ${CONFIG_PATH}:/external-config
dummy-modbus-device_2:
container_name: dummy-modbus-device_2
image: "lfeoperatorfabric/of-dummy-modbus-device:SNAPSHOT"
image: "lfeoperatorfabric/of-dummy-modbus-device:3.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "4032:4030"
Expand Down
4 changes: 2 additions & 2 deletions config/docker/ui-config/web-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"hideAckFilter": false,
"hideResponseFilter": false,
"hideApplyFiltersToTimeLineChoice":false,
"hideApplyFiltersToTimeLineChoice": false,
"secondsBeforeLttdForClockDisplay": 3700,
"hideReadSort": false,
"hideSeveritySort": false,
Expand Down Expand Up @@ -133,7 +133,7 @@
"operatorfabric": {
"name": "OperatorFabric",
"rank": 0,
"version": "SNAPSHOT"
"version": "3.3.0.RELEASE"
}
},
"infos": {
Expand Down
2 changes: 1 addition & 1 deletion services/businessconfig/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
version: SNAPSHOT
version: 3.3.0.RELEASE
title: BusinessConfig Management
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/cards-publication/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
version: SNAPSHOT
version: 3.3.0.RELEASE
title: Card Management API
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/external-devices/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
version: SNAPSHOT
version: 3.3.0.RELEASE
title: External Devices Management
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/users/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
version: SNAPSHOT
version: 3.3.0.RELEASE
title: User Management
termsOfService: ''
contact:
Expand Down

0 comments on commit d1675fb

Please sign in to comment.