File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 6.1.0
2+ current_version = 6.1.1
33commit = True
44tag = True
55tag_name = v{new_version}
6-
76parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
8-
9- serialize =
10- {major}.{minor}.{patch}
7+ serialize =
8+ {major}.{minor}.{patch}
119
1210[bumpversion:file:pom.xml]
1311search = <version>{current_version}</version>
1412replace = <version>{new_version}</version>
1513
1614[bumpversion:file:./pom.xml]
1715search = <tag>v{current_version}</tag>
18- replace = <tag>v{new_version}</tag>
16+ replace = <tag>v{new_version}</tag>
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.1.0 </version >
13+ <version >6.1.1 </version >
1414 <name >Git Commit Id Plugin Core</name >
1515 <url >https://github.com/git-commit-id/git-commit-id-plugin-core</url >
1616
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.0 </tag >
28+ <tag >v6.1.1 </tag >
2929 </scm >
3030
3131 <properties >
You can’t perform that action at this time.
0 commit comments