Skip to content

Commit 2112643

Browse files
authored
- add rule to maven-version-rules.xml to pin git-commit-id plugin version (#105)
1 parent a1bda73 commit 2112643

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

maven-version-rules.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@
99
<ignoreVersion type="regex">.*\.jre[6-7]</ignoreVersion>
1010
</ignoreVersions>
1111
<rules>
12+
<!-- Pin git-commit-id-plugin version to final release version before V5 until codebase migrates to Java11 -->
13+
<rule groupId="pl.project13.maven" artifactId="git-commit-id-plugin">
14+
<ignoreVersions>
15+
<ignoreVersion type="regex">4\.9\.9</ignoreVersion>
16+
</ignoreVersions>
17+
</rule>
1218
<!-- Pin testng version to pre-V7 -->
13-
<rule groupId="org.testng" artifactId="testng" comparisonMethod="maven">
19+
<rule groupId="org.testng" artifactId="testng">
1420
<ignoreVersions>
1521
<ignoreVersion type="regex">7\..*</ignoreVersion>
1622
</ignoreVersions>

0 commit comments

Comments
 (0)