Skip to content

Commit

Permalink
Merge pull request #4 from camarasu/updateToJava11
Browse files Browse the repository at this point in the history
Update to Java11
  • Loading branch information
axlbonnet authored Jun 27, 2022
2 parents edd6dc9 + 2d91c75 commit e6c8859
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>fr.insalyon.creatis</groupId>
<artifactId>gasw-h2-plugin</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>jar</packaging>

<name>GASW-H2-Plugin</name>

<properties>
<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>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<licenses>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>fr.insalyon.creatis</groupId>
<artifactId>gasw</artifactId>
<version>3.0</version>
<version>3.7.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit e6c8859

Please sign in to comment.