Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site eb2492a56 -> 2ad4ebf18


Add info about snapshot repository.

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

Branch: refs/heads/asf-site
Commit: 2ad4ebf188e17c8d923b3714d3dadff3f76ce2b4
Parents: eb2492a
Author: JamesBognar <[email protected]>
Authored: Tue Sep 26 10:00:53 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Tue Sep 26 10:00:53 2017 -0400

----------------------------------------------------------------------
 content/about.html | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2ad4ebf1/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index 103696d..0058f96 100644
--- a/content/about.html
+++ b/content/about.html
@@ -238,6 +238,34 @@
                                </td>
                        </tr>
                </table>
+               
+               <p>
+                       The current version of Juneau is 
<code>6.4.0-incubating</code>.
+                       The easiest way to pull in the library is through the 
following maven dependency:
+               </p>
+               <p class='bcode' style='width:500px;'>
+       <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>
+               </p>    
+               <p>
+                       If you would like to work with the bleeding-edge code, 
you can access the <code>6.4.1-incubating-SNAPSHOT</code>
+                       version through the following repository:
+               </p>
+               <p class='bcode' style='width:500px;'>
+       <xt>&lt;pluginRepositories&gt;
+               &lt;pluginRepository&gt;
+                       &lt;id&gt;<xv>apache.snapshots</xv>&lt;/id&gt;
+                       
&lt;url&gt;<xv>http://repository.apache.org/snapshots/</xv>&lt;/url&gt;
+                       &lt;snapshots&gt;
+                               &lt;enabled&gt;<xv>true</xv>&lt;/enabled&gt;
+                               
&lt;updatePolicy&gt;<xv>always</xv>&lt;/updatePolicy&gt;
+                       &lt;/snapshots&gt;
+               &lt;/pluginRepository&gt;
+       &lt;/pluginRepositories&gt;</xt>
+               </p>                    
        </div>
 
        <!-- 
===========================================================================================================
 -->

Reply via email to