Skip to content

Commit e01476a

Browse files
author
TheSnoozer
committed
#465: hard-code the dependency version, the core and maven-plugin version are essentially independant now (as it should be)
1 parent b6bb16f commit e01476a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>${project.groupId}</groupId>
6060
<artifactId>git-commit-id-plugin-core</artifactId>
61-
<version>${project.version}</version>
61+
<version>5.0.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)