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
Branches
Tags
No related merge requests found
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>no.nibio.vips.common</groupId> <groupId>no.nibio.vips</groupId>
<artifactId>VIPSCommon</artifactId> <artifactId>VIPSCommon</artifactId>
<version>1.0-SNAPSHOT</version> <version>2022.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</dependencies> </dependencies>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>11</maven.compiler.target>
</properties> </properties>
</project> </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