Skip to content

Commit 48369f4

Browse files
Jiankai ZhengJiankai Zheng
authored andcommitted
chore(api): upgrading api version & java version
1 parent 8bdad69 commit 48369f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>nl.jiankai</groupId>
88
<artifactId>spotify-web-api-wrapper</artifactId>
9-
<version>1.5.2</version>
9+
<version>1.5.3</version>
1010

1111
<name>Spotify Web API Java Wrapper</name>
1212
<description>A Java Wrapper for Spotify's Web API</description>
@@ -139,7 +139,8 @@
139139
</dependencies>
140140

141141
<properties>
142-
<maven.compiler.target>1.8</maven.compiler.target>
143-
<maven.compiler.source>1.8</maven.compiler.source>
142+
<maven.compiler.target>15</maven.compiler.target>
143+
<maven.compiler.source>15</maven.compiler.source>
144+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
144145
</properties>
145146
</project>

0 commit comments

Comments
 (0)