We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bda73 commit 2112643Copy full SHA for 2112643
maven-version-rules.xml
@@ -9,8 +9,14 @@
9
<ignoreVersion type="regex">.*\.jre[6-7]</ignoreVersion>
10
</ignoreVersions>
11
<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>
18
<!-- Pin testng version to pre-V7 -->
- <rule groupId="org.testng" artifactId="testng" comparisonMethod="maven">
19
+ <rule groupId="org.testng" artifactId="testng">
20
<ignoreVersions>
21
<ignoreVersion type="regex">7\..*</ignoreVersion>
22
0 commit comments