From d6866297086d9763e1b02ae3a3df06cff6c5129f Mon Sep 17 00:00:00 2001 From: Eric Wittmann Date: Sun, 25 Aug 2019 12:43:09 -0400 Subject: [PATCH] Prepare for release v0.2.38.Final --- back-end/hub-api/pom.xml | 2 +- back-end/hub-codegen/pom.xml | 2 +- back-end/hub-core/pom.xml | 2 +- back-end/hub-editing/pom.xml | 2 +- back-end/pom.xml | 2 +- back-end/test-core/pom.xml | 2 +- .../apicurio-standalone-template.yml | 32 +++++++++---------- distro/openshift/apicurio-template.yml | 24 +++++++------- distro/pom.xml | 2 +- distro/quickstart/pom.xml | 2 +- front-end/pom.xml | 2 +- front-end/servlet/pom.xml | 2 +- front-end/studio/package.json | 2 +- front-end/studio/pom.xml | 2 +- platforms/pom.xml | 2 +- platforms/thorntail/api/pom.xml | 2 +- platforms/thorntail/pom.xml | 2 +- platforms/thorntail/ui/pom.xml | 2 +- platforms/thorntail/ws/pom.xml | 2 +- platforms/wildfly/api/pom.xml | 2 +- platforms/wildfly/pom.xml | 2 +- platforms/wildfly/ui/pom.xml | 2 +- platforms/wildfly/ws/pom.xml | 2 +- pom.xml | 2 +- shared/beans/pom.xml | 2 +- shared/config/pom.xml | 2 +- shared/pom.xml | 2 +- shared/servlet/pom.xml | 2 +- test/integration/api/pom.xml | 2 +- test/integration/arquillian/pom.xml | 2 +- test/integration/common/pom.xml | 2 +- test/integration/pom.xml | 2 +- test/integration/single-node-keycloak/pom.xml | 2 +- test/integration/ws/pom.xml | 2 +- test/pom.xml | 2 +- tools/httpmon/pom.xml | 2 +- tools/perf-test/pom.xml | 2 +- tools/pom.xml | 2 +- tools/release/pom.xml | 2 +- 39 files changed, 65 insertions(+), 65 deletions(-) diff --git a/back-end/hub-api/pom.xml b/back-end/hub-api/pom.xml index c47b67630..f0752fd64 100644 --- a/back-end/hub-api/pom.xml +++ b/back-end/hub-api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-be - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-be-hub-api diff --git a/back-end/hub-codegen/pom.xml b/back-end/hub-codegen/pom.xml index 00e953d32..08a4ac5b3 100644 --- a/back-end/hub-codegen/pom.xml +++ b/back-end/hub-codegen/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-be - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-be-hub-codegen diff --git a/back-end/hub-core/pom.xml b/back-end/hub-core/pom.xml index 9fc21d29f..d7b4c8dcf 100644 --- a/back-end/hub-core/pom.xml +++ b/back-end/hub-core/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-be - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-be-hub-core diff --git a/back-end/hub-editing/pom.xml b/back-end/hub-editing/pom.xml index cffedca58..d659ca18c 100644 --- a/back-end/hub-editing/pom.xml +++ b/back-end/hub-editing/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-be - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-be-hub-editing diff --git a/back-end/pom.xml b/back-end/pom.xml index b4d7d95a3..3f9c65e61 100644 --- a/back-end/pom.xml +++ b/back-end/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-be diff --git a/back-end/test-core/pom.xml b/back-end/test-core/pom.xml index f4adf3195..c6a44fa8f 100644 --- a/back-end/test-core/pom.xml +++ b/back-end/test-core/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-be - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-be-test-core diff --git a/distro/openshift/apicurio-standalone-template.yml b/distro/openshift/apicurio-standalone-template.yml index ecb1302a5..f856030cf 100644 --- a/distro/openshift/apicurio-standalone-template.yml +++ b/distro/openshift/apicurio-standalone-template.yml @@ -30,10 +30,10 @@ objects: name: auth spec: tags: - - name: latest-release + - name: 0.2.38.Final from: kind: DockerImage - name: apicurio/apicurio-studio-auth:latest-release + name: apicurio/apicurio-studio-auth:0.2.38.Final importPolicy: scheduled: true - apiVersion: v1 @@ -42,10 +42,10 @@ objects: name: api spec: tags: - - name: latest-release + - name: 0.2.38.Final from: kind: DockerImage - name: apicurio/apicurio-studio-api:latest-release + name: apicurio/apicurio-studio-api:0.2.38.Final importPolicy: scheduled: true - apiVersion: v1 @@ -54,10 +54,10 @@ objects: name: ws spec: tags: - - name: latest-release + - name: 0.2.38.Final from: kind: DockerImage - name: apicurio/apicurio-studio-ws:latest-release + name: apicurio/apicurio-studio-ws:0.2.38.Final importPolicy: scheduled: true - apiVersion: v1 @@ -66,10 +66,10 @@ objects: name: ui spec: tags: - - name: latest-release + - name: 0.2.38.Final from: kind: DockerImage - name: apicurio/apicurio-studio-ui:latest-release + name: apicurio/apicurio-studio-ui:0.2.38.Final importPolicy: scheduled: true # Persistent volumes: Keycloak and Postgresql @@ -349,7 +349,7 @@ objects: persistentVolumeClaim: claimName: keycloak-data containers: - - image: auth:latest-release + - image: auth:0.2.38.Final imagePullPolicy: Always name: apicurio-studio-auth volumeMounts: @@ -412,7 +412,7 @@ objects: - apicurio-studio-auth from: kind: ImageStreamTag - name: 'auth:latest-release' + name: 'auth:0.2.38.Final' status: {} # Apicurio API Deployment Configuration # ##################################### @@ -445,7 +445,7 @@ objects: spec: replicas: 1 containers: - - image: api:latest-release + - image: api:0.2.38.Final imagePullPolicy: Always name: apicurio-studio-api ports: @@ -515,7 +515,7 @@ objects: - apicurio-studio-api from: kind: ImageStreamTag - name: 'api:latest-release' + name: 'api:0.2.38.Final' - type: ConfigChange status: {} # Apicurio WS Deployment Configuration @@ -549,7 +549,7 @@ objects: spec: replicas: 1 containers: - - image: ws:latest-release + - image: ws:0.2.38.Final imagePullPolicy: Always name: apicurio-studio-ws ports: @@ -615,7 +615,7 @@ objects: - apicurio-studio-ws from: kind: ImageStreamTag - name: 'ws:latest-release' + name: 'ws:0.2.38.Final' - type: ConfigChange status: {} # Apicurio UI Deployment Configuration @@ -649,7 +649,7 @@ objects: spec: replicas: 1 containers: - - image: ui:latest-release + - image: ui:0.2.38.Final imagePullPolicy: Always name: apicurio-studio-ui ports: @@ -709,7 +709,7 @@ objects: - apicurio-studio-ui from: kind: ImageStreamTag - name: 'ui:latest-release' + name: 'ui:0.2.38.Final' - type: ConfigChange status: {} # The Routes: auth, api, ws, ui (no route needed for postgresql) diff --git a/distro/openshift/apicurio-template.yml b/distro/openshift/apicurio-template.yml index de55d488f..eadfe0e2e 100644 --- a/distro/openshift/apicurio-template.yml +++ b/distro/openshift/apicurio-template.yml @@ -19,10 +19,10 @@ objects: name: api spec: tags: - - name: latest-release + - name: 0.2.38.Final from: kind: DockerImage - name: apicurio/apicurio-studio-api:latest-release + name: apicurio/apicurio-studio-api:0.2.38.Final importPolicy: scheduled: true - apiVersion: v1 @@ -31,10 +31,10 @@ objects: name: ws spec: tags: - - name: latest-release + - name: 0.2.38.Final from: kind: DockerImage - name: apicurio/apicurio-studio-ws:latest-release + name: apicurio/apicurio-studio-ws:0.2.38.Final importPolicy: scheduled: true - apiVersion: v1 @@ -43,10 +43,10 @@ objects: name: ui spec: tags: - - name: latest-release + - name: 0.2.38.Final from: kind: DockerImage - name: apicurio/apicurio-studio-ui:latest-release + name: apicurio/apicurio-studio-ui:0.2.38.Final importPolicy: scheduled: true # Services for: API, WS, UI @@ -142,7 +142,7 @@ objects: spec: replicas: 1 containers: - - image: api:latest-release + - image: api:0.2.38.Final imagePullPolicy: Always name: apicurio-studio-api ports: @@ -212,7 +212,7 @@ objects: - apicurio-studio-api from: kind: ImageStreamTag - name: 'api:latest-release' + name: 'api:0.2.38.Final' - type: ConfigChange status: {} # Apicurio WS Deployment Configuration @@ -246,7 +246,7 @@ objects: spec: replicas: 1 containers: - - image: ws:latest-release + - image: ws:0.2.38.Final imagePullPolicy: Always name: apicurio-studio-ws ports: @@ -312,7 +312,7 @@ objects: - apicurio-studio-ws from: kind: ImageStreamTag - name: 'ws:latest-release' + name: 'ws:0.2.38.Final' - type: ConfigChange status: {} # Apicurio UI Deployment Configuration @@ -346,7 +346,7 @@ objects: spec: replicas: 1 containers: - - image: ui:latest-release + - image: ui:0.2.38.Final imagePullPolicy: Always name: apicurio-studio-ui ports: @@ -406,7 +406,7 @@ objects: - apicurio-studio-ui from: kind: ImageStreamTag - name: 'ui:latest-release' + name: 'ui:0.2.38.Final' - type: ConfigChange status: {} # The Routes: auth, api, ws, ui (no route needed for postgresql) diff --git a/distro/pom.xml b/distro/pom.xml index 32d5c335b..86e63407f 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-distro diff --git a/distro/quickstart/pom.xml b/distro/quickstart/pom.xml index 5a55c845f..549a0d856 100644 --- a/distro/quickstart/pom.xml +++ b/distro/quickstart/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-distro - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-distro-quickstart diff --git a/front-end/pom.xml b/front-end/pom.xml index 09a4509c8..51182e35b 100644 --- a/front-end/pom.xml +++ b/front-end/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-fe diff --git a/front-end/servlet/pom.xml b/front-end/servlet/pom.xml index 49a860e38..6fbc438b2 100644 --- a/front-end/servlet/pom.xml +++ b/front-end/servlet/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-fe - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-fe-servlet diff --git a/front-end/studio/package.json b/front-end/studio/package.json index ae25db366..8aaf3dc4b 100644 --- a/front-end/studio/package.json +++ b/front-end/studio/package.json @@ -1,6 +1,6 @@ { "name": "apicurio-design-studio", - "version": "0.2.37", + "version": "0.2.38", "description": "A web application to help design restful APIs.", "author": "Eric Wittmann", "license": "Apache-2.0", diff --git a/front-end/studio/pom.xml b/front-end/studio/pom.xml index 1eaf5f53b..663deb852 100644 --- a/front-end/studio/pom.xml +++ b/front-end/studio/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-fe - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-fe-studio diff --git a/platforms/pom.xml b/platforms/pom.xml index 30038cd56..2122b299d 100644 --- a/platforms/pom.xml +++ b/platforms/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms diff --git a/platforms/thorntail/api/pom.xml b/platforms/thorntail/api/pom.xml index e04e01c4e..22d46e847 100644 --- a/platforms/thorntail/api/pom.xml +++ b/platforms/thorntail/api/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms-thorntail - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms-thorntail-api diff --git a/platforms/thorntail/pom.xml b/platforms/thorntail/pom.xml index b87f75bd9..660ff85dd 100644 --- a/platforms/thorntail/pom.xml +++ b/platforms/thorntail/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms-thorntail diff --git a/platforms/thorntail/ui/pom.xml b/platforms/thorntail/ui/pom.xml index 32d051988..bc5200278 100644 --- a/platforms/thorntail/ui/pom.xml +++ b/platforms/thorntail/ui/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms-thorntail - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms-thorntail-ui diff --git a/platforms/thorntail/ws/pom.xml b/platforms/thorntail/ws/pom.xml index 7607816b3..e70ad82c4 100644 --- a/platforms/thorntail/ws/pom.xml +++ b/platforms/thorntail/ws/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms-thorntail - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms-thorntail-ws diff --git a/platforms/wildfly/api/pom.xml b/platforms/wildfly/api/pom.xml index b34ebc724..d2c57f5f7 100644 --- a/platforms/wildfly/api/pom.xml +++ b/platforms/wildfly/api/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms-wildfly - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms-wildfly-api diff --git a/platforms/wildfly/pom.xml b/platforms/wildfly/pom.xml index ebafb55f8..8ae93612f 100644 --- a/platforms/wildfly/pom.xml +++ b/platforms/wildfly/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms-wildfly diff --git a/platforms/wildfly/ui/pom.xml b/platforms/wildfly/ui/pom.xml index d95d054e9..85d36f78e 100644 --- a/platforms/wildfly/ui/pom.xml +++ b/platforms/wildfly/ui/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms-wildfly - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms-wildfly-ui diff --git a/platforms/wildfly/ws/pom.xml b/platforms/wildfly/ws/pom.xml index 96744ded8..9f2821071 100644 --- a/platforms/wildfly/ws/pom.xml +++ b/platforms/wildfly/ws/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms-wildfly - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-platforms-wildfly-ws diff --git a/pom.xml b/pom.xml index 718673f79..b2870d1dc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.38-SNAPSHOT + 0.2.38.Final pom apicurio-studio diff --git a/shared/beans/pom.xml b/shared/beans/pom.xml index 94e1e9d9d..9a08d8c29 100644 --- a/shared/beans/pom.xml +++ b/shared/beans/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-shared - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-shared-beans diff --git a/shared/config/pom.xml b/shared/config/pom.xml index 515ed5f4b..cd6b4e3d5 100644 --- a/shared/config/pom.xml +++ b/shared/config/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-shared - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-shared-config diff --git a/shared/pom.xml b/shared/pom.xml index 9513a79ea..e8d50fae6 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-shared diff --git a/shared/servlet/pom.xml b/shared/servlet/pom.xml index 51892f203..6614915be 100644 --- a/shared/servlet/pom.xml +++ b/shared/servlet/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-shared - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-shared-servlet diff --git a/test/integration/api/pom.xml b/test/integration/api/pom.xml index d895359d9..b3278ab20 100644 --- a/test/integration/api/pom.xml +++ b/test/integration/api/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-test-integration - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-test-integration-api diff --git a/test/integration/arquillian/pom.xml b/test/integration/arquillian/pom.xml index a44543988..be579d8b9 100644 --- a/test/integration/arquillian/pom.xml +++ b/test/integration/arquillian/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-test-integration - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-test-integration-arquillian diff --git a/test/integration/common/pom.xml b/test/integration/common/pom.xml index 786cb12ff..9ef9afcbe 100644 --- a/test/integration/common/pom.xml +++ b/test/integration/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-studio-test-integration - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-test-integration-common diff --git a/test/integration/pom.xml b/test/integration/pom.xml index 831d2535f..abbf2ac0a 100644 --- a/test/integration/pom.xml +++ b/test/integration/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-test - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-test-integration diff --git a/test/integration/single-node-keycloak/pom.xml b/test/integration/single-node-keycloak/pom.xml index 13775957c..f364417aa 100644 --- a/test/integration/single-node-keycloak/pom.xml +++ b/test/integration/single-node-keycloak/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-test-integration - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-test-integration-single-node-keycloak diff --git a/test/integration/ws/pom.xml b/test/integration/ws/pom.xml index 2913fb3a3..88bf06401 100644 --- a/test/integration/ws/pom.xml +++ b/test/integration/ws/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-test-integration - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-test-integration-ws diff --git a/test/pom.xml b/test/pom.xml index f520e6fed..6df9a8217 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-test diff --git a/tools/httpmon/pom.xml b/tools/httpmon/pom.xml index 0f79df06b..f14de66f4 100644 --- a/tools/httpmon/pom.xml +++ b/tools/httpmon/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-tools - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-tools-httpmon diff --git a/tools/perf-test/pom.xml b/tools/perf-test/pom.xml index 380c9e948..e628a93a0 100644 --- a/tools/perf-test/pom.xml +++ b/tools/perf-test/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-tools - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-tools-perf-test diff --git a/tools/pom.xml b/tools/pom.xml index 7b84d1d93..e85544647 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-tools diff --git a/tools/release/pom.xml b/tools/release/pom.xml index d8bb16cd7..0a3a85f25 100644 --- a/tools/release/pom.xml +++ b/tools/release/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-tools - 0.2.38-SNAPSHOT + 0.2.38.Final ../pom.xml apicurio-studio-tools-release