diff --git a/pom.xml b/pom.xml index 212e7ab581e9cba2ad65cd220c2256ebb2c5edc7..97eff8003d9790d6567236a8258b14da09a8a386 100755 --- a/pom.xml +++ b/pom.xml @@ -10,14 +10,14 @@ <groupId>no.nibio.vips.model</groupId> <artifactId>GrassDryingModel</artifactId> - <version>1.1.1</version> + <version>1.1.2-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> <dependency> <groupId>no.nibio.vips</groupId> <artifactId>VIPSCommon</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId>