Skip to content

Commit

Permalink
Automated commit for Release Version: 0.2.51.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
apicurio-ci committed Oct 29, 2021
1 parent a16f766 commit b81a5df
Show file tree
Hide file tree
Showing 42 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion back-end/hub-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion back-end/hub-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion back-end/hub-editing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion back-end/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion back-end/test-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
32 changes: 16 additions & 16 deletions distro/openshift/apicurio-standalone-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
# #####################################
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down
24 changes: 12 additions & 12 deletions distro/openshift/apicurio-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion distro/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion front-end/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion front-end/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion front-end/studio/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion front-end/studio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/quarkus/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/quarkus/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/quarkus/ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/thorntail/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/thorntail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/thorntail/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion platforms/thorntail/ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b81a5df

Please sign in to comment.