File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >se.bjurr.gitchangelog</groupId >
5
4
<artifactId >git-changelog-maven-plugin</artifactId >
6
- <version >1.71-SNAPSHOT </version >
5
+ <version >1.71</version >
7
6
<packaging >maven-plugin</packaging >
8
7
<name >git-changelog-maven-plugin</name >
9
8
<description >Maven plugin that can generate a changelog from git repo.</description >
13
12
<scm >
14
13
<developerConnection >scm:git:git@github.com:tomasbjerre/git-changelog-maven-plugin.git</developerConnection >
15
14
<url >https://github.com/tomasbjerre/git-changelog-maven-plugin</url >
16
- <tag >HEAD </tag >
15
+ <tag >git-changelog-maven-plugin-1.71 </tag >
17
16
</scm >
18
17
19
18
<distributionManagement >
You can’t perform that action at this time.
0 commit comments