Skip to content

Commit ad5e2be

Browse files
committedJan 31, 2017
[maven-release-plugin] prepare release git-changelog-maven-plugin-1.39
1 parent be3eaa9 commit ad5e2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>se.bjurr.gitchangelog</groupId>
44
<artifactId>git-changelog-maven-plugin</artifactId>
5-
<version>1.39-SNAPSHOT</version>
5+
<version>1.39</version>
66
<packaging>maven-plugin</packaging>
77
<name>git-changelog-maven-plugin</name>
88
<description>Maven plugin that can generate a changelog from git repo.</description>
@@ -12,7 +12,7 @@
1212
<scm>
1313
<developerConnection>scm:git:git@github.com:tomasbjerre/git-changelog-maven-plugin.git</developerConnection>
1414
<url>https://github.com/tomasbjerre/git-changelog-maven-plugin</url>
15-
<tag>HEAD</tag>
15+
<tag>git-changelog-maven-plugin-1.39</tag>
1616
</scm>
1717

1818
<distributionManagement>

3 commit comments

Comments
 (3)

dunse commented on Feb 6, 2017

@dunse
Contributor

I haven't seen 1.39 in maven central yet, any eta for promoting it?

tomasbjerre commented on Feb 6, 2017

@tomasbjerre
OwnerAuthor

Sorry, forgot to release it from staging. Should be there within a few minutes now!

dunse commented on Feb 6, 2017

@dunse
Contributor

Can access it now, thanks!

Please sign in to comment.