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 6c844bc commit 2383c52Copy full SHA for 2383c52
operator-framework-bom/pom.xml
@@ -37,7 +37,7 @@
37
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
38
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
39
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
40
- <spotless.version>2.44.3</spotless.version>
+ <spotless.version>3.0.0</spotless.version>
41
<central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version>
42
</properties>
43
@@ -71,6 +71,7 @@
71
<plugin>
72
<groupId>com.diffplug.spotless</groupId>
73
<artifactId>spotless-maven-plugin</artifactId>
74
+ <version>spotless.version</version>
75
<configuration>
76
<pom>
77
<includes>
0 commit comments