Skip to content

Commit a0e8e41

Browse files
committed
Disable revapi for 2.0 release
1 parent daad1b7 commit a0e8e41

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Software for single molecule localisation microscopy (SMLM)
322322
<groupId>org.revapi</groupId>
323323
<artifactId>revapi-maven-plugin</artifactId>
324324
<configuration>
325-
<skip>false</skip>
325+
<skip>true</skip>
326326
<!-- For reporting do not ignore the "intentional-api-changes" so they are included -->
327327
<analysisConfigurationFiles>
328328
<configurationFile>
@@ -341,9 +341,6 @@ Software for single molecule localisation microscopy (SMLM)
341341
<!-- Ignore changes to ImageJ methods.
342342
The GDSC SMLM code aims to run within the latest ImageJ. -->
343343
<item>method .* ij\..*</item>
344-
<!-- Ignore changes to FastUtil.
345-
The currently exposed classes in the public API will be removed in future. -->
346-
<item>class it\.unimi\.dsi\.fastutil\..*</item>
347344
<!-- Ignore changes to generated code -->
348345
<item>class .*Protos</item>
349346
<item>class .*Protos\..*</item>
@@ -390,7 +387,7 @@ Software for single molecule localisation microscopy (SMLM)
390387
<groupId>org.revapi</groupId>
391388
<artifactId>revapi-maven-plugin</artifactId>
392389
<configuration>
393-
<skip>false</skip>
390+
<skip>true</skip>
394391
<!-- For reporting do not ignore the "intentional-api-changes" so they are included -->
395392
<analysisConfigurationFiles>
396393
<configurationFile>
@@ -409,9 +406,6 @@ Software for single molecule localisation microscopy (SMLM)
409406
<!-- Ignore changes to ImageJ methods.
410407
The GDSC SMLM code aims to run within the latest ImageJ. -->
411408
<item>method .* ij\..*</item>
412-
<!-- Ignore changes to FastUtil.
413-
The currently exposed classes in the public API will be removed in future. -->
414-
<item>class it\.unimi\.dsi\.fastutil\..*</item>
415409
<!-- Ignore changes to generated code -->
416410
<item>class .*Protos</item>
417411
<item>class .*Protos\..*</item>

0 commit comments

Comments
 (0)