From 21740724f9d9ae207c16074a25adac069d5e4606 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Thu, 12 Jan 2023 13:43:39 +0100
Subject: [PATCH] build: Update VIPSCommon dependency, change source+target
 from 1.7 to 11

---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1ba8680..ee420ee 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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
-- 
GitLab