File tree Expand file tree Collapse file tree
japicmp-testbase/japicmp-test-maven-plugin
src/test/java/japicmp/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 697697 <plugin >
698698 <groupId >org.apache.maven.plugins</groupId >
699699 <artifactId >maven-site-plugin</artifactId >
700- <version >3.7 </version >
700+ <version >3.21.0 </version >
701701 <executions >
702702 <execution >
703703 <id >build-site-to-test</id >
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ public void testHtmlTitleInSiteReport() throws IOException {
3636 Document document = Jsoup .parse (htmlPath .toFile (), StandardCharsets .UTF_8 .toString ());
3737 Elements title = document .select ("title" );
3838 assertThat (title .isEmpty (), is (false ));
39- assertThat (title .text (), is ("japicmp-test-maven-plugin – Test-Title for Site-Report" ));
39+ assertThat (title .text (), is ("Test-Title for Site-Report – japicmp-test-maven-plugin " ));
4040 }
4141}
Original file line number Diff line number Diff line change 365365 <plugin >
366366 <groupId >org.apache.maven.plugins</groupId >
367367 <artifactId >maven-site-plugin</artifactId >
368- <version >3.12 .0</version >
368+ <version >3.21 .0</version >
369369 </plugin >
370370 <plugin >
371371 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments