From f00d0d6c3f65e0ec3fdd2e87473880ff0d86fc96 Mon Sep 17 00:00:00 2001
From: Roberto Gentili <roberto.gentili.1980@gmail.com>
Date: Wed, 1 May 2024 09:08:38 +0000
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration

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

diff --git a/pom.xml b/pom.xml
index 3de9115..2f0542c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 	<groupId>org.burningwave</groupId>
 	<artifactId>graph</artifactId>
 	
-	<version>0.11.0</version>
+	<version>0.11.1-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	
 	<name>Burningwave Graph</name>
@@ -101,7 +101,7 @@
 		<connection>scm:git:${repository.url}</connection>
 		<developerConnection>scm:git:${repository.url}</developerConnection>
 		<url>https://github.com/burningwave/graph</url>
-		<tag>graph-0.11.0</tag>
+		<tag>HEAD</tag>
 	</scm>
 	
 	<dependencies>