Skip to content

Commit e054f3c

Browse files
committed
Fix pom.xml
1 parent 831892b commit e054f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<packaging>jar</packaging>
1212

1313
<properties>
14-
<maven.compiler.source>1.11</maven.compiler.source>
15-
<maven.compiler.target>1.11</maven.compiler.target>
14+
<maven.compiler.source>11</maven.compiler.source>
15+
<maven.compiler.target>11</maven.compiler.target>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
</properties>
1818

0 commit comments

Comments
 (0)