This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 390021b4 Revert "Update the fail/report criticality for revapi"
390021b4 is described below
commit 390021b4a8b2a52437dd849e430367d6dd96446f
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Jul 9 13:55:16 2024 +0100
Revert "Update the fail/report criticality for revapi"
This reverts commit 8603e6d73757256fc18fadfe0db2a65de05aac05.
A check of the source code for revapi 0.15 shows that the
value of reportCriticality is not used. Only the value of
reportSeverity is used in the ReportMojo.
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 997333f9..a114a016 100644
--- a/pom.xml
+++ b/pom.xml
@@ -666,6 +666,10 @@ This is avoided by creating an empty directory when svn is
not available.
</roots>
</configurationFile>
</analysisConfigurationFiles>
+ <!-- Note: Property 'reportSeverity' is deprecated but newer
'reportCriticality'
+ does work as documented. -->
+ <reportSeverity>equivalent</reportSeverity>
+ <reportCriticality>allowed</reportCriticality>
</configuration>
<reportSets>
<reportSet>