Skip to content

Commit b698940

Browse files
committed
removed local changes
1 parent d2f4e37 commit b698940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,6 @@
371371
</profile>
372372
<profile>
373373
<id>jre21</id>
374-
<activation>
375-
<activeByDefault>true</activeByDefault>
376-
</activation>
377374
<build>
378375
<finalName>${project.artifactId}-${project.version}.jre21${releaseExt}</finalName>
379376
<plugins>
@@ -407,6 +404,9 @@
407404
</profile>
408405
<profile>
409406
<id>jre23</id>
407+
<activation>
408+
<activeByDefault>true</activeByDefault>
409+
</activation>
410410
<build>
411411
<finalName>${project.artifactId}-${project.version}.jre23${releaseExt}</finalName>
412412
<plugins>

0 commit comments

Comments
 (0)