We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69587db commit 4e84894Copy full SHA for 4e84894
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>codes.thischwa</groupId>
5
<artifactId>ghrnc</artifactId>
6
- <version>0.1.0-beta.4</version>
+ <version>0.1.0-beta.5-SNAPSHOT</version>
7
<name>GitHub Release Notes Creator</name>
8
<description>A tool for creating release notes based on the closed GitHub issues of a milestone.</description>
9
@@ -31,7 +31,7 @@
31
<scm>
32
<developerConnection>scm:git:git@github.com:th-schwarz/GithubReleaseNotesCreator</developerConnection>
33
<connection>scm:git:git@github.com:th-schwarz/GithubReleaseNotesCreator</connection>
34
- <tag>v0.1.0-beta.4</tag>
+ <tag>HEAD</tag>
35
</scm>
36
37
<dependencies>
0 commit comments