From 2f5455572edacc717b84b5d5ede4394e8bfcc8f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Wed, 13 Jun 2018 18:11:42 +0200
Subject: [PATCH] orche: increase versions of hass-* projects

---
 haas-imagej-client/pom.xml  | 2 +-
 haas-parent/pom.xml         | 3 +--
 haas-spim-benchmark/pom.xml | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml
index c9d490c6..573d2d9a 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 d7c524d9..e54a7daa 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 e6230ec7..688466b7 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 -->
-- 
GitLab