[maven-release-plugin] prepare for next development iteration
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 20 Dec 2020 17:39:48 +0000 (19:39 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 20 Dec 2020 17:39:48 +0000 (19:39 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 4c3c9ac..53b2fbd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>eu.svjatoslav</groupId>
     <artifactId>sixth-3d</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
     <name>Sixth 3D</name>
     <description>3D engine</description>
 
     <scm>
         <connection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/sixth-3d.git</connection>
         <developerConnection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/sixth-3d.git</developerConnection>
-        <tag>sixth-3d-1.2</tag>
+        <tag>HEAD</tag>
     </scm>
 
 </project>