Skip to content

Commit

Permalink
Creating site for 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichaelis committed Apr 14, 2015
1 parent 4ae8b88 commit 5b799e8
Show file tree
Hide file tree
Showing 17 changed files with 202 additions and 132 deletions.
22 changes: 11 additions & 11 deletions dependency-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<head>
<meta charset="UTF-8" />
<title>Dependency Information | Thirdparty BOM</title>
<title>Dependency Information | Thirdparty Test BOM</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta http-equiv="content-language" content="en" />
Expand Down Expand Up @@ -55,7 +55,7 @@
<link rel="author" href="https://about.me/michaelismark"/>
</head>

<body class="page-dependency-info project-describeme-thirdparty-bom" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
<body class="page-dependency-info project-describeme-thirdparty-test-bom" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">

<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
Expand Down Expand Up @@ -106,7 +106,7 @@
<ul class="breadcrumb">
<li><a href="../" title="DescribeMe">DescribeMe</a></li>
<li class="divider">/</li>
<li><a href="./" title="Thirdparty BOM">Thirdparty BOM</a></li>
<li><a href="./" title="Thirdparty Test BOM">Thirdparty Test BOM</a></li>
<li class="divider">/</li>
<li>Dependency Information</li>
</ul>
Expand Down Expand Up @@ -159,7 +159,7 @@ <h3 id="Apache_Maven">Apache Maven</h3>
<div class="source">
<pre>&lt;dependency&gt;
&lt;groupId&gt;com.github.mmichaelis.describeme&lt;/groupId&gt;
&lt;artifactId&gt;describeme-thirdparty-bom&lt;/artifactId&gt;
&lt;artifactId&gt;describeme-thirdparty-test-bom&lt;/artifactId&gt;
&lt;version&gt;1.0.0-SNAPSHOT&lt;/version&gt;
&lt;type&gt;pom&lt;/type&gt;
&lt;/dependency&gt;</pre>
Expand All @@ -169,15 +169,15 @@ <h3 id="Apache_Maven">Apache Maven</h3>
<h3 id="Apache_Buildr">Apache Buildr</h3>
<a name="Apache_Buildr"></a>
<div class="source">
<pre>'com.github.mmichaelis.describeme:describeme-thirdparty-bom:pom:1.0.0-SNAPSHOT'</pre>
<pre>'com.github.mmichaelis.describeme:describeme-thirdparty-test-bom:pom:1.0.0-SNAPSHOT'</pre>
</div>
</div>
<div class="section">
<h3 id="Apache_Ivy">Apache Ivy</h3>
<a name="Apache_Ivy"></a>
<div class="source">
<pre>&lt;dependency org=&quot;com.github.mmichaelis.describeme&quot; name=&quot;describeme-thirdparty-bom&quot; rev=&quot;1.0.0-SNAPSHOT&quot;&gt;
&lt;artifact name=&quot;describeme-thirdparty-bom&quot; type=&quot;pom&quot; /&gt;
<pre>&lt;dependency org=&quot;com.github.mmichaelis.describeme&quot; name=&quot;describeme-thirdparty-test-bom&quot; rev=&quot;1.0.0-SNAPSHOT&quot;&gt;
&lt;artifact name=&quot;describeme-thirdparty-test-bom&quot; type=&quot;pom&quot; /&gt;
&lt;/dependency&gt;</pre>
</div>
</div>
Expand All @@ -186,29 +186,29 @@ <h3 id="Groovy_Grape">Groovy Grape</h3>
<a name="Groovy_Grape"></a>
<div class="source">
<pre>@Grapes(
@Grab(group='com.github.mmichaelis.describeme', module='describeme-thirdparty-bom', version='1.0.0-SNAPSHOT')
@Grab(group='com.github.mmichaelis.describeme', module='describeme-thirdparty-test-bom', version='1.0.0-SNAPSHOT')
)</pre>
</div>
</div>
<div class="section">
<h3 id="Grails">Grails</h3>
<a name="Grails"></a>
<div class="source">
<pre>compile 'com.github.mmichaelis.describeme:describeme-thirdparty-bom:1.0.0-SNAPSHOT'</pre>
<pre>compile 'com.github.mmichaelis.describeme:describeme-thirdparty-test-bom:1.0.0-SNAPSHOT'</pre>
</div>
</div>
<div class="section">
<h3 id="Leiningen">Leiningen</h3>
<a name="Leiningen"></a>
<div class="source">
<pre>[com.github.mmichaelis.describeme/describeme-thirdparty-bom &quot;1.0.0-SNAPSHOT&quot;]</pre>
<pre>[com.github.mmichaelis.describeme/describeme-thirdparty-test-bom &quot;1.0.0-SNAPSHOT&quot;]</pre>
</div>
</div>
<div class="section">
<h3 id="SBT">SBT</h3>
<a name="SBT"></a>
<div class="source">
<pre>libraryDependencies += &quot;com.github.mmichaelis.describeme&quot; % &quot;describeme-thirdparty-bom&quot; % &quot;1.0.0-SNAPSHOT&quot;</pre>
<pre>libraryDependencies += &quot;com.github.mmichaelis.describeme&quot; % &quot;describeme-thirdparty-test-bom&quot; % &quot;1.0.0-SNAPSHOT&quot;</pre>
</div>
</div>
</div>
Expand Down
45 changes: 26 additions & 19 deletions dependency-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<head>
<meta charset="UTF-8" />
<title>Project Dependency Management | Thirdparty BOM</title>
<title>Project Dependency Management | Thirdparty Test BOM</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta http-equiv="content-language" content="en" />
Expand Down Expand Up @@ -55,7 +55,7 @@
<link rel="author" href="https://about.me/michaelismark"/>
</head>

