Skip to content

Commit

Permalink
serve binaries from github (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Apr 4, 2021
1 parent ca2c8dc commit 4839172
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>nu.xom</groupId>
<artifactId>website</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.8-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
16 changes: 8 additions & 8 deletions website/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>1.3.7</h2>
<li>Eliminate usage of <code>com.sun</code> classes to make XOM compatible with JDK 16.</li>
<li>Replace remaining usages of <code>StringBuffer</code>
with <code>StringBuilder</code> to slightly improve performance.</li>
<ul>
</ul>


<h2>1.3.6</h2>
Expand Down Expand Up @@ -2096,7 +2096,7 @@ <h2 >1.0d2</h2>
<hr />
<p>Copyright 2002-2005, 2009, 2013, 2018, 2019, 2020, 2021 <a href="https://www.elharo.com/">Elliotte Rusty Harold</a><br />
<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;elharo%40ibiblio%2Eorg">[email protected]</a><br />
Last Modified March 28, 2021
Last Modified April 4, 2021
</p>
</div>
<div id="Navbar">
Expand Down Expand Up @@ -2124,11 +2124,11 @@ <h3>Java API</h3>
<h3>Downloads</h3>

<ul>
<li><a href="https://github.com/elharo/xom/">Source Repository</a></li>
<li><a href="https://www.cafeconleche.org/XOM/xom-1.3.7.jar">Minimal JAR file</a></li>
<li><a href="https://www.cafeconleche.org/XOM/xom-1.3.7.zip">Complete distribution, zip format</a> (source code, API documentation, unit tests, sample programs, third party jars)</li>
<li><a href="https://www.cafeconleche.org/XOM/xom-1.3.7.tar.gz">Complete distribution, tar.gz format</a> (source code, API documentation, unit tests, sample programs, third party jars)</li>
</ul>
<li><a href="https://github.com/elharo/xom/">Source Repository</a></li>
<li><a href="https://github.com/elharo/xom/releases/download/v1.3.7/xom-1.3.7.jar">Minimal JAR file</a></li>
<li><a href="https://github.com/elharo/xom/releases/download/v1.3.7/xom-1.3.7.zip">Complete distribution, zip format</a> (source code, API documentation, unit tests, sample programs, third party jars)</li>
<li><a href="https://github.com/elharo/xom/releases/download/v1.3.7/xom-1.3.7.tar.gz">Complete distribution, tar.gz format</a> (source code, API documentation, unit tests, sample programs, third party jars)</li>
</ul>


<h3>For Contributors</h3>
Expand All @@ -2155,7 +2155,7 @@ <h3>Third Party Articles</h3>
<li><a href="http://www.xml.com/pub/a/2002/11/27/xom.html">Getting Started with XOM</a></li>
<li><a href="https://www.ibm.com/developerworks/library/x-matters32/index.html">The XOM Java XML API</a></li>
<li><a href="http://workbench.cadenhead.org/news/3793/java-xom-xml-made-simpler">Java XOM: XML Made Simpler</a></li>
</ul>
</ul>


<h3>Projects using XOM</h3>
Expand Down

0 comments on commit 4839172

Please sign in to comment.