Skip to content

Commit d0601c2

Browse files
author
TheSnoozer
committed
[maven-release-plugin] prepare release v5.0.0
1 parent cf597e7 commit d0601c2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-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/maven-v4_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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -11,7 +10,7 @@
1110
<groupId>io.github.git-commit-id</groupId>
1211
<artifactId>git-commit-id-plugin-core</artifactId>
1312
<packaging>jar</packaging>
14-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1514
<name>Git Commit Id Plugin Core</name>
1615
<url>https://github.com/git-commit-id/git-commit-id-plugin-core</url>
1716

@@ -26,7 +25,7 @@
2625
<url>git@github.com:git-commit-id/git-commit-id-plugin-core.git</url>
2726
<connection>scm:git@github.com:git-commit-id/git-commit-id-plugin-core</connection>
2827
<developerConnection>scm:git:git@github.com:git-commit-id/git-commit-id-plugin-core.git</developerConnection>
29-
<tag>HEAD</tag>
28+
<tag>v5.0.0</tag>
3029
</scm>
3130

3231
<properties>

0 commit comments

Comments
 (0)