return site-plugin and bump cyclonedx-maven (#117)

This commit is contained in:
Ilya 2024-10-28 10:53:54 +03:00 committed by GitHub
parent 9184765e3a
commit ad47fb61e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -333,6 +333,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.8.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
@ -341,7 +346,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
<executions>
<execution>
<phase>package</phase>