diff --git a/pom.xml b/pom.xml
index 24c198e2818b7a16406da58227835f15fda9ea93..7b4b22199c0d3be5194cfa48eeaf9a87c57cfab2 100644
--- 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,8 +26,8 @@
     </dependencies>
     <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>
     <name>SeptoriaHumidityModel</name>
 </project>
\ No newline at end of file