File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 6.0.1-SNAPSHOT
2+ current_version = 6.1.0
33commit = True
44tag = True
55tag_name = v{new_version}
6-
76parse = (?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]
1311search = <version>{current_version}</version>
14- replace = <version>{new_version}</version>
12+ replace = <version>{new_version}</version>
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments