Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site abde93787 -> 98206f05a


Update downloads page for 6.4.0.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/98206f05
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/98206f05
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/98206f05

Branch: refs/heads/asf-site
Commit: 98206f05a93d16fb7fd82f2802f6cd964fbae2a8
Parents: abde937
Author: JamesBognar <[email protected]>
Authored: Wed Oct 4 19:46:06 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Wed Oct 4 19:46:06 2017 -0400

----------------------------------------------------------------------
 content/downloads.html | 113 +++++++++++++++++++++++++++++++++++++-------
 1 file changed, 97 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/98206f05/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index a5eabc6..983325f 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -20,38 +20,119 @@
 
        <h5 class='toc'>Current release</h5>
        <p class='download'>
-               6.3.1 (Aug 2, 2017) 
-               - <a 
href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#6.3.1'>Release
 Notes</a>
-               - <a 
href='https://www.apache.org/dyn/closer.cgi/incubator/juneau/binaries/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-bin.zip'>Binaries</a>
 
-               (<a 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-bin.zip.asc'>ASC</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-bin.zip.md5'>MD5</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-bin.zip.sha1'>SHA1</a>)
-               - <a 
href='https://www.apache.org/dyn/closer.cgi/incubator/juneau/source/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-src.zip'>Source</a>
-               (<a 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-src.zip.asc'>ASC</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-src.zip.md5'>MD5</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-src.zip.sha1'>SHA1</a>)
+               6.4.0 (Oct 4, 2017) 
+               - <a 
href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#6.4.0'>Release
 Notes</a>
+               - <a 
href='https://www.apache.org/dyn/closer.cgi/incubator/juneau/binaries/juneau-6.4.0-incubating/apache-juneau-6.4.0-incubating-bin.zip'>Binaries</a>
 
+               (<a 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.4.0-incubating/apache-juneau-6.4.0-incubating-bin.zip.asc'>ASC</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.4.0-incubating/apache-juneau-6.4.0-incubating-bin.zip.md5'>MD5</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.4.0-incubating/apache-juneau-6.4.0-incubating-bin.zip.sha1'>SHA1</a>)
+               - <a 
href='https://www.apache.org/dyn/closer.cgi/incubator/juneau/source/juneau-6.4.0-incubating/apache-juneau-6.4.0-incubating-src.zip'>Source</a>
+               (<a 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.4.0-incubating/apache-juneau-6.4.0-incubating-src.zip.asc'>ASC</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.4.0-incubating/apache-juneau-6.4.0-incubating-src.zip.md5'>MD5</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.4.0-incubating/apache-juneau-6.4.0-incubating-src.zip.sha1'>SHA1</a>)
        </p>
        <ul>
                <li><b>Binaries</b>
                <ul>
-                       <li><code>juneau-all.jar</code> - 
<small>Everything</small>
-                       <li><code>osgi-bundles/</code> - <small>OSGi 
bundles</small>
+                       <li><code>juneau-all.jar</code> - <small>Everything 
(except RDF, JAX/RS, and Microservice)</small>
+                       <li><code>/lib</code> - <small>Jars</small>
                        <ul>
-                               <li><code>juneau-core.jar</code> - <small>Core 
libraries (serializers, parsers)</small>
-                               <li><code>juneau-core-rdf.jar</code> - 
<small>RDF support (requires Apache Jena 2.7.1+)</small>
-                               <li><code>juneau-rest.jar</code> - <small>REST 
servlet support</small>
-                               <li><code>juneau-rest-jaxrs.jar</code> - 
<small>REST servlet JAX-RS integration (requires JAX-RS)</small>
-                               <li><code>juneau-rest-client.jar</code> - 
<small>REST client support (requires Apache HttpClient 4.5+)</small>
-                               <li><code>juneau-microservice.jar</code> - 
<small>Microservice support</small>
+                               <li><code>juneau-marshall.jar</code> - 
<small>Marshalling</small>
+                               <li><code>juneau-marshall-rdf.jar</code> - 
<small>Marshalling RDF extension (requires Apache Jena 2.7.1+)</small>
+                               <li><code>juneau-dto.jar</code> - <small>Data 
Transfer Objects</small>
+                               <li><code>juneau-svl.jar</code> - <small>Simple 
Variable Language</small>
+                               <li><code>juneau-config.jar</code> - 
<small>Config File</small>
+                               <li><code>juneau-rest-server.jar</code> - 
<small>REST Servlet</small>
+                               <li><code>juneau-rest-server-jaxrs.jar</code> - 
<small>REST Servlet JAX/RS extension</small>
+                               <li><code>juneau-rest-client.jar</code> - 
<small>REST Client (requires Apache HttpClient 4.5+)</small>
+                               <li><code>juneau-microservice-server.jar</code> 
- <small>Microservice server</small>
+                       </ul>
+                       <li><code>/osgi</code> - <small>OSGi Libraries</small>
+                       <ul>
+                               <li><code>org.apache.juneau.marshall.jar</code> 
- <small>Marshalling</small>
+                               
<li><code>org.apache.juneau.marshall.rdf.jar</code> - <small>Marshalling RDF 
extension (requires Apache Jena 2.7.1+)</small>
+                               <li><code>org.apache.juneau.dto.jar</code> - 
<small>Data Transfer Objects</small>
+                               <li><code>org.apache.juneau.svl.jar</code> - 
<small>Simple Variable Language</small>
+                               <li><code>org.apache.juneau.config.jar</code> - 
<small>Config File</small>
+                               
<li><code>org.apache.juneau.rest.server.jar</code> - <small>REST Servlet</small>
+                               
<li><code>org.apache.juneau.rest.server.jaxrs.jar</code> - <small>REST Servlet 
JAX/RS extension</small>
+                               
<li><code>org.apache.juneau.rest.client.jar</code> - <small>REST Client 
(requires Apache HttpClient 4.5+)</small>
+                               
<li><code>org.apache.juneau.microservice.server.jar</code> - 
<small>Microservice server</small>
+                       </ul>
+                       <li><code>/projects</code> - <small>Eclipse 
Projects</small>
+                       <ul>
+                               <li><code>my-microservice.zip</code> - 
<small>Microservice starter project</small>
+                               <li><code>juneau-examples-core.zip</code> - 
<small>Core libraries examples</small>
+                               <li><code>juneau-examples-rest.zip</code> - 
<small>REST libraries examples</small>
                        </ul>
                </ul>
                <li><b>Maven</b>
                <p class='bcode'>
+               <xc>&lt;!--  Everything (except RDF, JAX/RS, and Microservice) 
--&gt;</xc>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-all<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
+
+               <xc>&lt;!-- Core components --&gt;</xc>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-marshall<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-marshall-rdf<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-dto<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
                <xt>&lt;dependency&gt;</xt>
                        
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
-                       
<xt>&lt;artifactId&gt;</xt>juneau<xt>&lt;/artifactId&gt;</xt>
-                       
<xt>&lt;version&gt;</xt>6.3.0-incubating<xt>&lt;/version&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-svl<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-config<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
+               
+               <xc>&lt;!-- REST components --&gt;</xc>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-rest-server<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-rest-server-jaxrs<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-rest-client<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
+               <xt>&lt;/dependency&gt;</xt>
+
+               <xc>&lt;!-- Microservice components --&gt;</xc>
+               <xt>&lt;dependency&gt;</xt>
+                       
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
+                       
<xt>&lt;artifactId&gt;</xt>juneau-microservice-server<xt>&lt;/artifactId&gt;</xt>
+                       
<xt>&lt;version&gt;</xt>6.4.0-incubating<xt>&lt;/version&gt;</xt>
                <xt>&lt;/dependency&gt;</xt>
                </p>
        </ul>
        <h5 class='toc'>Older releases</h5>
        <p class='download'>
+               6.3.1 (Aug 2, 2017) 
+               - <a 
href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#6.3.1'>Release
 Notes</a>
+               - <a 
href='https://www.apache.org/dyn/closer.cgi/incubator/juneau/binaries/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-bin.zip'>Binaries</a>
 
+               (<a 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-bin.zip.asc'>ASC</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-bin.zip.md5'>MD5</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/binaries/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-bin.zip.sha1'>SHA1</a>)
+               - <a 
href='https://www.apache.org/dyn/closer.cgi/incubator/juneau/source/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-src.zip'>Source</a>
+               (<a 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-src.zip.asc'>ASC</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-src.zip.md5'>MD5</a>,<a
 
href='https://www.apache.org/dist/incubator/juneau/source/juneau-6.3.1-incubating/apache-juneau-6.3.1-incubating-src.zip.sha1'>SHA1</a>)
+       </p>
+       <p class='download'>
                6.3.0 (Jun 28, 2017) 
                - <a 
href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#6.3.0'>Release
 Notes</a>
                - <a 
href='https://www.apache.org/dyn/closer.cgi/incubator/juneau/binaries/juneau-6.3.0-incubating/apache-juneau-6.3.0-incubating-bin.zip'>Binaries</a>
 

Reply via email to