Skip to content

Commit

Permalink
[RELEASE] 1.2.0.RELEASE (ci_docker,ci_documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGuironnetRTE committed Apr 17, 2020
1 parent a831085 commit 67ff588
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0.SNAPSHOT
1.2.0.RELEASE
2 changes: 1 addition & 1 deletion services/core/actions/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: OperatorFabric ThirdParty Management API
version: 1.2.0.SNAPSHOT
version: 1.2.0.RELEASE
title: Action handling
termsOfService: ''
contact:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: OperatorFabric Card Consumer Service
version: 1.2.0.SNAPSHOT
version: 1.2.0.RELEASE
title: Card Management API
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/core/thirds/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: OperatorFabric ThirdParty Management API
version: 1.2.0.SNAPSHOT
version: 1.2.0.RELEASE
title: Thirds Management
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: OperatorFabric User Management API
version: 1.2.0.SNAPSHOT
version: 1.2.0.RELEASE
title: User Management
termsOfService: ''
contact:
Expand Down
18 changes: 9 additions & 9 deletions src/main/docker/deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
container_name: config
depends_on:
- rabbitmq
image: "lfeoperatorfabric/of-configuration-cloud-service:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-configuration-cloud-service:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2000:8080"
Expand All @@ -53,7 +53,7 @@ services:
container_name: registry
depends_on:
- config
image: "lfeoperatorfabric/of-registry-cloud-service:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-registry-cloud-service:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2001:8080"
Expand All @@ -69,7 +69,7 @@ services:
container_name: client_gateway
depends_on:
- registry
image: "lfeoperatorfabric/of-client-gateway-cloud-service:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-client-gateway-cloud-service:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2002:8080"
Expand All @@ -84,7 +84,7 @@ services:
container_name: users
depends_on:
- registry
image: "lfeoperatorfabric/of-users-business-service:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-users-business-service:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2103:8080"
Expand All @@ -99,7 +99,7 @@ services:
container_name: thirds
depends_on:
- registry
image: "lfeoperatorfabric/of-thirds-business-service:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-thirds-business-service:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2100:8080"
Expand All @@ -115,7 +115,7 @@ services:
container_name: cards-publication
depends_on:
- registry
image: "lfeoperatorfabric/of-cards-publication-business-service:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-cards-publication-business-service:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2102:8080"
Expand All @@ -130,7 +130,7 @@ services:
container_name: cards-consultation
depends_on:
- registry
image: "lfeoperatorfabric/of-cards-consultation-business-service:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-cards-consultation-business-service:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2104:8080"
Expand All @@ -145,7 +145,7 @@ services:
container_name: actions
depends_on:
- registry
image: "lfeoperatorfabric/of-actions-business-service:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-actions-business-service:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2105:8080"
Expand All @@ -160,7 +160,7 @@ services:
container_name: web-ui
depends_on:
- registry
image: "lfeoperatorfabric/of-web-ui:1.1.0.RELEASE"
image: "lfeoperatorfabric/of-web-ui:1.2.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2200:8080"
Expand Down

0 comments on commit 67ff588

Please sign in to comment.