Skip to content

Commit

Permalink
Fixes language level in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
aaberg committed Nov 3, 2024
1 parent 3e5a6e5 commit f9a9091
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 @@ -43,8 +43,8 @@
<spring-jdbc.version>4.0.2.RELEASE</spring-jdbc.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<developers>
<developer>
Expand Down Expand Up @@ -182,7 +182,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.10.1</version>
<executions>
<execution>
<id>attach-javadoc</id>
Expand Down

0 comments on commit f9a9091

Please sign in to comment.