Skip to content

Commit bda2043

Browse files
committed
Update Maven compiler source and target versions to 11 in pom.xml, aligning with project requirements.
1 parent 5a3910b commit bda2043

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
@@ -15,8 +15,8 @@
1515
<url>https://github.com/notificationapi-com/notificationapi-java-server-sdk</url>
1616

1717
<properties>
18-
<maven.compiler.source>17</maven.compiler.source>
19-
<maven.compiler.target>17</maven.compiler.target>
18+
<maven.compiler.source>11</maven.compiler.source>
19+
<maven.compiler.target>11</maven.compiler.target>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
</properties>
2222

0 commit comments

Comments
 (0)