Skip to content

Commit

Permalink
Merge branch 'main' into update_release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChMThiel authored Feb 19, 2024
2 parents f387bb6 + 43082cc commit 86a37d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
if: startsWith(matrix.os, 'windows')

- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'maven'

- name: Build with Maven
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
metadata-file-path: '.github/project.yml'

- uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse</groupId>
<artifactId>quarkiverse-parent</artifactId>
<version>15</version>
<version>16</version>
</parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-root</artifactId>
Expand Down Expand Up @@ -33,9 +33,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.6.4</quarkus.version>
<version.org.assertj>3.25.1</version.org.assertj>
<version.org.slf4j>2.0.11</version.org.slf4j>
<version.org.slf4j>2.0.12</version.org.slf4j>
<version.asyncapi.core>1.0.0-EAP-2</version.asyncapi.core>
<version.org.mockito>5.8.0</version.org.mockito>
<version.org.mockito>5.10.0</version.org.mockito>
<version.org.projectlombok>1.18.30</version.org.projectlombok>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 86a37d1

Please sign in to comment.