Include SNAPSHOT repository on download page
Change-Id: I80cad69f2fa7206f9c50054560d9b6b62069b894
diff --git a/download/_index.html b/download/_index.html
index 9b3b3d7..6657676 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -57,8 +57,20 @@
</dependencies>
</pre>
-JGit is also available from Maven central:
+<p>JGit is also available from Maven central:
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.jgit%22">JGit on Maven central</a>
+</p>
+
+<p>For SNAPSHOT versions of the upcoming release, the following repository can be used:</p>
+<pre>
+ <repository>
+ <id>jgit-snapshot-repository</id>
+ <url>https://repo.eclipse.org/content/groups/jgit/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+</pre>
<h2>P2 Installation</h2>
<p>JGit can be installed from the <a href="http://www.eclipse.org/egit/">EGit</a> repository:</p>
@@ -73,4 +85,4 @@
<li><a href="http://download.eclipse.org/egit/updates-nightly">http://download.eclipse.org/egit/updates-nightly</a>.</li>
</ul>
-<p>You can also build JGit from scratch following our <a href="http://wiki.eclipse.org/EGit/Contributor_Guide#Builds">contributor guide</a>.</p>
\ No newline at end of file
+<p>You can also build JGit from scratch following our <a href="http://wiki.eclipse.org/EGit/Contributor_Guide#Builds">contributor guide</a>.</p>