Author: struberg
Date: Wed Nov 14 09:18:10 2018
New Revision: 1846568

URL: http://svn.apache.org/viewvc?rev=1846568&view=rev
Log:
replace tabs with spaces

Modified:
    openwebbeans/cms-site/trunk/content/release-checklist.mdtext

Modified: openwebbeans/cms-site/trunk/content/release-checklist.mdtext
URL: 
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/release-checklist.mdtext?rev=1846568&r1=1846567&r2=1846568&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/release-checklist.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/release-checklist.mdtext Wed Nov 14 
09:18:10 2018
@@ -27,48 +27,48 @@ Before performing the release you need t
 ## Prepare
 
  1. JIRA Release Management
-       - Find resolved issues and close them
-       - Create ${version.next} (if not already done)
-       - Move unresolved issues from ${version} (2.0.8) to ${version.next} 
(2.0.9)  
+    - Find resolved issues and close them
+    - Create ${version.next} (if not already done)
+    - Move unresolved issues from ${version} (2.0.8) to ${version.next} 
(2.0.9)  
   
   
  2. Update README
-       - Export changelog from JIRA
-       - add it to readme/README.txt
-       - also update the version numbers in the preface  
+    - Export changelog from JIRA
+    - add it to readme/README.txt
+    - also update the version numbers in the preface  
   
   
  3. Release via MVN
-       - mvn clean install -Papache-release
-       - mvn release:prepare -DdryRun=true
-       - mvn release:prepare -Dresume=false 
-       - mvn release:perform  
+    - mvn clean install -Papache-release
+    - mvn release:prepare -DdryRun=true
+    - mvn release:prepare -Dresume=false 
+    - mvn release:perform  
   
-       if the release:perform fails on the last step (commit the new version 
in trunk) but the tag was successfully created,
-       you can deploy the tag manually to nexus:
+    if the release:perform fails on the last step (commit the new version in 
trunk) but the tag was successfully created,
+    you can deploy the tag manually to nexus:
 
-       - commit the version change in trunk
-       - checkout the tag and execute: mvn clean install deploy 
-Papache-release  
+    - commit the version change in trunk
+    - checkout the tag and execute: mvn clean install deploy -Papache-release  
   
   
  4. Provide the staging repository 
-       - login to nexus: https://repository.apache.org/#stagingRepositories
-       - select the staging repository and "close" it
-       - the final url should be similar to 
https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1047  
+    - login to nexus: https://repository.apache.org/#stagingRepositories
+    - select the staging repository and "close" it
+    - the final url should be similar to 
https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1047  
   
 
  5. Provide assembly
-       - SVN https://dist.apache.org/repos/dist/dev/openwebbeans/
-       - Commit following files inside the ${version} (2.0.8) directory:
-               - openwebbeans-2.0.8-source-release.zip
-               - openwebbeans-2.0.8-source-release.zip.asc
-               - openwebbeans-2.0.8-source-release.zip.sha512
-               - openwebbeans-distribution-2.0.8-binary.tar.gz
-               - openwebbeans-distribution-2.0.8-binary.tar.gz.asc
-               - openwebbeans-distribution-2.0.8-binary.tar.gz.sha512 (must be 
generated manually)
-               - openwebbeans-distribution-2.0.8-binary.zip
-               - openwebbeans-distribution-2.0.8-binary.zip.asc
-               - openwebbeans-distribution-2.0.8-binary.zip.sha512 (must be 
generated manually)  
+    - SVN https://dist.apache.org/repos/dist/dev/openwebbeans/
+    - Commit following files inside the ${version} (2.0.8) directory:
+        - openwebbeans-2.0.8-source-release.zip
+        - openwebbeans-2.0.8-source-release.zip.asc
+        - openwebbeans-2.0.8-source-release.zip.sha512
+        - openwebbeans-distribution-2.0.8-binary.tar.gz
+        - openwebbeans-distribution-2.0.8-binary.tar.gz.asc
+        - openwebbeans-distribution-2.0.8-binary.tar.gz.sha512 (must be 
generated manually)
+        - openwebbeans-distribution-2.0.8-binary.zip
+        - openwebbeans-distribution-2.0.8-binary.zip.asc
+        - openwebbeans-distribution-2.0.8-binary.zip.sha512 (must be generated 
manually)  
   
   
  6. Send the VOTE mail  
@@ -77,39 +77,39 @@ Before performing the release you need t
 ## After successful vote 
 
  1. Release from the staging repository
-       - login to nexus: https://repository.apache.org/#stagingRepositories
-       - select the staging repository and "release" it
-       - the artifacts will be synced with the maven repos now  
+    - login to nexus: https://repository.apache.org/#stagingRepositories
+    - select the staging repository and "release" it
+    - the artifacts will be synced with the maven repos now  
   
   
  2. JIRA Release Management
-       - Select the version and release it  
+    - Select the version and release it  
   
   
  3. Upload assembly
-       - SVN https://dist.apache.org/repos/dist/release/openwebbeans/
-       - commit same files as in 5) under the directory for the ${version} 
(2.0.8)
-       - delete ${version.old} (2.0.7) directory  
+    - SVN https://dist.apache.org/repos/dist/release/openwebbeans/
+    - commit same files as in 5) under the directory for the ${version} (2.0.8)
+    - delete ${version.old} (2.0.7) directory  
   
   
  4. Apache Reporter Service
-       - wait for the mail
-       - login to https://reporter.apache.org/addrelease.html?openwebbeans
-       - add the ${version} and release date  
+    - wait for the mail
+    - login to https://reporter.apache.org/addrelease.html?openwebbeans
+    - add the ${version} and release date  
   
   
 ## After the artifacts has been synced to central maven repo
 
  1. Create blog
-       - Login to https://blogs.apache.org/owb/
-       - Add a post for the new release, this will automatically picked up by 
the site deployment
+    - Login to https://blogs.apache.org/owb/
+    - Add a post for the new release, this will automatically picked up by the 
site deployment
    
   
  2. Update site
-       - Login to 
https://cms.apache.org/redirect?uri=http://openwebbeans.apache.org/
-       - Edit news.mdtext
-       - Edit download.mdtext
-       - Publish via https://cms.apache.org/openwebbeans/publish  
+    - Login to 
https://cms.apache.org/redirect?uri=http://openwebbeans.apache.org/
+    - Edit news.mdtext
+    - Edit download.mdtext
+    - Publish via https://cms.apache.org/openwebbeans/publish  
   
   
  3. Send release mail  


Reply via email to