[maven-release-plugin] prepare release sixth-3d-1.2 sixth-3d-1.2
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 20 Dec 2020 17:39:45 +0000 (19:39 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 20 Dec 2020 17:39:45 +0000 (19:39 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 3b5e945..4c3c9ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,8 @@
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>eu.svjatoslav</groupId>
     <artifactId>sixth-3d</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</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>HEAD</tag>
+        <tag>sixth-3d-1.2</tag>
     </scm>
 
 </project>