Skip to content

Commit 2ca55cd

Browse files
committed
Revert maven-site-plugin to 3.x release, upgrade spotless, and fluido
plugins.
1 parent dbb943b commit 2ca55cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@
10191019
<!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. -->
10201020
<groupId>org.apache.maven.plugins</groupId>
10211021
<artifactId>maven-site-plugin</artifactId>
1022-
<version>4.0.0-M16</version>
1022+
<version>3.21.0</version>
10231023
<dependencies>
10241024
<!-- Explicitly declare these dependencies so the versions plugin and library bots will flag available updates. The fluido-skin plugin is referenced in src/site/site.xml using the same fluido version property. -->
10251025
<dependency>
@@ -1099,7 +1099,7 @@
10991099
<plugin>
11001100
<groupId>com.diffplug.spotless</groupId>
11011101
<artifactId>spotless-maven-plugin</artifactId>
1102-
<version>2.44.0</version>
1102+
<version>2.44.1</version>
11031103
<configuration>
11041104
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
11051105
<ratchetFrom>origin/master</ratchetFrom>
@@ -1241,7 +1241,7 @@
12411241

12421242
<version.apache.api-ldap>2.1.7</version.apache.api-ldap>
12431243
<version.apacheds>2.0.0.AM27</version.apacheds>
1244-
<version.fluido>2.0.0-M11</version.fluido>
1244+
<version.fluido>2.0.1</version.fluido>
12451245
<!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
12461246
<version.hibernate>3.6.10.Final</version.hibernate>
12471247
<version.spotbugs.maven>4.8.6.6</version.spotbugs.maven>

0 commit comments

Comments
 (0)