Update downloads page with 2.2.0 Oxygen.
diff --git a/download/index.php b/download/index.php
index 8b1295c..41fb58a 100644
--- a/download/index.php
+++ b/download/index.php
@@ -92,7 +92,7 @@
# TODO: Once we get two parallel streams, we will need to make release logic more complex
# TODO: Once we get beyond .9 bugfix version, we can't just use alphabetic sorting
-$latestRelease="2.1.0";#getLastChild($releasesHome);
+$latestRelease="2.2.0";#getLastChild($releasesHome);
$nightlyHome = $downloadsHome . "/nightly";
@@ -112,7 +112,7 @@
$latestRelease . " Release",
$relPrefix . "/ide/rcptt.ide-" . $latestRelease ."-[classifier].zip",
$relURI . $latestRelease . "/repository",
- " (Neon)",
+ " (Oxygen)",
$relPrefix . "/runner/rcptt.runner-" . $latestRelease . ".zip"
);
@@ -126,7 +126,7 @@
$latestNightlyUnqualified . "." . $latestNightlyQualifier . " Nightly",
$prefix . "/ide/rcptt.ide-" . $decoration . "-[classifier].zip",
$prefixLatest . "/repository",
- " (Neon)",
+ " (Oxygen)",
$prefix . "/runner/rcptt.runner-" . $decoration . ".zip"
);
$html .= "</div>";