Skip to content

Commit

Permalink
Prepare for release v0.2.19.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Dec 11, 2018
1 parent 6fa5018 commit 36d8797
Show file tree
Hide file tree
Showing 30 changed files with 41 additions and 41 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.19-SNAPSHOT</version>
<version>0.2.19.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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-be</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-be-test-core</artifactId>
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.19.Final
from:
kind: DockerImage
name: apicurio/apicurio-studio-api:latest-release
name: apicurio/apicurio-studio-api:0.2.19.Final
importPolicy:
scheduled: true
- apiVersion: v1
Expand All @@ -31,10 +31,10 @@ objects:
name: ws
spec:
tags:
- name: latest-release
- name: 0.2.19.Final
from:
kind: DockerImage
name: apicurio/apicurio-studio-ws:latest-release
name: apicurio/apicurio-studio-ws:0.2.19.Final
importPolicy:
scheduled: true
- apiVersion: v1
Expand All @@ -43,10 +43,10 @@ objects:
name: ui
spec:
tags:
- name: latest-release
- name: 0.2.19.Final
from:
kind: DockerImage
name: apicurio/apicurio-studio-ui:latest-release
name: apicurio/apicurio-studio-ui:0.2.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.18",
"version": "0.2.19",
"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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.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.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-platforms-wildfly-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platforms/wildfly/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-wildfly</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-platforms-wildfly-ws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<packaging>pom</packaging>
<name>apicurio-studio</name>

Expand Down
2 changes: 1 addition & 1 deletion shared/beans/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-shared</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-shared-beans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shared/config/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-shared</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-shared-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shared/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.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shared/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-shared</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-shared-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/perf-test/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-tools</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-tools-perf-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/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.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/release/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-tools</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-tools-release</artifactId>
Expand Down

0 comments on commit 36d8797

Please sign in to comment.