Skip to content

Commit

Permalink
Fix archetype pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlett committed Sep 25, 2023
1 parent ba11f92 commit 3b617fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<spring.boot-version>${spring-boot-version}</spring.boot-version>
<surefire.plugin.version>3.0.0-M4</surefire.plugin.version>
<jkube.generator.from>registry.access.redhat.com/ubi8/openjdk-17:latest</jkube.generator.from>
Expand Down

0 comments on commit 3b617fa

Please sign in to comment.