Update for new release
Change-Id: I990bede3c4016481750e43dea7667b9f7d001db8
diff --git a/downloads.php b/downloads.php
index 56efa70..fdf986b 100644
--- a/downloads.php
+++ b/downloads.php
@@ -49,7 +49,7 @@
<h1>$pageTitle</h1>
<p>
-Downloading drops is currently not supported. Please use one of our
+Please use one of our
<a href="install.php">update sites</a> for installation.
</p>
diff --git a/install.php b/install.php
index 831fc7e..b0ef4b6 100644
--- a/install.php
+++ b/install.php
@@ -13,7 +13,7 @@
# Begin: page-specific settings. Change these.
$pageTitle = "Henshin - Installation";
$pageKeywords = "EMF, Henshin, model transformation, installation";
-$pageAuthor = "Christian Krause, Daniel Strüber";
+$pageAuthor = "Christian Krause, Daniel Str�ber";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
@@ -34,14 +34,16 @@
<h2>Install from update site</h2>
-<p>Henshin is a plug-in for recent versions of the Eclipse Modeling Tools (last tested version: 2019-12). To obtain the most recent Eclipse version, go to the <a href="https://www.eclipse.org/downloads/packages/">download page</a> and download the Eclipse Modeling Tools.</p>
+<p>Henshin is a plug-in for recent versions of the Eclipse Modeling Tools (last tested version: 2021-03). To obtain the most recent Eclipse version, go to the <a href="https://www.eclipse.org/downloads/packages/">download page</a> and download the Eclipse Modeling Tools.</p>
<p>To install Henshin, open Eclipse, go to <i>Help -> Install New Software...</i> and insert one of the following update site URLs:</p>
<ul>
-<li>Current release: <a href="http://download.eclipse.org/modeling/emft/henshin/updates/release">http://download.eclipse.org/modeling/emft/henshin/updates/release</a> (1.6.0)</li>
+<li>Current release: <a href="http://download.eclipse.org/modeling/emft/henshin/updates/release">http://download.eclipse.org/modeling/emft/henshin/updates/release</a> (1.8.0)</li>
<li>Nightly builds: <a href="http://download.eclipse.org/modeling/emft/henshin/updates/nightly">http://download.eclipse.org/modeling/emft/henshin/updates/nightly</a></li>
<li>Permanent URLs of current and previous releases:
<ul>
+<li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.8.0">http://download.eclipse.org/modeling/emft/henshin/updates/1.8.0</a></li>
+<li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.8.0-legacyjdk">http://download.eclipse.org/modeling/emft/henshin/updates/1.8.0-legacyjdk</a></li>
<li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.6.0">http://download.eclipse.org/modeling/emft/henshin/updates/1.6.0</a></li>
<li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.4.0">http://download.eclipse.org/modeling/emft/henshin/updates/1.4.0</a></li>
<li><a href="http://download.eclipse.org/modeling/emft/henshin/updates/1.2.0">http://download.eclipse.org/modeling/emft/henshin/updates/1.2.0</a></li>
@@ -50,7 +52,11 @@
</ul>
</ul>
-At a minimum, install the Henshin SDK feature. From version 1.6.0, you can choose an additional powerful feature for variant management (Henshin Variability SDK), and source versions of both features (for inspecting the features' source code in Eclipse).
+<strong>JDK Compatibility</strong> From release 1.8.0, Henshin is compatible with JDK versions from 11.0 upwards.
+The release variant <em>1.8.0-legacyjdk</em> and previous releases are compatible with JDK 8.0 to JDK 14.0.
+
+<strong>Features</strong> At a minimum, install the Henshin SDK feature. Version 1.6.0 and 1.8.0 introduced the additional features Henshin Variability SDK and OCL2NGC. For all features, a source version is provided.
+
<h2>Instructions for installing legacy versions</h2>