From bff8462a783d7c64d268c9a28e7a2db378b6a75e Mon Sep 17 00:00:00 2001 From: Lukas Krejci Date: Tue, 25 Apr 2017 13:56:57 +0200 Subject: [PATCH 1/9] Committing Revapi Maven Plugin docs for version 0.9.1. --- .../apidocs/allclasses-frame.html | 6 +- .../apidocs/allclasses-noframe.html | 6 +- .../apidocs/constant-values.html | 8 +- .../apidocs/deprecated-list.html | 8 +- .../revapi-maven-plugin/apidocs/help-doc.html | 8 +- .../apidocs/index-all.html | 8 +- .../revapi-maven-plugin/apidocs/index.html | 4 +- .../apidocs/org/revapi/maven/Analyzer.html | 8 +- .../maven/ApiBreakageHintingReporter.html | 8 +- .../org/revapi/maven/ApiChangeLevel.html | 8 +- .../org/revapi/maven/BuildTimeReporter.html | 8 +- .../org/revapi/maven/CheckForkMojo.html | 8 +- .../apidocs/org/revapi/maven/CheckMojo.html | 8 +- .../org/revapi/maven/ConfigurationFile.html | 8 +- .../revapi/maven/ConvertToXmlConfigMojo.html | 8 +- .../org/revapi/maven/FailSeverity.html | 8 +- .../apidocs/org/revapi/maven/HelpMojo.html | 8 +- .../org/revapi/maven/ReportAggregateMojo.html | 8 +- .../org/revapi/maven/ReportForkMojo.html | 8 +- .../apidocs/org/revapi/maven/ReportMojo.html | 8 +- .../ReportTimeReporter.DifferenceReport.html | 8 +- .../org/revapi/maven/ReportTimeReporter.html | 8 +- .../maven/UpdateReleasePropertiesMojo.html | 8 +- .../org/revapi/maven/UpdateVersionsMojo.html | 8 +- .../maven/ValidateConfigurationMojo.html | 8 +- .../org/revapi/maven/class-use/Analyzer.html | 8 +- .../class-use/ApiBreakageHintingReporter.html | 8 +- .../maven/class-use/ApiChangeLevel.html | 8 +- .../maven/class-use/BuildTimeReporter.html | 8 +- .../revapi/maven/class-use/CheckForkMojo.html | 8 +- .../org/revapi/maven/class-use/CheckMojo.html | 8 +- .../maven/class-use/ConfigurationFile.html | 8 +- .../class-use/ConvertToXmlConfigMojo.html | 8 +- .../revapi/maven/class-use/FailSeverity.html | 8 +- .../org/revapi/maven/class-use/HelpMojo.html | 8 +- .../maven/class-use/ReportAggregateMojo.html | 8 +- .../maven/class-use/ReportForkMojo.html | 8 +- .../revapi/maven/class-use/ReportMojo.html | 8 +- .../ReportTimeReporter.DifferenceReport.html | 8 +- .../maven/class-use/ReportTimeReporter.html | 8 +- .../UpdateReleasePropertiesMojo.html | 8 +- .../maven/class-use/UpdateVersionsMojo.html | 8 +- .../class-use/ValidateConfigurationMojo.html | 8 +- .../org/revapi/maven/package-frame.html | 6 +- .../org/revapi/maven/package-summary.html | 8 +- .../org/revapi/maven/package-tree.html | 8 +- .../apidocs/org/revapi/maven/package-use.html | 8 +- .../apidocs/overview-tree.html | 8 +- .../revapi-maven-plugin/check-fork-mojo.html | 33 +- modules/revapi-maven-plugin/check-mojo.html | 33 +- .../convert-config-to-xml-mojo.html | 33 +- .../comparing-specific-artifacts.html | 31 +- .../examples/configuration.html | 31 +- .../examples/evolving-with-semver.html | 31 +- .../examples/multi-file-configuration.html | 31 +- .../revapi-maven-plugin/examples/report.html | 31 +- .../examples/specifying-versions.html | 31 +- .../examples/updating-release-properties.html | 31 +- .../examples/updating-versions.html | 31 +- modules/revapi-maven-plugin/help-mojo.html | 33 +- modules/revapi-maven-plugin/index.html | 31 +- modules/revapi-maven-plugin/integration.html | 31 +- .../revapi-maven-plugin/issue-tracking.html | 31 +- modules/revapi-maven-plugin/license.html | 33 +- modules/revapi-maven-plugin/mail-lists.html | 31 +- modules/revapi-maven-plugin/plugin-info.html | 37 +- modules/revapi-maven-plugin/project-info.html | 31 +- .../revapi-maven-plugin/project-reports.html | 33 +- .../report-aggregate-mojo.html | 33 +- .../revapi-maven-plugin/report-fork-mojo.html | 33 +- modules/revapi-maven-plugin/report-mojo.html | 33 +- .../revapi-maven-plugin/revapi-report.html | 347 ++---------------- .../source-repository.html | 31 +- modules/revapi-maven-plugin/team-list.html | 31 +- .../update-release-properties-mojo.html | 33 +- .../update-versions-mojo.html | 33 +- .../validate-configuration-mojo.html | 33 +- 77 files changed, 784 insertions(+), 835 deletions(-) diff --git a/modules/revapi-maven-plugin/apidocs/allclasses-frame.html b/modules/revapi-maven-plugin/apidocs/allclasses-frame.html index 374ba8542..aca8ebda1 100644 --- a/modules/revapi-maven-plugin/apidocs/allclasses-frame.html +++ b/modules/revapi-maven-plugin/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (Revapi Maven Plugin 0.9.0 API) - +All Classes (Revapi Maven Plugin 0.9.1 API) + diff --git a/modules/revapi-maven-plugin/apidocs/allclasses-noframe.html b/modules/revapi-maven-plugin/apidocs/allclasses-noframe.html index 1362d9254..9c969947d 100644 --- a/modules/revapi-maven-plugin/apidocs/allclasses-noframe.html +++ b/modules/revapi-maven-plugin/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (Revapi Maven Plugin 0.9.0 API) - +All Classes (Revapi Maven Plugin 0.9.1 API) + diff --git a/modules/revapi-maven-plugin/apidocs/constant-values.html b/modules/revapi-maven-plugin/apidocs/constant-values.html index 23aade9c0..a9b53c1dd 100644 --- a/modules/revapi-maven-plugin/apidocs/constant-values.html +++ b/modules/revapi-maven-plugin/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (Revapi Maven Plugin 0.9.0 API) - +Constant Field Values (Revapi Maven Plugin 0.9.1 API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/modules/revapi-maven-plugin/apidocs/org/revapi/maven/package-summary.html b/modules/revapi-maven-plugin/apidocs/org/revapi/maven/package-summary.html index 34d1eab41..867d74725 100644 --- a/modules/revapi-maven-plugin/apidocs/org/revapi/maven/package-summary.html +++ b/modules/revapi-maven-plugin/apidocs/org/revapi/maven/package-summary.html @@ -2,10 +2,10 @@ - + -org.revapi.maven (Revapi Maven Plugin 0.9.0 API) - +org.revapi.maven (Revapi Maven Plugin 0.9.1 API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ + + + @@ -46,14 +59,16 @@