Skip to content

Commit d2d4722

Browse files
committed
fix target
1 parent 1c9591c commit d2d4722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JdbcExamples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<artifactId>maven-compiler-plugin</artifactId>
1818
<version>2.4</version>
1919
<configuration>
20-
<source>1.17</source>
21-
<target>1.17</target>
20+
<source>17</source>
21+
<target>17</target>
2222
</configuration>
2323
</plugin>
2424

0 commit comments

Comments
 (0)