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><dependency></xt> + <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> + <xt><artifactId></xt>juneau-all<xt></artifactId></xt> + <xt><version></xt>6.4.0-incubating<xt></version></xt> + <xt></dependency></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><pluginRepositories> + <pluginRepository> + <id><xv>apache.snapshots</xv></id> + <url><xv>http://repository.apache.org/snapshots/</xv></url> + <snapshots> + <enabled><xv>true</xv></enabled> + <updatePolicy><xv>always</xv></updatePolicy> + </snapshots> + </pluginRepository> + </pluginRepositories></xt> + </p> </div> <!-- =========================================================================================================== -->
