New release 0.9.8: updated download page
diff --git a/websites/www.eclipse.org-app4mc-hugo/site/content/documentation/index.md b/websites/www.eclipse.org-app4mc-hugo/site/content/documentation/index.md
index 8720260..6320bbd 100644
--- a/websites/www.eclipse.org-app4mc-hugo/site/content/documentation/index.md
+++ b/websites/www.eclipse.org-app4mc-hugo/site/content/documentation/index.md
@@ -1,11 +1,11 @@
 ---
 title: "Documentation"
-date: 2020-02-04
+date: 2020-05-01
 hide_sidebar: "false"
 ---
 
 
-<p>Sign up on the [mailing list](https://dev.eclipse.org/mailman/listinfo/app4mc-dev "APP4MC mailing list") for the latest news about APP4MC.</p>
+Sign up on the [APP4MC mailing list](https://dev.eclipse.org/mailman/listinfo/app4mc-dev) for the latest news about APP4MC.
 
 ---
 ### Help
diff --git a/websites/www.eclipse.org-app4mc-hugo/site/content/downloads/index.md b/websites/www.eclipse.org-app4mc-hugo/site/content/downloads/index.md
index 1408d8d..6c603c9 100644
--- a/websites/www.eclipse.org-app4mc-hugo/site/content/downloads/index.md
+++ b/websites/www.eclipse.org-app4mc-hugo/site/content/downloads/index.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-03
+date: 2020-05-01
 title: "Downloads"
 weight: 5
 hide_sidebar: "true"
@@ -7,25 +7,25 @@
 
 
 ---
-### **Release 0.9.7**
-##### 2020-01-31 &nbsp;&nbsp; - &nbsp;&nbsp; based on Photon
+### **Release 0.9.8**
+##### 2020-04-30 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2019-12
 ---
 
 #### Products
 
-* APP4MC Platform 0.9.7 for **Linux (64 Bit)** - [Zip-archive](
-http://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/0.9.7/org.eclipse.app4mc.platform-0.9.7-20200131-164032-linux.gtk.x86_64.zip) (385 MB)
+* APP4MC Platform 0.9.8 for **Linux (64 Bit)** - [Zip-archive](
+http://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/0.9.8/org.eclipse.app4mc.platform-0.9.8-20200430-144456-linux.gtk.x86_64.zip) (429 MB)
 
-* APP4MC Platform 0.9.7 for **OSX (64 Bit)** - [Zip-archive](http://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/0.9.7/org.eclipse.app4mc.platform-0.9.7-20200131-164032-macosx.cocoa.x86_64.zip) (385 MB)
+* APP4MC Platform 0.9.8 for **OSX (64 Bit)** - [Zip-archive](http://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/0.9.8/org.eclipse.app4mc.platform-0.9.8-20200430-144456-macosx.cocoa.x86_64.zip) (429 MB)
 
-* APP4MC Platform 0.9.7 for **Windows (64 Bit)** - [Zip-archive](http://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/0.9.7/org.eclipse.app4mc.platform-0.9.7-20200131-164032-win32.win32.x86_64.zip) (385 MB)
+* APP4MC Platform 0.9.8 for **Windows (64 Bit)** - [Zip-archive](http://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/0.9.8/org.eclipse.app4mc.platform-0.9.8-20200430-144456-win32.win32.x86_64.zip) (429 MB)
 
          
 #### Update Site
 
-* direct link: http://download.eclipse.org/app4mc/updatesites/releases/0.9.7/
+* direct link: http://download.eclipse.org/app4mc/updatesites/releases/0.9.8/
 
-* for offline installation: [Zip-archive of APP4MC 0.9.7 p2 repository](http://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/0.9.7/org.eclipse.app4mc.p2repo-0.9.7.zip)
+* for offline installation: [Zip-archive of APP4MC 0.9.8 p2 repository](http://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/0.9.8/org.eclipse.app4mc.p2repo-0.9.8.zip)
 
 ---
 
diff --git a/websites/www.eclipse.org-app4mc-hugo/site/content/snippets/index.md b/websites/www.eclipse.org-app4mc-hugo/site/content/snippets/index.md
index 084f314..fd3c15c 100644
--- a/websites/www.eclipse.org-app4mc-hugo/site/content/snippets/index.md
+++ b/websites/www.eclipse.org-app4mc-hugo/site/content/snippets/index.md
@@ -1,5 +1,5 @@
 ---
-date: 2019-06-24
+date: 2020-05-01
 menu:
   main:
     parent: "About"
@@ -18,21 +18,21 @@
  */
  
 @ValidationGroup(
-		severity = Severity.ERROR,
-		validations =  {
-				AmBasicQuantity.class,
-				AmBasicTimeRange.class
-		}
+	severity = Severity.ERROR,
+	validations =  {
+		AmBasicQuantity.class,
+		AmBasicTimeRange.class
+	}
 )
 
 @ValidationGroup(
-		severity = Severity.WARNING,
-		validations =  {
-				AmBasicCustomPropertyKey.class
-		}
+	severity = Severity.WARNING,
+	validations =  {
+		AmBasicCustomPropertyKey.class
+	}
 )
 
 public class BasicProfile implements IProfile {
     // Do nothing
 }
-{{< / highlight >}}
+{{< /highlight >}}