Skip to content

Commit

Permalink
MET-5473: Upgrade to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
stzanakis committed Nov 24, 2023
1 parent a67fdf6 commit 48ef145
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 @@ -51,7 +51,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.maven.compiler.plugin}</version>
<configuration>
<release>11</release>
<release>17</release>
</configuration>
</plugin>
<!--Setup highest directory path, so that it can be used as a variable avoiding relative paths-->
Expand Down Expand Up @@ -121,7 +121,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.ecloud>10-SNAPSHOT</version.ecloud>
<version.metis-schema>8</version.metis-schema>
<version.metis-schema>9-SNAPSHOT</version.metis-schema>

<version.apache.commons-pool2>2.9.0</version.apache.commons-pool2>
<version.apache.httpclient>5.1</version.apache.httpclient>
Expand Down

0 comments on commit 48ef145

Please sign in to comment.