Skip to content

Commit

Permalink
RN JDK 20 dropped support for Java source/target 1.7, and since we mi…
Browse files Browse the repository at this point in the history
…grated to JDK 21 we had to upgrade source/version to 1.8.
  • Loading branch information
Branko Pavlovic committed Sep 9, 2024
1 parent 6e98a1e commit f2cfefa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FrejaEidClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.verisec.frejaeid</groupId>
<artifactId>FrejaEidClient</artifactId>
<version>2.24.1-SNAPSHOT</version>
<version>2.25.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>FrejaEidClient</name>
Expand Down Expand Up @@ -34,8 +34,8 @@
</developers>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.scm.id>github</project.scm.id>
</properties>
Expand Down

0 comments on commit f2cfefa

Please sign in to comment.