Skip to content

Commit

Permalink
Update Quarkus to version 3.2.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
fedinskiy committed Jul 14, 2023
1 parent ee8dbeb commit 0ac1b39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Pre-build framework
run: |
mvn -V -B -s .github/mvn-settings.xml install -Pframework -DskipTests -DskipITs
- name: Build with Maven
run: |
mvn -V -B -s .github/mvn-settings.xml verify -Pframework,examples -Dvalidate-format -DskipTests -DskipITs
Expand Down
6 changes: 3 additions & 3 deletions examples/quarkus-helm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<groupId>io.quarkus.qe</groupId>
<artifactId>quarkus-examples-parent</artifactId>
<version>1.3.1.Beta21-SNAPSHOT</version>
<relativePath>../</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>examples-quarkus-helm</artifactId>
<name>Quarkus - Test Framework - Examples - Quarkus HELM</name>
<properties>
<quarkus-helm.version>1.0.8</quarkus-helm.version>
<quarkus-helm.version>1.0.9</quarkus-helm.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -166,4 +166,4 @@
</properties>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.1.0.Final</quarkus.platform.version>
<quarkus.platform.version>3.2.0.Final</quarkus.platform.version>
<exclude.tests.with.tags>quarkus-cli</exclude.tests.with.tags>
<include.tests>**/*IT.java</include.tests>
<exclude.openshift.tests>**/OpenShift*IT.java</exclude.openshift.tests>
Expand Down

0 comments on commit 0ac1b39

Please sign in to comment.