Skip to content

Commit a43be0d

Browse files
committed
[maven-release-plugin] prepare release v0.6.0
1 parent 1eda945 commit a43be0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -11,7 +10,7 @@
1110

1211
<groupId>de.skuzzle</groupId>
1312
<artifactId>semantic-version</artifactId>
14-
<version>0.6.0-SNAPSHOT</version>
13+
<version>0.6.0</version>
1514
<packaging>jar</packaging>
1615

1716
<name>semantic-version</name>
@@ -37,7 +36,8 @@
3736

3837
<scm>
3938
<developerConnection>scm:git:https://github.com/skuzzle/${github.name}.git</developerConnection>
40-
</scm>
39+
<tag>v0.6.0</tag>
40+
</scm>
4141

4242
<dependencies>
4343
<dependency>

0 commit comments

Comments
 (0)