Update download page for 3.3.0
Change-Id: I89e31444f4a6f54dfe3c86f4af00664f23ef4628
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/index.php b/download/index.php
index 0279160..cd0f90f 100644
--- a/download/index.php
+++ b/download/index.php
@@ -1,7 +1,7 @@
<?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";
$maven_repo = "https://repo.eclipse.org/content/groups/releases/";
- $version = "3.2.0.201312181205-r";
+ $version = "3.3.0.201403021825-r";
$html = '<div id="midcolumn">';
$html .= file_get_contents('_index.html');