From 295c98e49c6b97842b5c7abff588550da3e9f9a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Fri, 1 Mar 2019 16:34:59 +0100
Subject: [PATCH] 1.0.1-SNAPSHOT

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

diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml
index 3aacbb41..f7cda039 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>1.0.0</version>
+		<version>1.0.1-SNAPSHOT</version>
 		<relativePath> ../pom.xml</relativePath>
 	</parent>
 	
diff --git a/haas-spim-benchmark/pom.xml b/haas-spim-benchmark/pom.xml
index b0dab3d8..087600be 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>1.0.0</version>
+		<version>1.0.1-SNAPSHOT</version>
 		<relativePath> ../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>1.0.0</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</dependency>
 
 		<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
diff --git a/pom.xml b/pom.xml
index b39c9b21..014f628a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>cz.it4i.fiji</groupId>
 	<artifactId>haas-parent</artifactId>
-	<version>1.0.0</version>
+	<version>1.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<parent>
 		<groupId>org.scijava</groupId>
-- 
GitLab