Compare commits
2 commits
668f750c4a
...
6fa9b23a99
Author | SHA1 | Date | |
---|---|---|---|
6fa9b23a99 | |||
babb8145b9 |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
${{ steps.cache-key.outputs.m2-monthly-cache-key }}
|
||||
|
||||
- name: Configure Maven CI/CD settings
|
||||
uses: https://github.com/s4u/maven-settings-action@v3.1.0
|
||||
uses: https://github.com/s4u/maven-settings-action@v4.0.0
|
||||
with:
|
||||
servers: |
|
||||
[{
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -22,7 +22,7 @@
|
|||
<!-- Quarkus properties -->
|
||||
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
|
||||
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
|
||||
<quarkus.platform.version>3.28.2</quarkus.platform.version>
|
||||
<quarkus.platform.version>3.28.3</quarkus.platform.version>
|
||||
|
||||
<!-- Plugin versions -->
|
||||
<compiler-plugin.version>3.14.1</compiler-plugin.version>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue