Skip to content

Commit 23e5379

Browse files
committed
build: pin maven-site-plugin to version 3.12.1
1 parent f6fd653 commit 23e5379

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@
153153
<useSystemClassLoader>false</useSystemClassLoader>
154154
</configuration>
155155
</plugin>
156+
<plugin>
157+
<groupId>org.apache.maven.plugins</groupId>
158+
<artifactId>maven-site-plugin</artifactId>
159+
<version>3.12.1</version>
160+
</plugin>
156161
</plugins>
157162
</pluginManagement>
158163

0 commit comments

Comments
 (0)