From 556476a742fc71f80ef35d966c8d19f0c191d3a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Fri, 15 Oct 2021 15:37:22 +0200
Subject: [PATCH] [Release] prepare for next development iteration

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c8fcbb4..af3726f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<artifactId>hadoop-tar</artifactId>
 	<groupId>org.apache.hadoop.tar</groupId>
-	<version>1.0.1</version>
+	<version>1.0.2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<name>Hadoop Tar</name>
@@ -15,7 +15,7 @@
 		<connection>scm:git:https://gitlab.cesnet.cz/702/HADOOP/tar</connection>
 		<developerConnection>scm:git:git@gitlab.cesnet.cz:702/HADOOP/tar.git</developerConnection>
 		<url>https://gitlab.cesnet.cz/702/HADOOP/tar</url>
-		<tag>1.0.1</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<properties>
-- 
GitLab