Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
quarkus:updated api version (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoh7645 authored Aug 23, 2019
1 parent ed92849 commit 14d8a34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion experimental/quarkus/image/config/app-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: appsody.dev/v1alpha1
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
name: APPSODY_PROJECT_NAME
Expand Down
2 changes: 1 addition & 1 deletion experimental/quarkus/image/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.appsody</groupId>
<artifactId>quarkus</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion experimental/quarkus/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Quarkus
version: 0.1.2
version: 0.1.3
description: Quarkus runtime for running Java applications
license: Apache-2.0
language: java
Expand Down
2 changes: 1 addition & 1 deletion experimental/quarkus/templates/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.appsody</groupId>
<artifactId>quarkus</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</parent>

<groupId>org.acme</groupId>
Expand Down

0 comments on commit 14d8a34

Please sign in to comment.