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