You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2023/02/06 11:06:00 UTC

svn commit: r1907458 - in /maven/website/content: docs/history.html maven-site-1.0-site.jar skins/index.html

Author: svn-site-role
Date: Mon Feb  6 11:05:59 2023
New Revision: 1907458

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/docs/history.html
    maven/website/content/maven-site-1.0-site.jar
    maven/website/content/skins/index.html

Modified: maven/website/content/docs/history.html
==============================================================================
--- maven/website/content/docs/history.html (original)
+++ maven/website/content/docs/history.html Mon Feb  6 11:05:59 2023
@@ -165,21 +165,19 @@
 <tr class="b">
 <td align="left">2023-01-31</td>
 <td>4.0.0-alpha-4</td>
-<td rowspan="1">Java 8</td>
+<td rowspan="3">Java 8</td>
 <td><a href="https://lists.apache.org/thread/1pj6nqo10xddq26vyxj9p1q1s8m70bx2" class="externalLink">announce</a>, <a href="./4.0.0-alpha-4/release-notes.html">release notes</a>, <a href="/ref/4.0.0-alpha-4/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
 <td align="left">2022-12-15</td>
 <td>4.0.0-alpha-3</td>
-<td rowspan="1">Java 8</td>
 <td><a href="https://lists.apache.org/thread/0j63n7o3lnlz9mmk39wqh1jx5h3r7vqv" class="externalLink">announce</a>, <a href="./4.0.0-alpha-3/release-notes.html">release notes</a>, <a href="/ref/4.0.0-alpha-3/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
 <td align="left">2022-10-24</td>
 <td>4.0.0-alpha-2</td>
-<td rowspan="1">Java 8</td>
 <td><a href="https://lists.apache.org/thread/snnlfsk24wmdp8tp79b2k11ln34hk6ks" class="externalLink">announce</a>, <a href="./4.0.0-alpha-2/release-notes.html">release notes</a>, <a href="/ref/4.0.0-alpha-2/">reference documentation</a></td>
 </tr>
 </table>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: maven/website/content/skins/index.html
==============================================================================
--- maven/website/content/skins/index.html (original)
+++ maven/website/content/skins/index.html Mon Feb  6 11:05:59 2023
@@ -186,15 +186,19 @@ Michael Osipov" />
 <tr class="b">
 <td align="left"><a class="externalLink" href="https://olamy.github.io/reflow-maven-skin/"> <code>Reflow Maven Skin</code></a></td>
 <td align="left"><a class="externalLink" href="https://github.com/olamy"> Olivier Lamy</a></td>
-<td align="left">Responsive Apache Maven skin to reflow the standard Maven site with a modern fe</td></tr>
+<td align="left">Responsive Apache Maven skin to reflow the standard Maven site with a modern feel.</td></tr>
 <tr class="a">
 <td align="left"><a class="externalLink" href="https://devacfr.github.io/reflow-maven-skin/"> <code>Reflow 2 Maven Skin</code></a></td>
 <td align="left"><a class="externalLink" href="https://github.com/devacfr"> Friederich Christophe</a></td>
-<td align="left">Responsive 2 Apache Maven skin to reflow the standard Maven site with a modern fe</td></tr>
+<td align="left">Responsive 2 Apache Maven skin to reflow the standard Maven site with a modern feel.</td></tr>
 <tr class="b">
 <td align="left"><a class="externalLink" href="http://docs.bernardomg.com/maven/docs-maven-skin/"> <code>Docs Maven Skin</code></a></td>
 <td align="left"><a class="externalLink" href="https://github.com/Bernardo-MG"> Bernardo Mart&#xed;nez Garrido</a></td>
-<td align="left">A minimalist and responsive Bootstrap-based HTML5 skin for Maven Site, which will help to use it as a documentation site.</td></tr></table></section><section>
+<td align="left">A minimalist and responsive Bootstrap-based HTML5 skin for Maven Site, which will help to use it as a documentation site.</td></tr>
+<tr class="a">
+<td align="left"><a class="externalLink" href="https://stevecrox.github.io/maven-site-bootstrap-skin//"> <code>Bootstrap Site Skin</code></a></td>
+<td align="left"><a class="externalLink" href="https://github.com/stevecrox/maven-site-bootstrap-skin"> Stephen Crocker</a></td>
+<td align="left">Responsive Maven Bootstrap Skin which has toggleable elements implemented based on the boostrap reference layouts.</td></tr></table></section><section>
 <h2><a name="Instructions"></a>Instructions</h2>
 <p>To use one of these skins in your project, you use the <code>skin</code> element of the <a href="/plugins/maven-site-plugin/examples/sitedescriptor.html">site descriptor</a>. This is a regular artifact or dependency-like element. For example, to use the Maven Fluido Skin, you would include the this in your <code>site.xml</code> file:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;