Skip to content

Commit

Permalink
Deploying to gh-pages from @ 233b086 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
culmat committed Mar 7, 2024
1 parent 5938559 commit b378ad7
Show file tree
Hide file tree
Showing 14 changed files with 586 additions and 431 deletions.
6 changes: 3 additions & 3 deletions ci-management.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:ci-management at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:ci-management at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/markdown/contact.md at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/markdown/contact.md at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
923 changes: 539 additions & 384 deletions dependencies.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dependency-info.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:dependency-info at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:dependency-info at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -98,25 +98,25 @@ <h3><a name="Apache_Maven"></a>Apache Maven</h3><a name="Apache_Maven"></a>
<div class="source"><pre class="prettyprint">&lt;dependency&gt;
&lt;groupId&gt;com.baloise.maven&lt;/groupId&gt;
&lt;artifactId&gt;orchestra-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;0.7.6&lt;/version&gt;
&lt;version&gt;0.7.7&lt;/version&gt;
&lt;type&gt;maven-plugin&lt;/type&gt;
&lt;/dependency&gt;</pre></div></section><section>
<h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
<div class="source"><pre class="prettyprint">'com.baloise.maven:orchestra-maven-plugin:maven-plugin:0.7.6'</pre></div></section><section>
<div class="source"><pre class="prettyprint">'com.baloise.maven:orchestra-maven-plugin:maven-plugin:0.7.7'</pre></div></section><section>
<h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
<div class="source"><pre class="prettyprint">&lt;dependency org=&quot;com.baloise.maven&quot; name=&quot;orchestra-maven-plugin&quot; rev=&quot;0.7.6&quot;&gt;
<div class="source"><pre class="prettyprint">&lt;dependency org=&quot;com.baloise.maven&quot; name=&quot;orchestra-maven-plugin&quot; rev=&quot;0.7.7&quot;&gt;
&lt;artifact name=&quot;orchestra-maven-plugin&quot; type=&quot;maven-plugin&quot; /&gt;
&lt;/dependency&gt;</pre></div></section><section>
<h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
<div class="source"><pre class="prettyprint">@Grapes(
@Grab(group='com.baloise.maven', module='orchestra-maven-plugin', version='0.7.6')
@Grab(group='com.baloise.maven', module='orchestra-maven-plugin', version='0.7.7')
)</pre></div></section><section>
<h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a>
<div class="source"><pre class="prettyprint">compile 'com.baloise.maven:orchestra-maven-plugin:0.7.6'</pre></div></section><section>
<div class="source"><pre class="prettyprint">compile 'com.baloise.maven:orchestra-maven-plugin:0.7.7'</pre></div></section><section>
<h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
<div class="source"><pre class="prettyprint">libraryDependencies += &quot;com.baloise.maven&quot; % &quot;orchestra-maven-plugin&quot; % &quot;0.7.6&quot;</pre></div></section><section>
<div class="source"><pre class="prettyprint">libraryDependencies += &quot;com.baloise.maven&quot; % &quot;orchestra-maven-plugin&quot; % &quot;0.7.7&quot;</pre></div></section><section>
<h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
<div class="source"><pre class="prettyprint">[com.baloise.maven/orchestra-maven-plugin &quot;0.7.6&quot;]</pre></div></section></section>
<div class="source"><pre class="prettyprint">[com.baloise.maven/orchestra-maven-plugin &quot;0.7.7&quot;]</pre></div></section></section>
</main>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions distribution-management.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:distribution-management at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:distribution-management at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/markdown/index.md at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/markdown/index.md at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions issue-management.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:issue-management at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:issue-management at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions licenses.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:licenses at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:licenses at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions plugin-management.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:plugin-management at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:plugin-management at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions plugins.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:plugins at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:plugins at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions project-info.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-site-plugin:3.9.1:CategorySummaryDocumentRenderer at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-site-plugin:3.9.1:CategorySummaryDocumentRenderer at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions scm.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:scm at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:scm at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down
8 changes: 4 additions & 4 deletions summary.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:summary at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:summary at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h3><a name="Build_Information"></a>Build Information</h3><a name="Build_Informa
<td>orchestra-maven-plugin</td></tr>
<tr class="b">
<td>Version</td>
<td>0.7.6</td></tr>
<td>0.7.7</td></tr>
<tr class="a">
<td>Type</td>
<td>maven-plugin</td></tr>
Expand Down
6 changes: 3 additions & 3 deletions team.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:team at 2024-02-09
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:team at 2024-03-07
| Rendered using Apache Maven Fluido Skin 1.9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
Expand Down Expand Up @@ -62,9 +62,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-03-07<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.6</li>
<li id="projectVersion">Version: 0.7.7</li>
</ul>
</div>
</header>
Expand Down

0 comments on commit b378ad7

Please sign in to comment.