Updates website for 2.3.0 release
diff --git a/angular/blocks/call2action.html b/angular/blocks/call2action.html
index b714568..72a4eca 100644
--- a/angular/blocks/call2action.html
+++ b/angular/blocks/call2action.html
@@ -1,7 +1,7 @@
 <div id="download_banner_wrapper" class="bg_dark_fushia" ng-class="{'cloak': hideBanner}">
 	<div class="closeButton"><img src="/viatra/images/closeButton.png" border="0" ng-click="hideBanner = true"/></div>
 	<div id="download_banner_content">
-		<p class="left intro"><b>Viatra 2.2.1</b> has been released! </p>
+		<p class="left intro"><b>Viatra 2.3.0</b> has been released! </p>
 		<a class="right bg_light_purple" href="/viatra/downloads.html">Try it now</a>
 	</div>
 </div>
diff --git a/articles.html b/articles.html
index 5726e9f..5161dc7 100644
--- a/articles.html
+++ b/articles.html
@@ -1,4 +1,9 @@
 <div class="post">

+	<h2 class="title">VIATRA 2.3.0 is released</h2>

+	<div class="date">Dec 18, 2019</div>

+	<div class="body"><p>The <a target="_blank" href="http://eclipse.org/viatra">VIATRA project</a> is happy to report that release 2.3.1 is now available with a few performance enhancements.</p><p>All downloads are available now from the <a target="_blank" href="/viatra/downloads.php">downloads area</a> or the <a target="_blank" href="http://marketplace.eclipse.org/content/viatra">Marketplace</a>.</p></div>

+</div>

+<div class="post">

 	<h2 class="title">VIATRA 2.2.1 is released</h2>

 	<div class="date">Sep 4, 2019</div>

 	<div class="body"><p>The <a target="_blank" href="http://eclipse.org/viatra">VIATRA project</a> is happy to report that release 2.2.1 is now available with a few performance enhancements.</p><p>All downloads are available now from the <a target="_blank" href="/viatra/downloads.php">downloads area</a> or the <a target="_blank" href="http://marketplace.eclipse.org/content/viatra">Marketplace</a>.</p></div>

diff --git a/documentation/releases.html b/documentation/releases.html
index ffdbb89..abf6a84 100644
--- a/documentation/releases.html
+++ b/documentation/releases.html
@@ -147,7 +147,7 @@
 <div class="sect2">
 <h3 id="_migrating_to_viatra_2_3"><a class="link" href="#_migrating_to_viatra_2_3">Migrating to VIATRA 2.3</a></h3>
 <div class="paragraph">
-<p>The <code>viatra-query-runtima</code> and <code>viatra-transformation-runtime</code> Maven modules does not add any version of Guava to the classpath anymore. If the actual projects using VIATRA depends on it, it should add it manually as dependencies.</p>
+<p>The <code>viatra-query-runtime</code> and <code>viatra-transformation-runtime</code> Maven modules do not add any version of Guava to the classpath anymore. If the actual project using VIATRA depends on Guava, it can be added as dependency.</p>
 </div>
 </div>
 </div>
diff --git a/downloads.html b/downloads.html
index e9d8a74..ac254ac 100644
--- a/downloads.html
+++ b/downloads.html
@@ -70,6 +70,15 @@
 			</thead>
 			<tbody>
 				<tr>
+					<td><a href="https://projects.eclipse.org/projects/modeling.viatra/releases/2.3.0">2.3.0</a></td>
+					<td><code>http://download.eclipse.org/viatra/updates/release/2.3.0</code></td>
+					<td>
+						<a href="http://www.eclipse.org/downloads/download.php?file=/viatra/updates/zipped/org.eclipse.viatra.update.2.3.0.zip">Zipped repository</a><br />
+						<a href="http://www.eclipse.org/downloads/download.php?file=/viatra/updates/zipped/javadoc-2.3.0.zip">Javadoc</a>
+					</td>
+					<td>Requires Java 8, Eclipse Collections 9.x (or newer) and Xtext 2.16 (or newer).</td>
+				</tr>
+				<tr>
 					<td><a href="https://projects.eclipse.org/projects/modeling.viatra/releases/2.2.1">2.2.1</a></td>
 					<td><code>http://download.eclipse.org/viatra/updates/release/2.2.1</code></td>
 					<td>
diff --git a/index.html b/index.html
index 497476b..6a5c0b9 100644
--- a/index.html
+++ b/index.html
@@ -90,10 +90,10 @@
 	<article class="row">
 		<header class="centered">
 			<p class="image"></p>
-			<h2 class="uppercase txt_white">VIATRA 2.2.1 is released</h2>
+			<h2 class="uppercase txt_white">VIATRA 2.3.0 is released</h2>
 
 			<div class="col-md-12">
-	            <p class="black-box">VIATRA 2.2.1 is with a few bugfixes, mostly related to performance regressions.
+	            <p class="black-box">VIATRA 2.3.0 is mostly a bugfix release, but with a few new features like support for profiling the usage of Base index or Guava-free runtime components.
 				</p>
 	            <br />
 	        	<p><a class="btn" href="news.html">More News</a></p>