diff --git a/VERSION b/VERSION index 63c82a3f79..9f1cacb787 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0.SNAPSHOT +1.2.0.RELEASE diff --git a/services/core/actions/src/main/modeling/swagger.yaml b/services/core/actions/src/main/modeling/swagger.yaml index 0f19394fe1..79c2b91efb 100755 --- a/services/core/actions/src/main/modeling/swagger.yaml +++ b/services/core/actions/src/main/modeling/swagger.yaml @@ -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: diff --git a/services/core/cards-publication/src/main/modeling/swagger.yaml b/services/core/cards-publication/src/main/modeling/swagger.yaml index b2619af618..9b4919e1f0 100755 --- a/services/core/cards-publication/src/main/modeling/swagger.yaml +++ b/services/core/cards-publication/src/main/modeling/swagger.yaml @@ -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: diff --git a/services/core/thirds/src/main/modeling/swagger.yaml b/services/core/thirds/src/main/modeling/swagger.yaml index b26b432936..220b99d62c 100755 --- a/services/core/thirds/src/main/modeling/swagger.yaml +++ b/services/core/thirds/src/main/modeling/swagger.yaml @@ -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: diff --git a/services/core/users/src/main/modeling/swagger.yaml b/services/core/users/src/main/modeling/swagger.yaml index 96fa233ef2..0f7ba2f681 100755 --- a/services/core/users/src/main/modeling/swagger.yaml +++ b/services/core/users/src/main/modeling/swagger.yaml @@ -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: diff --git a/src/main/docker/deploy/docker-compose.yml b/src/main/docker/deploy/docker-compose.yml index 092264a747..c2fc64ecd2 100755 --- a/src/main/docker/deploy/docker-compose.yml +++ b/src/main/docker/deploy/docker-compose.yml @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"