Skip to content

Commit

Permalink
[RELEASE] 1.3.0.RELEASE (ci_docker,ci_documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGuironnetRTE committed May 13, 2020
1 parent 41dd2cb commit 8fae137
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.3.0.SNAPSHOT
1.3.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.3.0.SNAPSHOT
version: 1.3.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.3.0.SNAPSHOT
version: 1.3.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.3.0.SNAPSHOT
version: 1.3.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.3.0.SNAPSHOT
version: 1.3.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 @@ -30,7 +30,7 @@ services:
container_name: config
depends_on:
- rabbitmq
image: "lfeoperatorfabric/of-configuration-cloud-service:snapshot"
image: "lfeoperatorfabric/of-configuration-cloud-service:1.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2000:8080"
Expand All @@ -51,7 +51,7 @@ services:
container_name: registry
depends_on:
- config
image: "lfeoperatorfabric/of-registry-cloud-service:snapshot"
image: "lfeoperatorfabric/of-registry-cloud-service:1.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2001:8080"
Expand All @@ -67,7 +67,7 @@ services:
container_name: client_gateway
depends_on:
- registry
image: "lfeoperatorfabric/of-client-gateway-cloud-service:snapshot"
image: "lfeoperatorfabric/of-client-gateway-cloud-service:1.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2002:8080"
Expand All @@ -82,7 +82,7 @@ services:
container_name: users
depends_on:
- registry
image: "lfeoperatorfabric/of-users-business-service:snapshot"
image: "lfeoperatorfabric/of-users-business-service:1.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2103:8080"
Expand All @@ -97,7 +97,7 @@ services:
container_name: thirds
depends_on:
- registry
image: "lfeoperatorfabric/of-thirds-business-service:snapshot"
image: "lfeoperatorfabric/of-thirds-business-service:1.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2100:8080"
Expand All @@ -113,7 +113,7 @@ services:
container_name: cards-publication
depends_on:
- registry
image: "lfeoperatorfabric/of-cards-publication-business-service:snapshot"
image: "lfeoperatorfabric/of-cards-publication-business-service:1.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2102:8080"
Expand All @@ -128,7 +128,7 @@ services:
container_name: cards-consultation
depends_on:
- registry
image: "lfeoperatorfabric/of-cards-consultation-business-service:snapshot"
image: "lfeoperatorfabric/of-cards-consultation-business-service:1.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2104:8080"
Expand All @@ -143,7 +143,7 @@ services:
container_name: actions
depends_on:
- registry
image: "lfeoperatorfabric/of-actions-business-service:snapshot"
image: "lfeoperatorfabric/of-actions-business-service:1.3.0.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2105:8080"
Expand All @@ -155,6 +155,6 @@ services:
volumes:
- "../../../../src/main/docker/certificates:/certificates_to_add"
web-ui:
image: "lfeoperatorfabric/of-web-ui:snapshot"
image: "lfeoperatorfabric/of-web-ui:1.3.0.RELEASE"
ports:
- "2200:80"

0 comments on commit 8fae137

Please sign in to comment.