Skip to content

Commit

Permalink
remove link to tar.gz or zip distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Oct 11, 2019
1 parent 8756e69 commit 33dc750
Showing 1 changed file with 10 additions and 29 deletions.
39 changes: 10 additions & 29 deletions slf4j-site/src/site/pages/download.html
Expand Up @@ -43,39 +43,20 @@ <h3>Would you like to subscribe to the QOS.CH announcements mailing

<h2>Latest STABLE version</h2>

<p>Download version ${latest.stable.version} including <i>full source code</i>,
class files and documentation in ZIP or TAR.GZ format: </p>

<ul>
<li><a href="dist/slf4j-${latest.stable.version}.tar.gz"><b>slf4j-${latest.stable.version}.tar.gz</b></a> </li>
<li><a href="dist/slf4j-${latest.stable.version}.zip"><b>slf4j-${latest.stable.version}.zip</b></a> </li>
</ul>
<p>The latest stable SLF4J is version
${latest.stable.version}. </p>

<h2>Java 9 Modularized EXPERIMENTAL version</h2>
<h2>Java 9 Modularized EXPERIMENTAL/UNSTABLE version</h2>

<p>Download version ${project.version} including <i>full source
code</i>, class files and documentation in ZIP or TAR.GZ format:
</p>

<ul>
<li><a href="dist/slf4j-${project.version}.tar.gz"><b>slf4j-${project.version}.tar.gz</b></a> </li>
<li><a href="dist/slf4j-${project.version}.zip"><b>slf4j-${project.version}.zip</b></a> </li>
</ul>
<p>SLF4J version ${project.version} is the most recent but it is
also experimental/unstable.</p>


<h3>Previous versions</h3>

<p>Previous versions of SLF4J can be downloaded from the <a
href="dist/">main repository</a>.
</p>

<p>SLF4J artifacts such as <em>.jar</em>, <em>.sources.jar</em>
and <em>javadoc.jar</em> files can be downloaded from <a
href="http://repo2.maven.org/maven2/org/slf4j/">Maven
central</a>. The corresponding groupId is <code>org.slf4j</code>.</p>

<h3>javadoc downloads</h3>

<p>For each slf4j module, the corresponding javadoc artifacts can be
downloaded from the <a
href="http://repo2.maven.org/maven2/org/slf4j/">Maven central
repository</a> as <em>javadoc.jar</em> files.
</p>

<script src="templates/footer.js" type="text/javascript"></script>
</div>
Expand Down

0 comments on commit 33dc750

Please sign in to comment.