From 86a4d3b9948e4895c6e510e853350ce7f49016a4 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:21 +0200 Subject: [PATCH] [Release] prepare release 1.0.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 89e6fdf..c8fcbb4 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-SNAPSHOT</version> + <version>1.0.1</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>HEAD</tag> + <tag>1.0.1</tag> </scm> <properties> -- GitLab