We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73dfac commit 4cc35a9Copy full SHA for 4cc35a9
4 files changed
.DS_Store
6 KB
apps/.DS_Store
apps/price-generator/pom.xml
@@ -6,7 +6,6 @@
6
<artifactId>price-generator</artifactId>
7
<version>1.0-SNAPSHOT</version>
8
<properties>
9
- <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
10
<compiler-plugin.version>3.8.1</compiler-plugin.version>
11
<maven.compiler.parameters>true</maven.compiler.parameters>
12
<maven.compiler.source>11</maven.compiler.source>
@@ -17,6 +16,7 @@
17
16
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
18
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
19
<quarkus.platform.version>2.6.2.Final</quarkus.platform.version>
+ <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
20
</properties>
21
<dependencyManagement>
22
<dependencies>
0 commit comments