Skip to content

Commit dd79c69

Browse files
fix(Tagging): Changed query_string pattern in QueryString section
Signed-off-by: Fabrizio Leoni <fabrizio_leoni@it.ibm.com>
1 parent 23dfe31 commit dd79c69

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
<slf4j-version>2.0.16</slf4j-version>
4343

4444
<maven-enforcer-version>3.4.1</maven-enforcer-version>
45-
<min-jdk-version>21</min-jdk-version>
45+
<min-jdk-version>11</min-jdk-version>
4646
<min-maven-version>3.5.0</min-maven-version>
4747

4848
<maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
49-
<java-source-version>21</java-source-version>
50-
<java-target-version>21</java-target-version>
49+
<java-source-version>1.8</java-source-version>
50+
<java-target-version>1.8</java-target-version>
5151

5252

5353
<!-- versions of transitive dependencies we need to override to avoid
@@ -426,7 +426,7 @@
426426
<show>public</show>
427427
<doctitle>${project.name}, version ${project.version}</doctitle>
428428
<footer>IBM Corporation</footer>
429-
<source>21</source>
429+
<source>8</source>
430430
<detectJavaApiLink>false</detectJavaApiLink>
431431
</configuration>
432432
<executions>
@@ -439,13 +439,10 @@
439439
</execution>
440440
</executions>
441441
</plugin>
442-
<!-- JaCoCo disabled due to incompatibility with Java 25 runtime -->
443-
<!--
444442
<plugin>
445443
<groupId>org.jacoco</groupId>
446444
<artifactId>jacoco-maven-plugin</artifactId>
447445
</plugin>
448-
-->
449446
<plugin>
450447
<groupId>org.apache.maven.plugins</groupId>
451448
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)