Skip to content

Commit

Permalink
Merge pull request #3 from ontoportal-lirmm/feature/update-code-to-us…
Browse files Browse the repository at this point in the history
…e-java11

Feature: Update java version to 11
  • Loading branch information
naouelkaram authored Sep 2, 2024
2 parents 5d8caef + aae1048 commit a319fce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>11</release>
</configuration>
</plugin>


<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
Expand Down Expand Up @@ -64,7 +62,7 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>4.5.1</version>
<version>4.5.24</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a319fce

Please sign in to comment.