Skip to content

Commit f341a97

Browse files
author
TheSnoozer
committed
hard-wire the dependency to pl.project13.maven:git-commit-id-plugin-parent:4.0.5
1 parent 2dfaac6 commit f341a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>pl.project13.maven</groupId>
77
<artifactId>git-commit-id-plugin-parent</artifactId>
8-
<version>4.9.9-SNAPSHOT</version>
8+
<version>4.0.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>pl.project13.maven</groupId>
66
<artifactId>git-commit-id-plugin-parent</artifactId>
7-
<version>4.9.9-SNAPSHOT</version>
7+
<version>4.0.5</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)