Skip to content

Commit

Permalink
feat: bumpped the Java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdesousa committed Jun 21, 2024
1 parent d6dc13a commit 92e903a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.bfh</groupId>
<artifactId>mobile-access-gateway</artifactId>
<version>0.0.30</version>
<version>0.0.31</version>
<description>FHIR Gateway supporting the PMIR and MHD server actors and uses XDS/PIXV3 to communicate with an XDS Affinity Domain</description>
<packaging>jar</packaging>

Expand All @@ -17,7 +17,7 @@
<maven.compiler.target>1.11</maven.compiler.target>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>

<java.version>11</java.version>
<java.version>17</java.version>

<!-- plugins -->
<compiler-plugin-version>3.10.1</compiler-plugin-version>
Expand Down

0 comments on commit 92e903a

Please sign in to comment.