File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/apache/maven/plugins/javadoc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ under the License.
75
75
<plexus-java .version>1.1.0</plexus-java .version>
76
76
<jetty .version>9.4.43.v20210629</jetty .version>
77
77
<!-- for ITs -->
78
- <sitePluginVersion >3.11.0 </sitePluginVersion >
78
+ <sitePluginVersion >3.12.1 </sitePluginVersion >
79
79
<projectInfoReportsPluginVersion >3.2.2</projectInfoReportsPluginVersion >
80
80
<project .build.outputTimestamp>2022-04-17T07:43:18Z</project .build.outputTimestamp>
81
81
<slf4j .version>1.7.32</slf4j .version>
@@ -207,7 +207,7 @@ under the License.
207
207
<dependency >
208
208
<groupId >org.apache.maven.reporting</groupId >
209
209
<artifactId >maven-reporting-api</artifactId >
210
- <version >3.1.0 </version >
210
+ <version >3.1.1 </version >
211
211
</dependency >
212
212
<dependency >
213
213
<groupId >org.apache.maven</groupId >
Original file line number Diff line number Diff line change 27
27
import java .util .ResourceBundle ;
28
28
import java .util .stream .Collectors ;
29
29
30
- import org .apache . maven .doxia .sink .Sink ;
30
+ import org .codehaus .doxia .sink .Sink ;
31
31
import org .apache .maven .doxia .siterenderer .RenderingContext ;
32
32
import org .apache .maven .doxia .siterenderer .sink .SiteRendererSink ;
33
33
import org .apache .maven .plugin .MojoExecutionException ;
You can’t perform that action at this time.
0 commit comments