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

Commit

Permalink
microprofile: updated api version (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran64 authored Aug 23, 2019
1 parent 66d2471 commit ed92849
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion incubator/java-microprofile/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 incubator/java-microprofile/image/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>dev.appsody</groupId>
<artifactId>java-microprofile</artifactId>
<version>0.2.8</version>
<version>0.2.9</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-microprofile/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Eclipse MicroProfile®
version: 0.2.8
version: 0.2.9
description: Eclipse MicroProfile on Open Liberty & OpenJ9 using Maven
license: Apache-2.0
language: java
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-microprofile/templates/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>dev.appsody</groupId>
<artifactId>java-microprofile</artifactId>
<version>0.2.8</version>
<version>0.2.9</version>
</parent>

<groupId>dev.appsody.starter.java-microprofile</groupId>
Expand Down

0 comments on commit ed92849

Please sign in to comment.