You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2019/08/19 11:56:48 UTC

[deltaspike] branch master updated: site

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new b1144a4  site
b1144a4 is described below

commit b1144a457ea017c4098ac9a1fd3264db137f2615
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Aug 19 13:56:40 2019 +0200

    site
---
 site/src/main/asciidoc/index.adoc               |  2 +-
 site/src/main/asciidoc/news.adoc                |  8 +++++++-
 site/src/main/asciidoc/steps_for_a_release.adoc | 26 ++++++++++++-------------
 3 files changed, 20 insertions(+), 16 deletions(-)

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 @@ link:/documentation/modules.html[View details »]
 [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 ag [...]
 
+== 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 @@ Update Javadocs:
  - 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
-
-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
+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
+
+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