Skip to content
Snippets Groups Projects
Commit 21740724 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

build: Update VIPSCommon dependency, change source+target from 1.7 to 11

parent 29ce04b1
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>no.nibio.vips.common</groupId>
<groupId>no.nibio.vips</groupId>
<artifactId>VIPSCommon</artifactId>
<version>1.0-SNAPSHOT</version>
<version>2022.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
......@@ -26,7 +26,7 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment