You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/05/25 08:20:46 UTC

[jackrabbit-filevault] branch master updated: releng: fix some typos and adjust release documentation for site

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new f98be98  releng: fix some typos and adjust release documentation for site
f98be98 is described below

commit f98be984126b8e4332f87ae779f140e2f75cbfd9
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue May 25 10:20:37 2021 +0200

    releng: fix some typos and adjust release documentation for site
---
 pom.xml                            | 6 +++---
 src/site/markdown/howto_release.md | 8 ++++----
 src/site/site.xml                  | 2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 142fff7..3f0ce6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,7 +285,7 @@
                                         <echo file="${basedir}/target/vote.txt">
 From: ${username}@apache.org
 To: dev@jackrabbit.apache.org
-Subject: [VOTE] Release Apache Jackrabbit Filevault ${project.version}
+Subject: [VOTE] Release Apache Jackrabbit FileVault ${project.version}
 
 A candidate for the Jackrabbit Filevault ${project.version} release is available at:
 
@@ -309,7 +309,7 @@ The vote is open for a minimum of 72 hours during business days and passes
 if a majority of at least three +1 Jackrabbit PMC votes are cast.
 The vote fails if not enough votes are cast after 1 week (5 business days).
 
-[ ] +1 Release this package as Apache Jackrabbit Filevault ${project.version}
+[ ] +1 Release this package as Apache Jackrabbit FileVault ${project.version}
 [ ] -1 Do not release this package because...${line.separator}
                                         </echo>
                                         <echo />
@@ -323,7 +323,7 @@ Please deploy it to https://dist.apache.org/repos/dist/dev/jackrabbit/filevault:
 cd /path/to/jackrabbit-dev/filevault
 mv ${basedir}/target/${project.version} ${project.version}
 svn add ${project.version}
-svn commit -m 'Apache Jackrabbit Filevault ${project.version} release candidate' ${project.version}
+svn commit -m 'Apache Jackrabbit FileVault ${project.version} release candidate' ${project.version}
 
 A release vote template has been generated for you:
 
diff --git a/src/site/markdown/howto_release.md b/src/site/markdown/howto_release.md
index cc10248..9651230 100644
--- a/src/site/markdown/howto_release.md
+++ b/src/site/markdown/howto_release.md
@@ -82,14 +82,14 @@ Release management tasks
    (they're automatically archived):
 
     ```` 
-    svn move -m "Apache Jackrabbit Filevault $version" \
+    svn move -m "Apache Jackrabbit FileVault $version" \
         https://dist.apache.org/repos/dist/dev/jackrabbit/filevault/$version \
         https://dist.apache.org/repos/dist/release/jackrabbit/filevault/$version
     ````
 
-1. release the [staged repository][2] for synchronization to Maven central.
+1. release the [staged repository][2] for synchronization to Maven Central.
 
-1. update the website by first checking out the released tag, then execute `mvn clean site` on the reactor project (this will copy the aggregate javadoc to the `vault-doc/target` folder). Afterwards check the generated site and push it via `mvn site-deploy` (only relevant on module `vault-doc`)
+1. update the website by first checking out the released tag, then execute `mvn clean site` on the reactor project. Afterwards check the generated site and publish it via `mvn site-deploy`
 
 1. mark the version as released in [Jira][3]:
     _Jira Project Home_ -> _Project Summary_ -> _Administer Project_. 
@@ -103,7 +103,7 @@ Release management tasks
     From the issue list you have the option to bulk update all of the included issues. 
     Just *Transition Issues* from *Resolved* to *Closed* and you are done!
 
-1. Update the Jackrabbit web site to point to the new release.
+1. Update the Jackrabbit web site to point to the new release in <http://svn.apache.org/repos/asf/jackrabbit/site/trunk/src/site/markdown/downloads.md>.
 
 1. Send the release announcement **once** the web site and download mirrors have been synced.
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 94715c3..b6bed88 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -20,7 +20,7 @@
 <project xmlns="http://maven.apache.org/DECORATION/1.3.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
-         name="Jackrabbit Filevault">
+         name="Jackrabbit FileVault">
   <body>
     <menu name="Overview">
       <item href="index.html" name="Jackrabbit FileVault" />