Compare commits
1 commit
ffcc764133
...
7d5f2e3540
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d5f2e3540 |
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 }}
|
${{ steps.cache-key.outputs.m2-monthly-cache-key }}
|
||||||
|
|
||||||
- name: Configure Maven CI/CD settings
|
- name: Configure Maven CI/CD settings
|
||||||
uses: https://github.com/s4u/maven-settings-action@v4.0.0
|
uses: https://github.com/s4u/maven-settings-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
servers: |
|
servers: |
|
||||||
[{
|
[{
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -22,7 +22,7 @@
|
||||||
<!-- Quarkus properties -->
|
<!-- Quarkus properties -->
|
||||||
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
|
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
|
||||||
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
|
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
|
||||||
<quarkus.platform.version>3.28.3</quarkus.platform.version>
|
<quarkus.platform.version>3.28.2</quarkus.platform.version>
|
||||||
|
|
||||||
<!-- Plugin versions -->
|
<!-- Plugin versions -->
|
||||||
<compiler-plugin.version>3.14.1</compiler-plugin.version>
|
<compiler-plugin.version>3.14.1</compiler-plugin.version>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue