Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9094a08 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
culmat committed Feb 9, 2024
1 parent 2ce87a8 commit 5938559
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion ci-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down Expand Up @@ -539,7 +539,7 @@ <h2><a name="Project_Dependency_Graph"></a>Project Dependency Graph</h2>
<a name="Dependency_Tree"></a><section>
<h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
<ul>
<li>com.baloise.maven:orchestra-maven-plugin:maven-plugin:0.7.7-SNAPSHOT <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
<li>com.baloise.maven:orchestra-maven-plugin:maven-plugin:0.7.6 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
<table border="0" class="table table-striped">
<tr class="a">
<th>orchestra-maven-plugin</th></tr>
Expand Down
16 changes: 8 additions & 8 deletions dependency-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</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.7-SNAPSHOT&lt;/version&gt;
&lt;version&gt;0.7.6&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.7-SNAPSHOT'</pre></div></section><section>
<div class="source"><pre class="prettyprint">'com.baloise.maven:orchestra-maven-plugin:maven-plugin:0.7.6'</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.7-SNAPSHOT&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.6&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.7-SNAPSHOT')
@Grab(group='com.baloise.maven', module='orchestra-maven-plugin', version='0.7.6')
)</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.7-SNAPSHOT'</pre></div></section><section>
<div class="source"><pre class="prettyprint">compile 'com.baloise.maven:orchestra-maven-plugin:0.7.6'</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.7-SNAPSHOT&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.6&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.7-SNAPSHOT&quot;]</pre></div></section></section>
<div class="source"><pre class="prettyprint">[com.baloise.maven/orchestra-maven-plugin &quot;0.7.6&quot;]</pre></div></section></section>
</main>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion distribution-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion issue-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion plugin-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion project-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion scm.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</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.7-SNAPSHOT</td></tr>
<td>0.7.6</td></tr>
<tr class="a">
<td>Type</td>
<td>maven-plugin</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-02-09<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.7.7-SNAPSHOT</li>
<li id="projectVersion">Version: 0.7.6</li>
</ul>
</div>
</header>
Expand Down

0 comments on commit 5938559

Please sign in to comment.