You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/10/05 15:54:05 UTC

incubator-juneau-website git commit: Clean up downloads page.

Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 66e15d682 -> 671126b63


Clean up downloads page.

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/671126b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/671126b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/671126b6

Branch: refs/heads/asf-site
Commit: 671126b63afe3f0a03a47cd2626e847c5f50a7ac
Parents: 66e15d6
Author: JamesBognar <ja...@apache.org>
Authored: Thu Oct 5 11:53:59 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Thu Oct 5 11:53:59 2017 -0400

----------------------------------------------------------------------
 content/downloads.html | 65 +++++++++------------------------------------
 1 file changed, 13 insertions(+), 52 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/671126b6/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index faba563..6f603fb 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -68,63 +68,24 @@
 		</ul>
 		<li><b>Maven</b>
 		<p class='bcode'>
-		<xc>&lt;!--  Everything (except RDF, JAX/RS, and Microservice) --&gt;</xc>
+		<xc>&lt;!--  Use the following dependency... --&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;artifactId&gt;</xt>juneau-XXX<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-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>
+		<xc>&lt;!--  ...where the artifactId can be any of the following... --&gt;</xc>
+		<xt>&lt;artifactId&gt;</xt>juneau-all<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-marshall<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-marshall-rdf<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-dto<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-svl<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-config<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-rest-server<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-rest-server-jaxrs<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-rest-client<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-microservice-server<xt>&lt;/artifactId&gt;</xt>
 		</p>
 	</ul>
 	<h5 class='toc'>Older releases</h5>