Update download page for 5.3.0.201903130848-r

Change-Id: I3cc39f2582ece6b647dcfcf890bf554b10df3f2b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/_index.html b/download/_index.html
index 53bad2c..7657160 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -77,7 +77,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>2018-09 Site (2018-09 Eclipse has JGit 5.1.0): <a href="http://download.eclipse.org/releases/2018-09">http://download.eclipse.org/releases/2018-09</a></li>
+<li>2019-03 Site (Eclipse 2019-03 uses JGit 5.3.0): <a href="http://download.eclipse.org/releases/2019-03">http://download.eclipse.org/releases/2019-03</a></li>
 </ul>
 
 <h2>Development Builds</h2>
diff --git a/version.php b/version.php
index 6548fb2..039a18d 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
 <?php
-	$version = "5.2.1.201812262042-r";
-	$api_version="5.2.1.201812262042-r"; // For API docs and CLIRR reports
+	$version = "5.3.0.201903130848-r";
+	$api_version="5.3.0.201903130848-r"; // For API docs and CLIRR reports
 ?>
\ No newline at end of file