diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml index 0ae54d2f3cb8ce5ad0d849773004a81924ad0b79..5b3aeadc2a1357b20a19d2b800363d8d246b72d1 100644 --- a/haas-imagej-client/pom.xml +++ b/haas-imagej-client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>cz.it4i.fiji</groupId> <artifactId>haas-parent</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.3-SNAPSHOT</version> <relativePath> ../haas-parent/pom.xml</relativePath> </parent> <artifactId>haas-imagej-client</artifactId> diff --git a/haas-parent/pom.xml b/haas-parent/pom.xml index 92ce709fb01cc62444be4535856f44dcd8e60a41..c169a826ddecb346a37b074ee55478ae755e46c3 100644 --- a/haas-parent/pom.xml +++ b/haas-parent/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cz.it4i.fiji</groupId> <artifactId>haas-parent</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.3-SNAPSHOT</version> <packaging>pom</packaging> <parent> <groupId>org.scijava</groupId> diff --git a/haas-spim-benchmark/pom.xml b/haas-spim-benchmark/pom.xml index d624bf6066f17c0473e9d10336f66bbda441950b..8b41454cd3745b67c0b65c33ac32461435ac1cde 100644 --- a/haas-spim-benchmark/pom.xml +++ b/haas-spim-benchmark/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>cz.it4i.fiji</groupId> <artifactId>haas-parent</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.3-SNAPSHOT</version> <relativePath> ../haas-parent/pom.xml</relativePath> </parent> <artifactId>haas-spim-benchmark</artifactId> @@ -92,7 +92,7 @@ <dependency> <groupId>cz.it4i.fiji</groupId> <artifactId>haas-imagej-client</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.3-SNAPSHOT</version> </dependency> <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->