diff --git a/pom.xml b/pom.xml index a9f4af2d234b666cbde41fbfa37455a7b51da7a7..2af1a0ec4533c71cd7a26757bde2c10e44c51cfc 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>no.nibio.vips.model</groupId> <artifactId>AlternariaModel</artifactId> - <version>1.0.1</version> + <version>1.0.2.SNAPSHOT</version> <packaging>jar</packaging> <repositories> @@ -24,7 +24,7 @@ <dependency> <groupId>no.nibio.vips</groupId> <artifactId>VIPSCommon</artifactId> - <version>2.0.1</version> + <version>2.0.2</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> @@ -55,4 +55,4 @@ <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> </properties> -</project> \ No newline at end of file +</project>