diff --git a/back-end/hub-api/pom.xml b/back-end/hub-api/pom.xml
index 0ee2fe1b2..5231d9a51 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.48-SNAPSHOT
+ 0.2.48.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 907a87ab7..5317877b6 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.48-SNAPSHOT
+ 0.2.48.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 c3a383bf1..6bc0ed8c7 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.48-SNAPSHOT
+ 0.2.48.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 65458052f..6c6afc345 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-be-hub-editing
diff --git a/back-end/pom.xml b/back-end/pom.xml
index 9cfd872cc..e810982ec 100644
--- a/back-end/pom.xml
+++ b/back-end/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-be
diff --git a/back-end/test-core/pom.xml b/back-end/test-core/pom.xml
index 1310ef1ba..be955e99c 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.48-SNAPSHOT
+ 0.2.48.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 4d320ff90..dcc254da1 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.48.Final
from:
kind: DockerImage
- name: apicurio/apicurio-studio-auth:latest-release
+ name: apicurio/apicurio-studio-auth:0.2.48.Final
importPolicy:
scheduled: true
- apiVersion: v1
@@ -43,10 +43,10 @@ objects:
name: api
spec:
tags:
- - name: latest-release
+ - name: 0.2.48.Final
from:
kind: DockerImage
- name: apicurio/apicurio-studio-api:latest-release
+ name: apicurio/apicurio-studio-api:0.2.48.Final
importPolicy:
scheduled: true
- apiVersion: v1
@@ -55,10 +55,10 @@ objects:
name: ws
spec:
tags:
- - name: latest-release
+ - name: 0.2.48.Final
from:
kind: DockerImage
- name: apicurio/apicurio-studio-ws:latest-release
+ name: apicurio/apicurio-studio-ws:0.2.48.Final
importPolicy:
scheduled: true
- apiVersion: v1
@@ -67,10 +67,10 @@ objects:
name: ui
spec:
tags:
- - name: latest-release
+ - name: 0.2.48.Final
from:
kind: DockerImage
- name: apicurio/apicurio-studio-ui:latest-release
+ name: apicurio/apicurio-studio-ui:0.2.48.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.48.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.48.Final'
status: {}
# Apicurio API Deployment Configuration
# #####################################
@@ -446,7 +446,7 @@ objects:
spec:
replicas: 1
containers:
- - image: api:latest-release
+ - image: api:0.2.48.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.48.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.48.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.48.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.48.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.48.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..28d06348e 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.48.Final
from:
kind: DockerImage
- name: apicurio/apicurio-studio-api:latest-release
+ name: apicurio/apicurio-studio-api:0.2.48.Final
importPolicy:
scheduled: true
- apiVersion: v1
@@ -32,10 +32,10 @@ objects:
name: ws
spec:
tags:
- - name: latest-release
+ - name: 0.2.48.Final
from:
kind: DockerImage
- name: apicurio/apicurio-studio-ws:latest-release
+ name: apicurio/apicurio-studio-ws:0.2.48.Final
importPolicy:
scheduled: true
- apiVersion: v1
@@ -44,10 +44,10 @@ objects:
name: ui
spec:
tags:
- - name: latest-release
+ - name: 0.2.48.Final
from:
kind: DockerImage
- name: apicurio/apicurio-studio-ui:latest-release
+ name: apicurio/apicurio-studio-ui:0.2.48.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.48.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.48.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.48.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.48.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.48.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.48.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 16bf172a0..bfdcdafe6 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-studio
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-distro
diff --git a/distro/quickstart/pom.xml b/distro/quickstart/pom.xml
index 57bc741ff..1cc19e555 100644
--- a/distro/quickstart/pom.xml
+++ b/distro/quickstart/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-distro
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-distro-quickstart
diff --git a/front-end/pom.xml b/front-end/pom.xml
index 6e42ddfc4..4c6b5e50c 100644
--- a/front-end/pom.xml
+++ b/front-end/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-studio
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-fe
diff --git a/front-end/servlet/pom.xml b/front-end/servlet/pom.xml
index 47f072fa5..43941995c 100644
--- a/front-end/servlet/pom.xml
+++ b/front-end/servlet/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-fe
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-fe-servlet
diff --git a/front-end/studio/package.json b/front-end/studio/package.json
index a5a4ce5c4..4ef1f4cac 100644
--- a/front-end/studio/package.json
+++ b/front-end/studio/package.json
@@ -1,6 +1,6 @@
{
"name": "apicurio-design-studio",
- "version": "0.2.47",
+ "version": "0.2.48",
"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 797ad5fe6..4ac125fe5 100644
--- a/front-end/studio/pom.xml
+++ b/front-end/studio/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-fe
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-fe-studio
diff --git a/front-end/studio/yarn.lock b/front-end/studio/yarn.lock
index 0b400dda0..ad15e83f8 100644
--- a/front-end/studio/yarn.lock
+++ b/front-end/studio/yarn.lock
@@ -826,10 +826,10 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"
-apicurio-data-models@1.1.7:
- version "1.1.7"
- resolved "https://registry.yarnpkg.com/apicurio-data-models/-/apicurio-data-models-1.1.7.tgz#d85363d501e7bb5bf9b0e6820d4fdfce448fbb21"
- integrity sha512-hAQ5PSJMf+3vMzgmWkPjmYCCGwDvIX8RgLR10c/yav0oJ5BGKAsN/QAjTXdRu+kHYxY4Ub/Xi/mtqSUiu9r1Pw==
+apicurio-data-models@1.1.9:
+ version "1.1.9"
+ resolved "https://registry.yarnpkg.com/apicurio-data-models/-/apicurio-data-models-1.1.9.tgz#df679b9d8a669856b77fcf0fdd9557c9bab4c679"
+ integrity sha512-v6sKngu6tJa0f9FLrf/Da2lICkSVrMEqQlXKsDp0RcpQGyTQERurDNFD04dcuVlbH2nR0GBZq9AvGmhs9164+w==
dependencies:
core-js "3.8.3"
diff --git a/platforms/pom.xml b/platforms/pom.xml
index 3174ef4d0..9a07c7496 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-studio
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms
diff --git a/platforms/quarkus/api/pom.xml b/platforms/quarkus/api/pom.xml
index 8740b0fef..7c403fe31 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.48-SNAPSHOT
+ 0.2.48.Final
apicurio-studio-platforms-quarkus-api
apicurio-studio-platforms-quarkus-api
diff --git a/platforms/quarkus/pom.xml b/platforms/quarkus/pom.xml
index 111496984..b9d8bd56b 100644
--- a/platforms/quarkus/pom.xml
+++ b/platforms/quarkus/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-studio-platforms
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
apicurio-studio-platforms-quarkus
pom
diff --git a/platforms/quarkus/ui/pom.xml b/platforms/quarkus/ui/pom.xml
index fa66388a7..deedd4bad 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.48-SNAPSHOT
+ 0.2.48.Final
apicurio-studio-platforms-quarkus-ui
diff --git a/platforms/quarkus/ws/pom.xml b/platforms/quarkus/ws/pom.xml
index 7a2a26b4d..0553b4333 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-quarkus-ws
diff --git a/platforms/thorntail/api/pom.xml b/platforms/thorntail/api/pom.xml
index 955d859ab..36ce01b96 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-thorntail-api
diff --git a/platforms/thorntail/pom.xml b/platforms/thorntail/pom.xml
index c4e08e216..546f81e96 100644
--- a/platforms/thorntail/pom.xml
+++ b/platforms/thorntail/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-platforms
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-thorntail
diff --git a/platforms/thorntail/ui/pom.xml b/platforms/thorntail/ui/pom.xml
index 8907eca29..07c766836 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-thorntail-ui
diff --git a/platforms/thorntail/ws/pom.xml b/platforms/thorntail/ws/pom.xml
index f2018ee1b..589ff6e70 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-thorntail-ws
diff --git a/platforms/wildfly/api/pom.xml b/platforms/wildfly/api/pom.xml
index 3e32dd8f6..437347529 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-wildfly-api
diff --git a/platforms/wildfly/pom.xml b/platforms/wildfly/pom.xml
index 43365ea85..70a02ffa4 100644
--- a/platforms/wildfly/pom.xml
+++ b/platforms/wildfly/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-platforms
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-wildfly
diff --git a/platforms/wildfly/ui/pom.xml b/platforms/wildfly/ui/pom.xml
index 007593e8c..5be742791 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-wildfly-ui
diff --git a/platforms/wildfly/ws/pom.xml b/platforms/wildfly/ws/pom.xml
index 7df11ff34..f8022c154 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-platforms-wildfly-ws
diff --git a/pom.xml b/pom.xml
index 91a89305f..5b5ab8d9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
pom
apicurio-studio
diff --git a/shared/beans/pom.xml b/shared/beans/pom.xml
index 08d5dfc67..aed5b081a 100644
--- a/shared/beans/pom.xml
+++ b/shared/beans/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-shared
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-shared-beans
diff --git a/shared/config/pom.xml b/shared/config/pom.xml
index efca8d244..c3c07fa47 100644
--- a/shared/config/pom.xml
+++ b/shared/config/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-shared
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-shared-config
diff --git a/shared/pom.xml b/shared/pom.xml
index dc3c7c013..89059192c 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-shared
diff --git a/shared/servlet/pom.xml b/shared/servlet/pom.xml
index 2806ea37f..b4f8abdc4 100644
--- a/shared/servlet/pom.xml
+++ b/shared/servlet/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-shared
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-shared-servlet
diff --git a/test/integration/api/pom.xml b/test/integration/api/pom.xml
index c2880fb7f..f73dee987 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-test-integration-api
diff --git a/test/integration/arquillian/pom.xml b/test/integration/arquillian/pom.xml
index 85eff67d7..677fe5dc9 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-test-integration-arquillian
diff --git a/test/integration/common/pom.xml b/test/integration/common/pom.xml
index cf72e0c26..f24656e04 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-test-integration-common
diff --git a/test/integration/pom.xml b/test/integration/pom.xml
index 292b2f9f2..4ef00c7f5 100644
--- a/test/integration/pom.xml
+++ b/test/integration/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-studio-test
- 0.2.48-SNAPSHOT
+ 0.2.48.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 3ca02be03..6588d52f2 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.48-SNAPSHOT
+ 0.2.48.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 0318147b6..f16974938 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.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-test-integration-ws
diff --git a/test/pom.xml b/test/pom.xml
index 147446b68..a81769d30 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-studio
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-test
diff --git a/tools/httpmon/pom.xml b/tools/httpmon/pom.xml
index ada9c6cd3..094283482 100644
--- a/tools/httpmon/pom.xml
+++ b/tools/httpmon/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-tools
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-tools-httpmon
diff --git a/tools/perf-test/pom.xml b/tools/perf-test/pom.xml
index 1374e50c7..848f7a8b4 100644
--- a/tools/perf-test/pom.xml
+++ b/tools/perf-test/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-studio-tools
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-tools-perf-test
diff --git a/tools/pom.xml b/tools/pom.xml
index 44273d32a..dd497d582 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-studio
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-tools
diff --git a/tools/release/pom.xml b/tools/release/pom.xml
index 91598c140..47cca84af 100644
--- a/tools/release/pom.xml
+++ b/tools/release/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-studio-tools
- 0.2.48-SNAPSHOT
+ 0.2.48.Final
../pom.xml
apicurio-studio-tools-release