diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml index c9d490c6a711dad7e375ad9350d535938d262eb7..573d2d9ab3a6eb29a215a84c705cbf1f0f9e5e50 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.1-SNAPSHOT</version> + <version>0.0.2-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 d7c524d920be9d5291c6f0c1666c2354e4f44787..e54a7daa5ef9cfcd32ddf8550ee3f37ae048ceb7 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.1-SNAPSHOT</version> + <version>0.0.2-SNAPSHOT</version> <packaging>pom</packaging> <parent> <groupId>org.scijava</groupId> @@ -14,7 +14,6 @@ </parent> <properties> <project_url>https://code.it4i.cz/fiji/haas-java-client/</project_url> - <organization.name>IT4Innovations - National Supercomputing Center</organization.name> <organization.url>http://www.it4i.cz/</organization.url> diff --git a/haas-spim-benchmark/pom.xml b/haas-spim-benchmark/pom.xml index e6230ec75fc168d4314571b6b4ff0974e6b5ab17..688466b7ba4fb9f4b46c1456d88f4bfca4066bf6 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.1-SNAPSHOT</version> + <version>0.0.2-SNAPSHOT</version> <relativePath> ../haas-parent/pom.xml</relativePath> </parent> <artifactId>haas-spim-benchmark</artifactId> @@ -78,7 +78,7 @@ <dependency> <groupId>cz.it4i.fiji</groupId> <artifactId>haas-imagej-client</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.0.2-SNAPSHOT</version> </dependency> <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->