From 02049560e070d8401b1f6fc47a857306b26dbf91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz> Date: Sun, 15 Jul 2018 12:19:11 +0200 Subject: [PATCH] orche: releas version 0.0.3 --- haas-imagej-client/pom.xml | 2 +- haas-parent/pom.xml | 2 +- haas-spim-benchmark/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml index 0ae54d2f..5b3aeadc 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 92ce709f..c169a826 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 d624bf60..8b41454c 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 --> -- GitLab