<body class="page-dependency-management project-describeme-thirdparty-bom" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
<body class="page-dependency-management project-describeme-thirdparty-test-bom" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">

<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
Expand Down Expand Up @@ -106,7 +106,7 @@
<ul class="breadcrumb">
<li><a href="../" title="DescribeMe">DescribeMe</a></li>
<li class="divider">/</li>
<li><a href="./" title="Thirdparty BOM">Thirdparty BOM</a></li>
<li><a href="./" title="Thirdparty Test BOM">Thirdparty Test BOM</a></li>
<li class="divider">/</li>
<li>Project Dependency Management</li>
</ul>
Expand Down Expand Up @@ -156,60 +156,67 @@ <h3 id="compile">compile</h3>
</thead>
<tbody>
<tr class="b">
<td>ch.qos.logback</td>
<td><a class="externalLink" href="http://logback.qos.ch">logback-classic</a></td>
<td>1.1.2</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License - v 1.0</a>, <a class="externalLink" href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License</a></td>
</tr>
<tr class="a">
<td>com.github.mmichaelis.describeme</td>
<td><a class="externalLink" href="http://mmichaelis.github.io/describeme/describeme-parent/describeme-core/">describeme-core</a></td>
<td>1.0.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td>
</tr>
<tr class="a">
<tr class="b">
<td>com.github.mmichaelis.describeme</td>
<td><a class="externalLink" href="http://mmichaelis.github.io/describeme/describeme-parent/describeme-library/">describeme-library</a></td>
<td>1.0.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td>
</tr>
<tr class="b">
<tr class="a">
<td>com.github.mmichaelis.describeme</td>
<td><a class="externalLink" href="http://mmichaelis.github.io/describeme/describeme-parent/">describeme-parent</a></td>
<td>1.0.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td>
</tr>
<tr class="a">
<tr class="b">
<td>com.github.mmichaelis.describeme</td>
<td><a class="externalLink" href="http://mmichaelis.github.io/describeme/describeme-thirdparty-bom/">describeme-thirdparty-bom</a></td>
<td>1.0.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td>
</tr>
<tr class="b">
<tr class="a">
<td>com.github.mmichaelis.describeme</td>
<td><a class="externalLink" href="http://mmichaelis.github.io/describeme/describeme-thirdparty-test-bom/">describeme-thirdparty-test-bom</a></td>
<td>1.0.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td>
</tr>
<tr class="a">
<tr class="b">
<td>com.google.guava</td>
<td><a class="externalLink" href="http://code.google.com/p/guava-libraries/guava">guava</a></td>
<td><a class="externalLink" href="http://code.google.com/p/guava-libraries/guava-testlib">guava-testlib</a></td>
<td>18.0</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td>
</tr>
<tr class="b">
<td>org.jetbrains</td>
<td><a class="externalLink" href="http://www.jetbrains.org">annotations</a></td>
<td>13.0</td>
<tr class="a">
<td>junit</td>
<td><a class="externalLink" href="http://junit.org">junit</a></td>
<td>4.12</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td>
<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</a></td>
</tr>
<tr class="a">
<td>org.slf4j</td>
<td><a class="externalLink" href="http://www.slf4j.org">slf4j-api</a></td>
<td>1.7.10</td>
<tr class="b">
<td>org.hamcrest</td>
<td><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-library">hamcrest-library</a></td>
<td>1.3</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td>
<td><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></td>
</tr>
</tbody>
</table>
Expand Down
Loading

0 comments on commit 5b799e8

Please sign in to comment.