Skip to content

Commit 16bad75

Browse files
committed
Bump version: 9.0.2 → 9.1.0
1 parent 4772f7e commit 16bad75

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 = 9.0.2
2+
current_version = 9.1.0
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
@@ -6,7 +6,7 @@
66
<groupId>io.github.git-commit-id</groupId>
77
<artifactId>git-commit-id-maven-plugin</artifactId>
88
<packaging>maven-plugin</packaging>
9-
<version>9.0.2</version>
9+
<version>9.1.0</version>
1010
<name>Git Commit Id Maven Plugin</name>
1111
<url>https://github.com/git-commit-id/git-commit-id-maven-plugin</url>
1212
<description>
@@ -41,7 +41,7 @@
4141
<url>git@github.com:git-commit-id/git-commit-id-maven-plugin.git</url>
4242
<connection>scm:git@github.com:git-commit-id/git-commit-id-maven-plugin</connection>
4343
<developerConnection>scm:git:git@github.com:git-commit-id/git-commit-id-maven-plugin.git</developerConnection>
44-
<tag>v9.0.2</tag>
44+
<tag>v9.1.0</tag>
4545
</scm>
4646

4747
<properties>

0 commit comments

Comments
 (0)