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:48:04 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: Add new site version

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 66086d7  Add new site version
66086d7 is described below

commit 66086d79dd727735a0dc7b798861eb54ed790530
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jun 8 17:47:54 2021 +0200

    Add new site version
---
 src/site/README.md | 17 ++++++++++-------
 src/site/site.xml  |  5 +++--
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/src/site/README.md b/src/site/README.md
index 7eda8e4..ef2946d 100644
--- a/src/site/README.md
+++ b/src/site/README.md
@@ -50,18 +50,21 @@ credentials needed since deployment is done via svn commit to
 Update Documentation After Release
 ==================================
 
-1. Adjust the links to the site versions in `src/site/site.xml`
+1. Switch to release tag
 
-2. Deploy the site of the released version as described above (by switching to the release tag)
+2. Adjust the links to the site versions in `src/site/site.xml` (don't yet commit)
 
-3. Copy the released version to the current one:
+3. Deploy the site of the released version with `mvn site-deploy`
+
+4. Copy the released site version to the root site:
 
   ```
-  $ svn rm https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin
+  $ svn rm https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin -m "Remove old website version"
   $ svn cp https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin-archives/${project.version} \
-           https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin
+           https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin -m "Add new website version"
   ```
+5. Switch to master branch
 
-4. Commit the changes from 1.
+6. Commit the changes from 1.
 
-5. deploy the snapshot site
\ No newline at end of file
+7. Deploy the snapshot site
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
index c3152a5..5e1e4ba 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -42,8 +42,9 @@
             <item href="http://jackrabbit.apache.org/" name="Apache Jackrabbit"/>
         </menu>
         <menu name="Site Versions">
-            <item href="http://jackrabbit.apache.org/filevault-package-maven-plugin-archives/1.1.7-SNAPSHOT" name="1.1.7-SNAPSHOT"/>
-            <item href="http://jackrabbit.apache.org/filevault-package-maven-plugin" name="1.1.6"/>
+            <item href="http://jackrabbit.apache.org/filevault-package-maven-plugin-archives/1.1.9-SNAPSHOT" name="1.1.9-SNAPSHOT"/>
+            <item href="http://jackrabbit.apache.org/filevault-package-maven-plugin" name="1.1.8"/>
+            <item href="http://jackrabbit.apache.org/filevault-package-maven-plugin-archives/1.1.6" name="1.1.6"/>
             <item href="http://jackrabbit.apache.org/filevault-package-maven-plugin-archives/1.1.4" name="1.1.4"/>
             <item href="http://jackrabbit.apache.org/filevault-package-maven-plugin-archives/1.1.2" name="1.1.2"/>
             <item href="http://jackrabbit.apache.org/filevault-package-maven-plugin-archives/1.1.0" name="1.1.0"/>