Skip to content

Commit

Permalink
[RELEASE] 2.11.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 Oct 18, 2021
1 parent 9037a11 commit c349929
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SNAPSHOT
2.11.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 @@ -26,7 +26,7 @@ services:
- "89:8080"
- "90:9990"
web-ui:
image: "lfeoperatorfabric/of-web-ui:SNAPSHOT"
image: "lfeoperatorfabric/of-web-ui:2.11.0.RELEASE"
#user: ${USER_ID}:${USER_GID}
ports:
- "2002:80"
Expand All @@ -36,6 +36,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:2.11.0.RELEASE"
ports:
- "8090:8090"
12 changes: 6 additions & 6 deletions config/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
# - "90:9990"
users:
container_name: users
image: "lfeoperatorfabric/of-users-business-service:SNAPSHOT"
image: "lfeoperatorfabric/of-users-business-service:2.11.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -46,7 +46,7 @@ services:
- ${CONFIG_PATH}:/external-config
businessconfig:
container_name: businessconfig
image: "lfeoperatorfabric/of-businessconfig-business-service:SNAPSHOT"
image: "lfeoperatorfabric/of-businessconfig-business-service:2.11.0.RELEASE"
depends_on:
- mongodb
user: ${USER_ID}:${USER_GID}
Expand All @@ -64,7 +64,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:2.11.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -82,7 +82,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:2.11.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -99,7 +99,7 @@ services:
- "./cards-consultation-docker.yml:/config/application-docker.yml"
- ${CONFIG_PATH}:/external-config
web-ui:
image: "lfeoperatorfabric/of-web-ui:SNAPSHOT"
image: "lfeoperatorfabric/of-web-ui:2.11.0.RELEASE"
ports:
- "2002:80"
depends_on:
Expand All @@ -111,6 +111,6 @@ services:
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
ext-app:
# External application example, must not be activated in production mode
image: "lfeoperatorfabric/of-external-app:SNAPSHOT"
image: "lfeoperatorfabric/of-external-app:2.11.0.RELEASE"
ports:
- "8090:8090"
2 changes: 1 addition & 1 deletion config/docker/ui-config/web-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"operatorfabric": {
"name": "OperatorFabric",
"rank": 0,
"version": "SNAPSHOT"
"version": "2.11.0.RELEASE"
}
},
"infos": {
Expand Down
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: 2.11.0.RELEASE
title: BusinessConfig Management
termsOfService: ''
contact:
Expand Down
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: 2.11.0.RELEASE
title: Card Management API
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/core/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: 2.11.0.RELEASE
title: User Management
termsOfService: ''
contact:
Expand Down

0 comments on commit c349929

Please sign in to comment.