Skip to content

Commit 2b52a9f

Browse files
committed
Bump version: 6.0.1-SNAPSHOT → 6.1.0
1 parent a9951ca commit 2b52a9f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[bumpversion]
2-
current_version = 6.0.1-SNAPSHOT
2+
current_version = 6.1.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}
6-
76
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-SNAPSHOT)?
8-
9-
serialize =
10-
{major}.{minor}.{patch}-SNAPSHOT
7+
serialize =
8+
{major}.{minor}.{patch}-SNAPSHOT
119

1210
[bumpversion:file:pom.xml]
1311
search = <version>{current_version}</version>
14-
replace = <version>{new_version}</version>
12+
replace = <version>{new_version}</version>

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
13+
<version>6.1.0-SNAPSHOT</version>
1414
<name>Git Commit Id Plugin Core</name>
1515
<url>https://github.com/git-commit-id/git-commit-id-plugin-core</url>
1616

0 commit comments

Comments
 (0)