site
diff --git a/site/src/main/asciidoc/index.adoc b/site/src/main/asciidoc/index.adoc
index 700e3f1..c807605 100644
--- a/site/src/main/asciidoc/index.adoc
+++ b/site/src/main/asciidoc/index.adoc
@@ -36,7 +36,7 @@
 [options="header,footer"]
 |===
 |*News* | *Examples*
-| Apache DeltaSpike 1.9.0 is now out!
+| Apache DeltaSpike 1.9.1 is now out!
 
 link:/news.html[View details »]
 
diff --git a/site/src/main/asciidoc/news.adoc b/site/src/main/asciidoc/news.adoc
index 7c098d8..6f7b8e5 100644
--- a/site/src/main/asciidoc/news.adoc
+++ b/site/src/main/asciidoc/news.adoc
@@ -4,10 +4,16 @@
 
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 
+== 33th Release (1.9.1) (2019-08-19)
+
+The Apache DeltaSpike team is pleased to announce the 33th release
+(v1.9.1).  Release notes can be found https://s.apache.org/DeltaSpike1.9.1[here]
+
+
 == 32th Release (1.9.0) (2018-09-18)
 
 The Apache DeltaSpike team is pleased to announce the 32th release
-(v1.9.0).  Release notes can be found https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312820&version=12342846[here]
+(v1.9.0).  Release notes can be found https://s.apache.org/DeltaSpike1.9.0[here]
 
 == 31th Release (1.8.2) (2018-06-01)
 
diff --git a/site/src/main/asciidoc/steps_for_a_release.adoc b/site/src/main/asciidoc/steps_for_a_release.adoc
index 0098e33..e071402 100644
--- a/site/src/main/asciidoc/steps_for_a_release.adoc
+++ b/site/src/main/asciidoc/steps_for_a_release.adoc
@@ -217,20 +217,18 @@
  - git checkout {version}
  - cd deltaspike && ./javadoc.sh
 
-via source:
- - Update the build (version.deltaspike.latest.stable and version.deltaspike.latest.snapshot)
- - Update news: http://deltaspike.apache.org/news.html
+Update Site:
+ - Update the pom.xml (version.deltaspike.latest.stable and version.deltaspike.latest.snapshot)
+ - Update site\src\main\asciidoc\index.adoc
+ - Update site\src\main\asciidoc\news.adoc
 
-via CMS:
- - Update version: http://deltaspike.apache.org/index.html
-
-deploy the site
-   * mvn site deploy
-   * mvn clean site-deploy -Pstaging
-   * mvn clean site-deploy
-   * mvn clean javadoc:aggregate scm-publish:publish-scm or javadoc.sh
-   * update cms workspace
-   * publish content via https://cms.apache.org/deltaspike/publish
+Deploy the site:
+ - mvn site deploy
+ - mvn clean site-deploy -Pstaging
+ - mvn clean site-deploy
+ - mvn clean javadoc:aggregate scm-publish:publish-scm or javadoc.sh
+ - update cms workspace
+ - publish content via https://cms.apache.org/deltaspike/publish
 
 === Update report