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 12:45:35 UTC

[deltaspike] branch master updated: restore old doc

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 c535dfd  restore old doc
c535dfd is described below

commit c535dfd6bc7c887165ee19b10b8419732dc3b68c
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Aug 19 14:45:29 2019 +0200

    restore old doc
---
 site/src/main/asciidoc/steps_for_a_release.adoc | 31 +++++++++++--------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/site/src/main/asciidoc/steps_for_a_release.adoc b/site/src/main/asciidoc/steps_for_a_release.adoc
index 705ec67..7e4a779 100644
--- a/site/src/main/asciidoc/steps_for_a_release.adoc
+++ b/site/src/main/asciidoc/steps_for_a_release.adoc
@@ -213,23 +213,20 @@ cd ..
 
 === Update site content
 
-Update Javadocs:
- - git checkout {version}
- - cd deltaspike && ./javadoc.sh
-
-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:
- - cd deltaspike
- - 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
+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 report