Skip to content

Commit

Permalink
Site checkin for project mybatis-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Apr 16, 2024
1 parent 7c9523d commit f92bcd6
Show file tree
Hide file tree
Showing 20 changed files with 210 additions and 194 deletions.
10 changes: 5 additions & 5 deletions checkstyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:checkstyle at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:checkstyle at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -61,7 +61,7 @@
<main id="bodyColumn" class="span10">
<section>
<h1>Checkstyle Results</h1><a id="Checkstyle_Results"></a>
<p>The following document contains the results of <a class="externalLink" href="https://checkstyle.org/">Checkstyle</a> 10.13.0 with checkstyle.xml ruleset.</p><section>
<p>The following document contains the results of <a class="externalLink" href="https://checkstyle.org/">Checkstyle</a> 10.15.0 with checkstyle.xml ruleset.</p><section>
<h2>Summary</h2><a id="Summary"></a>
<table class="table table-striped">
<tr class="a">
Expand Down Expand Up @@ -108,4 +108,4 @@ <h2>Details</h2><a id="Details"></a></section></section>
}
</script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions ci-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:ci-management at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:ci-management at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -94,4 +94,4 @@ <h1>Notifiers</h1><a id="Notifiers"></a>
}
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
body.docs div.docs {
margin: 0 !important;
border: none !important;
}
}
20 changes: 10 additions & 10 deletions dependency-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:dependency-info at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:dependency-info at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -73,28 +73,28 @@ <h2>Apache Maven</h2><a id="Apache_Maven"></a>
<pre>&lt;dependency&gt;
&lt;groupId&gt;org.mybatis&lt;/groupId&gt;
&lt;artifactId&gt;mybatis-parent&lt;/artifactId&gt;
&lt;version&gt;43-SNAPSHOT&lt;/version&gt;
&lt;version&gt;43&lt;/version&gt;
&lt;type&gt;pom&lt;/type&gt;
&lt;/dependency&gt;</pre></div></section><section>
<h2>Apache Ivy</h2><a id="Apache_Ivy"></a>
<div class="verbatim">
<pre>&lt;dependency org=&quot;org.mybatis&quot; name=&quot;mybatis-parent&quot; rev=&quot;43-SNAPSHOT&quot;&gt;
<pre>&lt;dependency org=&quot;org.mybatis&quot; name=&quot;mybatis-parent&quot; rev=&quot;43&quot;&gt;
&lt;artifact name=&quot;mybatis-parent&quot; type=&quot;pom&quot; /&gt;
&lt;/dependency&gt;</pre></div></section><section>
<h2>Groovy Grape</h2><a id="Groovy_Grape"></a>
<div class="verbatim">
<pre>@Grapes(
@Grab(group='org.mybatis', module='mybatis-parent', version='43-SNAPSHOT')
@Grab(group='org.mybatis', module='mybatis-parent', version='43')
)</pre></div></section><section>
<h2>Gradle/Grails</h2><a id="Gradle.2FGrails"></a>
<div class="verbatim">
<pre>implementation 'org.mybatis:mybatis-parent:43-SNAPSHOT'</pre></div></section><section>
<pre>implementation 'org.mybatis:mybatis-parent:43'</pre></div></section><section>
<h2>Scala SBT</h2><a id="Scala_SBT"></a>
<div class="verbatim">
<pre>libraryDependencies += &quot;org.mybatis&quot; % &quot;mybatis-parent&quot; % &quot;43-SNAPSHOT&quot;</pre></div></section><section>
<pre>libraryDependencies += &quot;org.mybatis&quot; % &quot;mybatis-parent&quot; % &quot;43&quot;</pre></div></section><section>
<h2>Leiningen</h2><a id="Leiningen"></a>
<div class="verbatim">
<pre>[org.mybatis/mybatis-parent &quot;43-SNAPSHOT&quot;]</pre></div></section></section>
<pre>[org.mybatis/mybatis-parent &quot;43&quot;]</pre></div></section></section>
</main>
</div>
</div>
Expand All @@ -114,4 +114,4 @@ <h2>Leiningen</h2><a id="Leiningen"></a>
}
</script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions dependency-updates-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.codehaus.mojo:versions-maven-plugin:2.16.2:dependency-updates-report at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.codehaus.mojo:versions-maven-plugin:2.16.2:dependency-updates-report at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -109,4 +109,4 @@ <h1>Dependency Updates</h1>
}
</script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions distribution-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:distribution-management at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:distribution-management at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -92,4 +92,4 @@ <h2>Site - gh-pages-scm</h2><a id="Site_-_gh-pages-scm"></a>
}
</script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:index at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:index at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -88,4 +88,4 @@ <h1>About mybatis-parent</h1><a id="About_mybatis-parent"></a>
}
</script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions issue-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:issue-management at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:issue-management at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -92,4 +92,4 @@ <h1>Issue Management</h1><a id="Issue_Management"></a>
}
</script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:licenses at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:licenses at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -294,4 +294,4 @@ <h2>The Apache Software License, Version 2.0</h2><a id="The_Apache_Software_Lice
}
</script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions mailing-lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:mailing-lists at 11 Feb 2024
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:mailing-lists at 16 Apr 2024
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 28 Jan 2024<span class="divider">|</span>
<li id="publishDate">Last Published: 15 Apr 2024<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 43-SNAPSHOT</li>
<li id="projectVersion">Version: 43</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -113,4 +113,4 @@ <h1>Project Mailing Lists</h1><a id="Project_Mailing_Lists"></a>
}
</script>
</body>
</html>
</html>
Loading

0 comments on commit f92bcd6

Please sign in to comment.