Update latest release version to 2.4.2
Signed-off-by: Alexander Dudaev <aleksandr.dudayev@xored.com>
diff --git a/blog/atom.xml b/blog/atom.xml
index 2712158..7b59acd 100644
--- a/blog/atom.xml
+++ b/blog/atom.xml
@@ -3,7 +3,7 @@
<title><![CDATA[RCP Testing Tool Blog]]></title>
<link href="https://www.eclipse.org/rcptt/atom.xml" rel="self"/>
<link href="https://www.eclipse.org/rcptt/"/>
- <updated>2019-04-23T13:23:42+00:00</updated>
+ <updated>2019-05-08T10:55:35+00:00</updated>
<id>https://www.eclipse.org/rcptt/blog</id>
<author>
<name><![CDATA[RCP Testing Tool Team]]></name> <email><![CDATA[rcptt-dev@eclipse.org]]></email> </author>
diff --git a/documentation/userguide/rap/install/index.html b/documentation/userguide/rap/install/index.html
index 3597c47..94a95d5 100644
--- a/documentation/userguide/rap/install/index.html
+++ b/documentation/userguide/rap/install/index.html
@@ -176,7 +176,7 @@
<br><br></p>
<ol start="3">
-<li>Add update repository to http://download.eclipse.org/rcptt/nightly/2.4.1/latest/repository
+<li>Add update repository to http://download.eclipse.org/rcptt/nightly/2.4.2/latest/repository
<br></li>
</ol>
diff --git a/download/index.php b/download/index.php
index 3318364..d000954 100644
--- a/download/index.php
+++ b/download/index.php
@@ -88,7 +88,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.4.1";#getLastChild($releasesHome);
+$latestRelease="2.4.2";#getLastChild($releasesHome);
$nightlyHome = $downloadsHome . "/nightly";