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/06/08 15:36:42 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: fix some minor typos

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-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4365515  fix some minor typos
4365515 is described below

commit 4365515f3622c41e92f743911e5fed37bcd0b2d4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jun 8 17:36:33 2021 +0200

    fix some minor typos
---
 src/site/markdown/howto_release.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/markdown/howto_release.md b/src/site/markdown/howto_release.md
index ae278fa..eb6f646 100644
--- a/src/site/markdown/howto_release.md
+++ b/src/site/markdown/howto_release.md
@@ -58,7 +58,7 @@ Release management tasks
         The non-Maven release artifacts are automatically copied to `/.../target/checkout/target/$version`
 
 4. Close the [staged repository][2] on _repository.apache.org_.  
-   Use `Apache Jackrabbit Filevault Package Maven Plugin ${version} RC` as comment.
+   Use `Apache Jackrabbit FileVault Package Maven Plugin ${version} RC` as comment.
    
 5. Upload the artifacts to https://dist.apache.org/repos/dist/dev/jackrabbit/filevault-package-maven-plugin via SVN
        
@@ -86,7 +86,7 @@ Release management tasks
    (they're automatically archived):
 
     ```` 
-    svn move -m "Apache Jackrabbit Filevault $version" \
+    svn move -m "Apache Jackrabbit FileVault Package Maven Plugin $version" \
         https://dist.apache.org/repos/dist/dev/jackrabbit/filevault-package-maven-plugin/$version \
         https://dist.apache.org/repos/dist/release/jackrabbit/filevault-package-maven-plugin/$version
     ````