Skip to content

Commit bb83cdf

Browse files
committed
[maven-release-plugin] prepare release git-changelog-maven-plugin-1.71
1 parent 8374050 commit bb83cdf

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,9 +1,8 @@
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
<groupId>se.bjurr.gitchangelog</groupId>
54
<artifactId>git-changelog-maven-plugin</artifactId>
6-
<version>1.71-SNAPSHOT</version>
5+
<version>1.71</version>
76
<packaging>maven-plugin</packaging>
87
<name>git-changelog-maven-plugin</name>
98
<description>Maven plugin that can generate a changelog from git repo.</description>
@@ -13,7 +12,7 @@
1312
<scm>
1413
<developerConnection>scm:git:git@github.com:tomasbjerre/git-changelog-maven-plugin.git</developerConnection>
1514
<url>https://github.com/tomasbjerre/git-changelog-maven-plugin</url>
16-
<tag>HEAD</tag>
15+
<tag>git-changelog-maven-plugin-1.71</tag>
1716
</scm>
1817

1918
<distributionManagement>

0 commit comments

Comments
 (0)