We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de72415 commit 637a87eCopy full SHA for 637a87e
independent-projects/enforcer-rules/pom.xml
@@ -36,6 +36,7 @@
36
<maven.compiler.release>11</maven.compiler.release>
37
38
<version.enforcer.plugin>3.2.1</version.enforcer.plugin>
39
+ <version.surefire.plugin>3.0.0</version.surefire.plugin>
40
<!-- Keeping 3.0.0.M3 because 3.2.1 requires class changes -->
41
<enforcer-api.version>3.0.0-M3</enforcer-api.version>
42
<maven-invoker-plugin.version>3.5.1</maven-invoker-plugin.version>
independent-projects/revapi/pom.xml
@@ -29,6 +29,7 @@
29
30
<properties>
31
32
33
<maven.compiler.target>11</maven.compiler.target>
34
<maven.compiler.source>11</maven.compiler.source>
35
0 commit comments