Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 03a7714

Browse files
Update pom.xml
1 parent 0bca40e commit 03a7714

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<version>1.0-SNAPSHOT</version>
1717

1818
<properties>
19-
<maven.compiler.source>17</maven.compiler.source>
20-
<maven.compiler.target>17</maven.compiler.target>
19+
<maven.compiler.source>1.8</maven.compiler.source>
20+
<maven.compiler.target>1.8</maven.compiler.target>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<xdev.xapi.version>6.0.1</xdev.xapi.version>
2323
<db2.version>11.5.8.0</db2.version>
@@ -106,6 +106,7 @@
106106
</plugin>
107107

108108
<plugin>
109+
<groupId>org.apache.maven.plugins</groupId>
109110
<artifactId>maven-surefire-plugin</artifactId>
110111
<version>3.0.0-M5</version>
111112
</plugin>
@@ -134,6 +135,7 @@
134135
</plugin>
135136

136137
<plugin>
138+
<groupId>org.apache.maven.plugins</groupId>
137139
<artifactId>maven-compiler-plugin</artifactId>
138140
<version>3.8.1</version>
139141
<configuration>

0 commit comments

Comments
 (0)