From b81a5df6d25cc5254aaae5ffb66c397dda4d9ff1 Mon Sep 17 00:00:00 2001 From: apicurio-ci <apicurio.ci@gmail.com> Date: Fri, 29 Oct 2021 15:34:14 +0000 Subject: [PATCH] Automated commit for Release Version: 0.2.51.Final --- back-end/hub-api/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/quarkus/api/pom.xml | 2 +- platforms/quarkus/pom.xml | 2 +- platforms/quarkus/ui/pom.xml | 2 +- platforms/quarkus/ws/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 +- 42 files changed, 68 insertions(+), 68 deletions(-) diff --git a/back-end/hub-api/pom.xml b/back-end/hub-api/pom.xml index cc27fa4e0..1a512caef 100644 --- a/back-end/hub-api/pom.xml +++ b/back-end/hub-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-be</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-be-hub-api</artifactId> diff --git a/back-end/hub-core/pom.xml b/back-end/hub-core/pom.xml index cf343670e..4fce813c3 100644 --- a/back-end/hub-core/pom.xml +++ b/back-end/hub-core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-be</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-be-hub-core</artifactId> diff --git a/back-end/hub-editing/pom.xml b/back-end/hub-editing/pom.xml index 62f573170..d2ed5f0c1 100644 --- a/back-end/hub-editing/pom.xml +++ b/back-end/hub-editing/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-be</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-be-hub-editing</artifactId> diff --git a/back-end/pom.xml b/back-end/pom.xml index 1a0cbd8ec..9ce190201 100644 --- a/back-end/pom.xml +++ b/back-end/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-be</artifactId> diff --git a/back-end/test-core/pom.xml b/back-end/test-core/pom.xml index 94c8a1e77..c1bbde082 100644 --- a/back-end/test-core/pom.xml +++ b/back-end/test-core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-be</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-be-test-core</artifactId> diff --git a/distro/openshift/apicurio-standalone-template.yml b/distro/openshift/apicurio-standalone-template.yml index beb4bfec7..e6780dd57 100644 --- a/distro/openshift/apicurio-standalone-template.yml +++ b/distro/openshift/apicurio-standalone-template.yml @@ -31,10 +31,10 @@ objects: name: auth spec: tags: - - name: latest-release + - name: 0.2.51.Final from: kind: DockerImage - name: apicurio/apicurio-studio-auth:latest-release + name: apicurio/apicurio-studio-auth:0.2.51.Final importPolicy: scheduled: true - apiVersion: v1 @@ -43,10 +43,10 @@ objects: name: api spec: tags: - - name: latest-release + - name: 0.2.51.Final from: kind: DockerImage - name: apicurio/apicurio-studio-api:latest-release + name: apicurio/apicurio-studio-api:0.2.51.Final importPolicy: scheduled: true - apiVersion: v1 @@ -55,10 +55,10 @@ objects: name: ws spec: tags: - - name: latest-release + - name: 0.2.51.Final from: kind: DockerImage - name: apicurio/apicurio-studio-ws:latest-release + name: apicurio/apicurio-studio-ws:0.2.51.Final importPolicy: scheduled: true - apiVersion: v1 @@ -67,10 +67,10 @@ objects: name: ui spec: tags: - - name: latest-release + - name: 0.2.51.Final from: kind: DockerImage - name: apicurio/apicurio-studio-ui:latest-release + name: apicurio/apicurio-studio-ui:0.2.51.Final importPolicy: scheduled: true # Persistent volumes: Keycloak and Postgresql @@ -350,7 +350,7 @@ objects: persistentVolumeClaim: claimName: keycloak-data containers: - - image: auth:latest-release + - image: auth:0.2.51.Final imagePullPolicy: Always name: apicurio-studio-auth volumeMounts: @@ -413,7 +413,7 @@ objects: - apicurio-studio-auth from: kind: ImageStreamTag - name: 'auth:latest-release' + name: 'auth:0.2.51.Final' status: {} # Apicurio API Deployment Configuration # ##################################### @@ -446,7 +446,7 @@ objects: spec: replicas: 1 containers: - - image: api:latest-release + - image: api:0.2.51.Final imagePullPolicy: Always name: apicurio-studio-api ports: @@ -516,7 +516,7 @@ objects: - apicurio-studio-api from: kind: ImageStreamTag - name: 'api:latest-release' + name: 'api:0.2.51.Final' - type: ConfigChange status: {} # Apicurio WS Deployment Configuration @@ -550,7 +550,7 @@ objects: spec: replicas: 1 containers: - - image: ws:latest-release + - image: ws:0.2.51.Final imagePullPolicy: Always name: apicurio-studio-ws ports: @@ -616,7 +616,7 @@ objects: - apicurio-studio-ws from: kind: ImageStreamTag - name: 'ws:latest-release' + name: 'ws:0.2.51.Final' - type: ConfigChange status: {} # Apicurio UI Deployment Configuration @@ -650,7 +650,7 @@ objects: spec: replicas: 1 containers: - - image: ui:latest-release + - image: ui:0.2.51.Final imagePullPolicy: Always name: apicurio-studio-ui ports: @@ -710,7 +710,7 @@ objects: - apicurio-studio-ui from: kind: ImageStreamTag - name: 'ui:latest-release' + name: 'ui:0.2.51.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 cd707f592..9dfa125fd 100644 --- a/distro/openshift/apicurio-template.yml +++ b/distro/openshift/apicurio-template.yml @@ -20,10 +20,10 @@ objects: name: api spec: tags: - - name: latest-release + - name: 0.2.51.Final from: kind: DockerImage - name: apicurio/apicurio-studio-api:latest-release + name: apicurio/apicurio-studio-api:0.2.51.Final importPolicy: scheduled: true - apiVersion: v1 @@ -32,10 +32,10 @@ objects: name: ws spec: tags: - - name: latest-release + - name: 0.2.51.Final from: kind: DockerImage - name: apicurio/apicurio-studio-ws:latest-release + name: apicurio/apicurio-studio-ws:0.2.51.Final importPolicy: scheduled: true - apiVersion: v1 @@ -44,10 +44,10 @@ objects: name: ui spec: tags: - - name: latest-release + - name: 0.2.51.Final from: kind: DockerImage - name: apicurio/apicurio-studio-ui:latest-release + name: apicurio/apicurio-studio-ui:0.2.51.Final importPolicy: scheduled: true # Services for: API, WS, UI @@ -143,7 +143,7 @@ objects: spec: replicas: 1 containers: - - image: api:latest-release + - image: api:0.2.51.Final imagePullPolicy: Always name: apicurio-studio-api ports: @@ -213,7 +213,7 @@ objects: - apicurio-studio-api from: kind: ImageStreamTag - name: 'api:latest-release' + name: 'api:0.2.51.Final' - type: ConfigChange status: {} # Apicurio WS Deployment Configuration @@ -247,7 +247,7 @@ objects: spec: replicas: 1 containers: - - image: ws:latest-release + - image: ws:0.2.51.Final imagePullPolicy: Always name: apicurio-studio-ws ports: @@ -313,7 +313,7 @@ objects: - apicurio-studio-ws from: kind: ImageStreamTag - name: 'ws:latest-release' + name: 'ws:0.2.51.Final' - type: ConfigChange status: {} # Apicurio UI Deployment Configuration @@ -347,7 +347,7 @@ objects: spec: replicas: 1 containers: - - image: ui:latest-release + - image: ui:0.2.51.Final imagePullPolicy: Always name: apicurio-studio-ui ports: @@ -407,7 +407,7 @@ objects: - apicurio-studio-ui from: kind: ImageStreamTag - name: 'ui:latest-release' + name: 'ui:0.2.51.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 e18000916..4a789c7b9 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-distro</artifactId> diff --git a/distro/quickstart/pom.xml b/distro/quickstart/pom.xml index 4d8cee896..77837aeaa 100644 --- a/distro/quickstart/pom.xml +++ b/distro/quickstart/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-distro</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-distro-quickstart</artifactId> diff --git a/front-end/pom.xml b/front-end/pom.xml index 440d5a067..dd8758806 100644 --- a/front-end/pom.xml +++ b/front-end/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-fe</artifactId> diff --git a/front-end/servlet/pom.xml b/front-end/servlet/pom.xml index 80f6f83ce..8d1b37fd4 100644 --- a/front-end/servlet/pom.xml +++ b/front-end/servlet/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-fe</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-fe-servlet</artifactId> diff --git a/front-end/studio/package.json b/front-end/studio/package.json index e130bbc33..2630bb05c 100644 --- a/front-end/studio/package.json +++ b/front-end/studio/package.json @@ -1,6 +1,6 @@ { "name": "apicurio-design-studio", - "version": "0.2.50", + "version": "0.2.51", "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 fb5440b7d..00b06f901 100644 --- a/front-end/studio/pom.xml +++ b/front-end/studio/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-fe</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-fe-studio</artifactId> diff --git a/platforms/pom.xml b/platforms/pom.xml index 619df99c5..9dfe68867 100644 --- a/platforms/pom.xml +++ b/platforms/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms</artifactId> diff --git a/platforms/quarkus/api/pom.xml b/platforms/quarkus/api/pom.xml index 204beef86..06e157d38 100644 --- a/platforms/quarkus/api/pom.xml +++ b/platforms/quarkus/api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-quarkus</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> </parent> <artifactId>apicurio-studio-platforms-quarkus-api</artifactId> <name>apicurio-studio-platforms-quarkus-api</name> diff --git a/platforms/quarkus/pom.xml b/platforms/quarkus/pom.xml index 750249178..a0cebab36 100644 --- a/platforms/quarkus/pom.xml +++ b/platforms/quarkus/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> </parent> <artifactId>apicurio-studio-platforms-quarkus</artifactId> <packaging>pom</packaging> diff --git a/platforms/quarkus/ui/pom.xml b/platforms/quarkus/ui/pom.xml index 994a889f6..77661fd93 100644 --- a/platforms/quarkus/ui/pom.xml +++ b/platforms/quarkus/ui/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-quarkus</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> </parent> <artifactId>apicurio-studio-platforms-quarkus-ui</artifactId> <dependencyManagement> diff --git a/platforms/quarkus/ws/pom.xml b/platforms/quarkus/ws/pom.xml index 071c02a51..227c5bcdd 100644 --- a/platforms/quarkus/ws/pom.xml +++ b/platforms/quarkus/ws/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-quarkus</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-quarkus-ws</artifactId> diff --git a/platforms/thorntail/api/pom.xml b/platforms/thorntail/api/pom.xml index 22c85125c..a7bb49896 100644 --- a/platforms/thorntail/api/pom.xml +++ b/platforms/thorntail/api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-thorntail</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-thorntail-api</artifactId> diff --git a/platforms/thorntail/pom.xml b/platforms/thorntail/pom.xml index 5458288f6..3e2524ce3 100644 --- a/platforms/thorntail/pom.xml +++ b/platforms/thorntail/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-thorntail</artifactId> diff --git a/platforms/thorntail/ui/pom.xml b/platforms/thorntail/ui/pom.xml index ad2188cd3..ffa7fe8f0 100644 --- a/platforms/thorntail/ui/pom.xml +++ b/platforms/thorntail/ui/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-thorntail</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-thorntail-ui</artifactId> diff --git a/platforms/thorntail/ws/pom.xml b/platforms/thorntail/ws/pom.xml index 4cef75548..8a620eb9c 100644 --- a/platforms/thorntail/ws/pom.xml +++ b/platforms/thorntail/ws/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-thorntail</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-thorntail-ws</artifactId> diff --git a/platforms/wildfly/api/pom.xml b/platforms/wildfly/api/pom.xml index 836b69db1..e30f92c96 100644 --- a/platforms/wildfly/api/pom.xml +++ b/platforms/wildfly/api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-wildfly</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-wildfly-api</artifactId> diff --git a/platforms/wildfly/pom.xml b/platforms/wildfly/pom.xml index 08555a821..155cc6363 100644 --- a/platforms/wildfly/pom.xml +++ b/platforms/wildfly/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-wildfly</artifactId> diff --git a/platforms/wildfly/ui/pom.xml b/platforms/wildfly/ui/pom.xml index 85734ed9f..44b9b0715 100644 --- a/platforms/wildfly/ui/pom.xml +++ b/platforms/wildfly/ui/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-wildfly</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-wildfly-ui</artifactId> diff --git a/platforms/wildfly/ws/pom.xml b/platforms/wildfly/ws/pom.xml index 20a89efca..75643dbb9 100644 --- a/platforms/wildfly/ws/pom.xml +++ b/platforms/wildfly/ws/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-platforms-wildfly</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-platforms-wildfly-ws</artifactId> diff --git a/pom.xml b/pom.xml index 1964c958d..d3c8bbaae 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>io.apicurio</groupId> <artifactId>apicurio-studio</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <packaging>pom</packaging> <name>apicurio-studio</name> diff --git a/shared/beans/pom.xml b/shared/beans/pom.xml index c895f2b9a..45c2146c3 100644 --- a/shared/beans/pom.xml +++ b/shared/beans/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-shared</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-shared-beans</artifactId> diff --git a/shared/config/pom.xml b/shared/config/pom.xml index 615bcb5d4..0e8a673ed 100644 --- a/shared/config/pom.xml +++ b/shared/config/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-shared</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-shared-config</artifactId> diff --git a/shared/pom.xml b/shared/pom.xml index 4534721e4..d40aa5c64 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-shared</artifactId> diff --git a/shared/servlet/pom.xml b/shared/servlet/pom.xml index e3734eebb..014bcc100 100644 --- a/shared/servlet/pom.xml +++ b/shared/servlet/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-shared</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-shared-servlet</artifactId> diff --git a/test/integration/api/pom.xml b/test/integration/api/pom.xml index 3ec471e21..677d32f5e 100644 --- a/test/integration/api/pom.xml +++ b/test/integration/api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-test-integration</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-test-integration-api</artifactId> diff --git a/test/integration/arquillian/pom.xml b/test/integration/arquillian/pom.xml index 887b90beb..6dc07a1cd 100644 --- a/test/integration/arquillian/pom.xml +++ b/test/integration/arquillian/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-test-integration</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-test-integration-arquillian</artifactId> diff --git a/test/integration/common/pom.xml b/test/integration/common/pom.xml index 7e45c1f4c..c8ade14f8 100644 --- a/test/integration/common/pom.xml +++ b/test/integration/common/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-test-integration</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-test-integration-common</artifactId> diff --git a/test/integration/pom.xml b/test/integration/pom.xml index 5075177ca..8d660bc3b 100644 --- a/test/integration/pom.xml +++ b/test/integration/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-test</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-test-integration</artifactId> diff --git a/test/integration/single-node-keycloak/pom.xml b/test/integration/single-node-keycloak/pom.xml index f7a8479fc..c920bf295 100644 --- a/test/integration/single-node-keycloak/pom.xml +++ b/test/integration/single-node-keycloak/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-test-integration</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-test-integration-single-node-keycloak</artifactId> diff --git a/test/integration/ws/pom.xml b/test/integration/ws/pom.xml index fd0b04b65..9744bb6f3 100644 --- a/test/integration/ws/pom.xml +++ b/test/integration/ws/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-test-integration</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-test-integration-ws</artifactId> diff --git a/test/pom.xml b/test/pom.xml index ca6e0d639..0d1f34f12 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-test</artifactId> diff --git a/tools/httpmon/pom.xml b/tools/httpmon/pom.xml index def53608e..9abcab4fb 100644 --- a/tools/httpmon/pom.xml +++ b/tools/httpmon/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-tools</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-tools-httpmon</artifactId> diff --git a/tools/perf-test/pom.xml b/tools/perf-test/pom.xml index 973fe0e12..4855e38b3 100644 --- a/tools/perf-test/pom.xml +++ b/tools/perf-test/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-tools</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-tools-perf-test</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index 1b70ccf28..f62a13d95 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-tools</artifactId> diff --git a/tools/release/pom.xml b/tools/release/pom.xml index c613a7381..29dc90494 100644 --- a/tools/release/pom.xml +++ b/tools/release/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.apicurio</groupId> <artifactId>apicurio-studio-tools</artifactId> - <version>0.2.51-SNAPSHOT</version> + <version>0.2.51.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apicurio-studio-tools-release</artifactId>