Skip to content

Commit 1c0d6d5

Browse files
committed
Bump version: 6.1.1 → 6.1.2
1 parent d26ad15 commit 1c0d6d5

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.1
2+
current_version = 6.1.2
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
@@ -10,7 +10,7 @@
1010
<groupId>io.github.git-commit-id</groupId>
1111
<artifactId>git-commit-id-plugin-core</artifactId>
1212
<packaging>jar</packaging>
13-
<version>6.1.1</version>
13+
<version>6.1.2</version>
1414
<name>Git Commit Id Plugin Core</name>
1515
<url>https://github.com/git-commit-id/git-commit-id-plugin-core</url>
1616

@@ -25,7 +25,7 @@
2525
<url>git@github.com:git-commit-id/git-commit-id-plugin-core.git</url>
2626
<connection>scm:git@github.com:git-commit-id/git-commit-id-plugin-core</connection>
2727
<developerConnection>scm:git:git@github.com:git-commit-id/git-commit-id-plugin-core.git</developerConnection>
28-
<tag>v6.1.1</tag>
28+
<tag>v6.1.2</tag>
2929
</scm>
3030

3131
<properties>

0 commit comments

Comments
 (0)