Skip to content

Commit 21fe9aa

Browse files
committed
Bump version: 6.1.4 → 6.1.5
1 parent 2582f7a commit 21fe9aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.1.4
2+
current_version = 6.1.5
33
commit = True
44
tag = True
55
tag_name = v{new_version}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.github.git-commit-id</groupId>
55
<artifactId>git-commit-id-plugin-core</artifactId>
66
<packaging>jar</packaging>
7-
<version>6.1.4</version>
7+
<version>6.1.5</version>
88
<name>Git Commit Id Plugin Core</name>
99
<description>A library for extracting git information at build time</description>
1010
<url>https://github.com/git-commit-id/git-commit-id-plugin-core</url>
@@ -30,7 +30,7 @@
3030
<url>git@github.com:git-commit-id/git-commit-id-plugin-core.git</url>
3131
<connection>scm:git@github.com:git-commit-id/git-commit-id-plugin-core</connection>
3232
<developerConnection>scm:git:git@github.com:git-commit-id/git-commit-id-plugin-core.git</developerConnection>
33-
<tag>v6.1.4</tag>
33+
<tag>v6.1.5</tag>
3434
</scm>
3535

3636
<properties>

0 commit comments

Comments
 (0)