some better site
diff --git a/parent/src/site/apt/index.apt b/parent/src/site/apt/index.apt
index 1fc3bfc..5437adf 100644
--- a/parent/src/site/apt/index.apt
+++ b/parent/src/site/apt/index.apt
@@ -1,5 +1,5 @@
  ------
- Myfaces Core 2.3
+ Myfaces Core 2.3-next
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -20,9 +20,22 @@
  ~~ under the License.
  
 
-MyFaces Core 2.3 Project
+MyFaces Core 2.3-next Project
 
-  This project provides an implementation of the JavaServer Faces 2.3 (JSF 2.3) specification.
+  This project provides an (not fully compatible!) implementation of the JavaServer Faces (JSF) 2.3 specification.
+
+    2.3-next is a preview for the next (real) JSF version, which will remove ManagedBeans and FacesEL.
+    Compared to 2.3, it contains the following changes:
+    
+    * Removed shared modules and a !BIG! code cleanup
+    * Removed FacesEL implementation
+    * Removed ManagedBeans but register the found @ManagedBeans as CDI beans
+    * No commons dependencies required anymore
+    * 1MB less size (including dependencies)
+    * Up to 15% better performance
+    * A Quarkus extensions!
+
+    Modules:
 
     * The API submodule implements all of the classes that are defined in the specification. 
       If you are looking for API documentation about the classes that your JSF application
@@ -37,12 +50,8 @@
   
   Additionally, there are other submodules:  
       
-    * The Shared internal submodule provides support "invisible" classes "shared" between other 
-      projects in MyFaces land like Tomahawk, Orchestra and Portlet Bridge. A copy of these 
-      classes are added to Impl submodule.
-      
-    * The Bundle submodule provides both API and Impl classes into a single jar file with 
-      a OSGi MANIFEST.MF.
+    * The Bundle submodule provides both API and Impl classes into a single jar file with a OSGi MANIFEST.MF.
+    * The quarkus extensions
 
   If you want to know more about how JavaServer(tm) Faces works, take a look at the documentation
   referenced from the main MyFaces site.
diff --git a/parent/src/site/site.xml b/parent/src/site/site.xml
index 7fb0534..4d1d496 100644
--- a/parent/src/site/site.xml
+++ b/parent/src/site/site.xml
@@ -55,10 +55,13 @@
         </links>
 
         <menu name="JSF Implementations" inherit="top">
-            <item name="Core JSF-2.3"   href="./index.html" collapse="false">
-              <item name="API"          href="http://myfaces.apache.org/core30/myfaces-api/index.html"/>
-              <item name="Impl"         href="http://myfaces.apache.org/core30/myfaces-impl/index.html"/>
-              <item name="Bundle"       href="http://myfaces.apache.org/core30/myfaces-bundle/index.html"/>
+            <item name="Core JSF-2.3-next"   href="./index.html" collapse="false">
+              <item name="API"          href="http://myfaces.apache.org/core23next/myfaces-api/index.html"/>
+              <item name="Impl"         href="http://myfaces.apache.org/core23next/myfaces-impl/index.html"/>
+              <item name="Bundle"       href="http://myfaces.apache.org/core23next/myfaces-bundle/index.html"/>
+            </item>
+            <item name="Core JSF-2.3"   href="../core23/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
             </item>
             <item name="Core JSF-2.2"   href="../core22/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
diff --git a/parent/src/site/xdoc/release-checklist.xml b/parent/src/site/xdoc/release-checklist.xml
index 4670744..67c9e3e 100644
--- a/parent/src/site/xdoc/release-checklist.xml
+++ b/parent/src/site/xdoc/release-checklist.xml
@@ -53,46 +53,7 @@
                 <li><a class="externalLink" href="https://youtube.com/watch?v=bxP9IuJbcDQ">How to Publish a Java Library to Maven Central</a></li>
             </ul>
 
-            <h3>1. Preparing shared 4.2.9 (optional)</h3>
-
-            <ul>
-                <p><b>NOTE:</b> This step is optional. The current project structure does not required a "shared project" release, since it just copy the code inside the shared module in myfaces core.</p>
-                <br/>
-
-                <li>Change shared/core/pom.xml variable to mirror updated shared copy from core and run from shared root path</li>
-                <div class="source">
-                    <pre>
-mvn clean install -Dsynch-shared=true
-                    </pre>
-                </div>
-                Try -DdryRun=true SUCCESS
-                <div class="source">
-                    <pre>
-mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags -DdryRun=true    
-                    </pre>
-                </div>       
-                Release it! FAIL
-                <div class="source">
-                    <pre>
-mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags -Dresume=false
-mvn install
-mvn release:rollback
-mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags -Dresume=false
-                    </pre>
-                </div>
-        
-                <p><b>NOTE:</b> Preparing the release will create the new tag in SVN, automatically checking in on your behalf. Note: If you're located in Europe then release:prepare may fail with 'Unable to tag SCM' and 'svn: No such revision X'. Wait 10 seconds and run mvn release:prepare again.</p>
-
-                <li><p>Stage the release for a vote</p></li>
-                <div class="source">
-                    <pre>
-mvn release:perform -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags
-                    </pre>
-                </div>
-            
-            </ul>
-
-            <h3>2. Preparing Core 2.3.0</h3>
+            <h3>1. Preparing Core 2.3.0</h3>
 
             <ul>
                 <li><p>Once the environment is configured, you need to checkout the MyFaces 2.3.x development branch (currently the master branch in GitHub) <a class="externalLink" href="https://github.com/apache/myfaces">https://github.com/apache/myfaces</a> and run the following commands to prepare the MyFaces Core</p></li>
@@ -162,7 +123,7 @@
             </ul>
 
 
-            <h3>3. JIRA Release Management</h3>
+            <h3>2. JIRA Release Management</h3>
             <br/>
             <ul>
                 <li>Create 2.3.1 and 2.3.1-SNAPSHOT versions</li> 
@@ -175,14 +136,14 @@
             <p>Go to the following link perform these steps under the MyFaces Core Project: <a class="externalLink" href="https://issues.apache.org/jira/secure/Dashboard.jspa">JIRA Dashboard</a></p>
 
 
-            <h3>4. TCK</h3>
+            <h3>3. TCK</h3>
             <br/>
             <ul>
                 <li>We can skip TCK step if there is no TCK for JSF 2.3</li>
             </ul>
 
 
-            <h3>5. Generate assembly</h3>
+            <h3>4. Generate assembly</h3>
             <br/>
             <ul>
                 <li>Automatically done by maven on release:perform step and should be available in the nexus maven repository to do the final deploy.</li>