Skip to content

Commit 0458d0b

Browse files
Migrating to javq 11
1 parent 173c6db commit 0458d0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

url-detector/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<artifactId>maven-compiler-plugin</artifactId>
4545
<version>3.0</version>
4646
<configuration>
47-
<source>1.8</source>
48-
<target>1.8</target>
49-
<testSource>1.8</testSource>
50-
<testTarget>1.8</testTarget>
47+
<source>11</source>
48+
<target>11</target>
49+
<testSource>11</testSource>
50+
<testTarget>11</testTarget>
5151
</configuration>
5252
</plugin>
5353
<plugin>

0 commit comments

Comments
 (0)