Skip to content

Commit

Permalink
Update to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia committed May 2, 2024
1 parent c79fbfb commit 2bf129b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<url>https://github.com/vaimee/SEPA</url>
</scm>
<properties>
<maven.compiler.source>13</maven.compiler.source>
<maven.compiler.target>13</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>v0.14.0</revision>
<update>0</update>
Expand Down Expand Up @@ -204,4 +204,4 @@
<version>1.5.3</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 2bf129b

Please sign in to comment.