From 375cdfe7ce2501cd00c1995593912962aa2f816b Mon Sep 17 00:00:00 2001 From: "apicurio-ci[bot]" Date: Mon, 13 Mar 2023 18:07:33 +0000 Subject: [PATCH] Automated commit for Release Version: 0.2.61.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 +- 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/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 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/back-end/hub-api/pom.xml b/back-end/hub-api/pom.xml index 9d2fa89fe..53f15d64e 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-be-hub-api diff --git a/back-end/hub-core/pom.xml b/back-end/hub-core/pom.xml index 3799900d9..451565c1b 100644 --- a/back-end/hub-core/pom.xml +++ b/back-end/hub-core/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-be - 0.2.61-SNAPSHOT + 0.2.61.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 892e226f9..5b4ade4a4 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-be-hub-editing diff --git a/back-end/pom.xml b/back-end/pom.xml index 2cd11bf44..e370591ce 100644 --- a/back-end/pom.xml +++ b/back-end/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-be diff --git a/back-end/test-core/pom.xml b/back-end/test-core/pom.xml index 526dbd187..b9466f679 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-be-test-core diff --git a/distro/pom.xml b/distro/pom.xml index fc8b938b9..8cdc46ced 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-distro diff --git a/distro/quickstart/pom.xml b/distro/quickstart/pom.xml index 03b4ecb9f..0ead83004 100644 --- a/distro/quickstart/pom.xml +++ b/distro/quickstart/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-distro - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-distro-quickstart diff --git a/front-end/pom.xml b/front-end/pom.xml index 674f236c9..bdfa7ed75 100644 --- a/front-end/pom.xml +++ b/front-end/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-fe diff --git a/front-end/servlet/pom.xml b/front-end/servlet/pom.xml index 520a617c1..2d76a3788 100644 --- a/front-end/servlet/pom.xml +++ b/front-end/servlet/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-fe - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-fe-servlet diff --git a/front-end/studio/package.json b/front-end/studio/package.json index dd893feef..553f412e9 100644 --- a/front-end/studio/package.json +++ b/front-end/studio/package.json @@ -1,6 +1,6 @@ { "name": "@apicurio/studio", - "version": "0.2.60", + "version": "0.2.61", "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 d8b52becd..396a77e11 100644 --- a/front-end/studio/pom.xml +++ b/front-end/studio/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-fe - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-fe-studio diff --git a/platforms/pom.xml b/platforms/pom.xml index 9439600e0..ce70f0080 100644 --- a/platforms/pom.xml +++ b/platforms/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-platforms diff --git a/platforms/quarkus/api/pom.xml b/platforms/quarkus/api/pom.xml index d6fc4a93f..8d44e0577 100644 --- a/platforms/quarkus/api/pom.xml +++ b/platforms/quarkus/api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-platforms-quarkus - 0.2.61-SNAPSHOT + 0.2.61.Final apicurio-studio-platforms-quarkus-api apicurio-studio-platforms-quarkus-api diff --git a/platforms/quarkus/pom.xml b/platforms/quarkus/pom.xml index 82b27d2e5..ca265cbb6 100644 --- a/platforms/quarkus/pom.xml +++ b/platforms/quarkus/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-studio-platforms - 0.2.61-SNAPSHOT + 0.2.61.Final apicurio-studio-platforms-quarkus pom diff --git a/platforms/quarkus/ui/pom.xml b/platforms/quarkus/ui/pom.xml index a750f6b16..e0f8b7583 100644 --- a/platforms/quarkus/ui/pom.xml +++ b/platforms/quarkus/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-platforms-quarkus - 0.2.61-SNAPSHOT + 0.2.61.Final apicurio-studio-platforms-quarkus-ui diff --git a/platforms/quarkus/ws/pom.xml b/platforms/quarkus/ws/pom.xml index 575ce53d8..f2b9f85bd 100644 --- a/platforms/quarkus/ws/pom.xml +++ b/platforms/quarkus/ws/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-platforms-quarkus - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-platforms-quarkus-ws diff --git a/platforms/wildfly/api/pom.xml b/platforms/wildfly/api/pom.xml index 2bc387f4f..cef737c43 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-platforms-wildfly-api diff --git a/platforms/wildfly/pom.xml b/platforms/wildfly/pom.xml index fca1774a2..8d2225658 100644 --- a/platforms/wildfly/pom.xml +++ b/platforms/wildfly/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-platforms - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-platforms-wildfly diff --git a/platforms/wildfly/ui/pom.xml b/platforms/wildfly/ui/pom.xml index 6d26b0568..6167a601d 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-platforms-wildfly-ui diff --git a/platforms/wildfly/ws/pom.xml b/platforms/wildfly/ws/pom.xml index efbb564a1..236161d6d 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-platforms-wildfly-ws diff --git a/pom.xml b/pom.xml index ac7215b01..77e17fae3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.apicurio apicurio-studio - 0.2.61-SNAPSHOT + 0.2.61.Final pom apicurio-studio diff --git a/shared/beans/pom.xml b/shared/beans/pom.xml index 5a973cf71..33aae5533 100644 --- a/shared/beans/pom.xml +++ b/shared/beans/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-shared - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-shared-beans diff --git a/shared/config/pom.xml b/shared/config/pom.xml index a0e63d94d..a2dd3af9b 100644 --- a/shared/config/pom.xml +++ b/shared/config/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-shared - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-shared-config diff --git a/shared/pom.xml b/shared/pom.xml index d1b7c0961..68359e7c2 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-shared diff --git a/shared/servlet/pom.xml b/shared/servlet/pom.xml index 2c5a2c588..69527ffa1 100644 --- a/shared/servlet/pom.xml +++ b/shared/servlet/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-shared - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-shared-servlet diff --git a/test/integration/api/pom.xml b/test/integration/api/pom.xml index aa2870cbc..823e2a74f 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-test-integration-api diff --git a/test/integration/arquillian/pom.xml b/test/integration/arquillian/pom.xml index 8bfb53fcd..188d8de4d 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-test-integration-arquillian diff --git a/test/integration/common/pom.xml b/test/integration/common/pom.xml index 3c292bcb7..d939c70e8 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-test-integration-common diff --git a/test/integration/pom.xml b/test/integration/pom.xml index 36bf20d6b..49b57c7ee 100644 --- a/test/integration/pom.xml +++ b/test/integration/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-test - 0.2.61-SNAPSHOT + 0.2.61.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 6c41c4796..2a790eda6 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.61-SNAPSHOT + 0.2.61.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 0365bff9c..3ab0a31f4 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.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-test-integration-ws diff --git a/test/pom.xml b/test/pom.xml index c2d55ec1e..f99d57e3a 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-test diff --git a/tools/httpmon/pom.xml b/tools/httpmon/pom.xml index e947665ea..bfcfc8cf7 100644 --- a/tools/httpmon/pom.xml +++ b/tools/httpmon/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-tools - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-tools-httpmon diff --git a/tools/perf-test/pom.xml b/tools/perf-test/pom.xml index 566b21d44..4acf96468 100644 --- a/tools/perf-test/pom.xml +++ b/tools/perf-test/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio-tools - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-tools-perf-test diff --git a/tools/pom.xml b/tools/pom.xml index 14b77fcec..2cd82c068 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-studio - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-tools diff --git a/tools/release/pom.xml b/tools/release/pom.xml index 4410582a8..2ae2fc5b1 100644 --- a/tools/release/pom.xml +++ b/tools/release/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-studio-tools - 0.2.61-SNAPSHOT + 0.2.61.Final ../pom.xml apicurio-studio-tools-release