Switching to 17 version of java.

This commit is contained in:
Prominence 2022-04-17 01:12:33 +03:00
parent c0dd184965
commit 93b6b357c1
No known key found for this signature in database
GPG Key ID: B5C2DFCB54798A7B

View File

@ -6,7 +6,7 @@
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Java OpenWeatherMap API</name>
@ -63,8 +63,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>8</source>
<target>8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>