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 2018/10/30 12:57:32 UTC

[juneau-website] branch asf-site updated: Update maven instructions.

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d28a9f3  Update maven instructions.
d28a9f3 is described below

commit d28a9f38a6d6ac1a95cde817f8cdf98ee3667f9a
Author: JamesBognar <ja...@apache.org>
AuthorDate: Tue Oct 30 08:57:18 2018 -0400

    Update maven instructions.
---
 content/downloads.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/downloads.html b/content/downloads.html
index 85ca359..bb7baf5 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -84,8 +84,10 @@
 			<xt>&lt;version&gt;</xt>7.2.1<xt>&lt;/version&gt;</xt>
 		<xt>&lt;/dependency&gt;</xt>
 
-		<xc>&lt;!--  ...where the artifactId can be any of the following... --&gt;</xc>
+		<xc>&lt;!--  ...where the artifactId is typically... --&gt;</xc>
 		<xt>&lt;artifactId&gt;</xt>juneau-all<xt>&lt;/artifactId&gt;</xt>
+
+		<xc>&lt;!--  ...but can also be any of the following... --&gt;</xc>
 		<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>