Update web site for release 2.2.0.201212191850-r
Change-Id: Ib1bca59eb0efee41f62fab98eb9a1fad08395451
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/_index.html b/download/_index.html
index 7a13862..72777cd 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -61,7 +61,7 @@
<p>JGit can be installed from the <a href="http://www.eclipse.org/egit/">EGit</a> repository:</p>
<ul>
<li>Main Site: <a href="http://download.eclipse.org/egit/updates">http://download.eclipse.org/egit/updates</a> (Recommended)</li>
-<li>Helios Site: <a href="http://download.eclipse.org/releases/helios">http://download.eclipse.org/releases/helios</a></li>
+<li>Juno Site: <a href="http://download.eclipse.org/releases/juno">http://download.eclipse.org/releases/juno</a></li>
</ul>
<h2>Bleeding Edge Builds</h2>
diff --git a/download/index.php b/download/index.php
index 0ab2e56..51d88d8 100644
--- a/download/index.php
+++ b/download/index.php
@@ -1,6 +1,6 @@
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
$pageTitle = "JGit - Download";
- $version = "2.1.0.201209190230-r";
+ $version = "2.2.0.201212191850-r";
$html = '<div id="midcolumn">';
$html .= file_get_contents('_index.html');