Skip to content

Commit

Permalink
Prepare for release v0.2.38.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Aug 25, 2019
1 parent 02cd344 commit d686629
Show file tree
Hide file tree
Showing 39 changed files with 65 additions and 65 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.38-SNAPSHOT</version>
<version>0.2.38.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-codegen/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.38-SNAPSHOT</version>
<version>0.2.38.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-be-hub-codegen</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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.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 @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
# #####################################
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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)
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 @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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)
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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.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.37",
"version": "0.2.38",
"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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-platforms</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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.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.38-SNAPSHOT</version>
<version>0.2.38.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-platforms-thorntail-ws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platforms/wildfly/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-wildfly</artifactId>
<version>0.2.38-SNAPSHOT</version>
<version>0.2.38.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-platforms-wildfly-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platforms/wildfly/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.38-SNAPSHOT</version>
<version>0.2.38.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-platforms-wildfly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platforms/wildfly/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-wildfly</artifactId>
<version>0.2.38-SNAPSHOT</version>
<version>0.2.38.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-platforms-wildfly-ui</artifactId>
Expand Down
Loading

0 comments on commit d686629

Please sign in to comment.