You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/06/12 20:12:34 UTC

svn commit: r1798522 - /sling/site/trunk/content/documentation/development/release-management.mdtext

Author: sseifert
Date: Mon Jun 12 20:12:34 2017
New Revision: 1798522

URL: http://svn.apache.org/viewvc?rev=1798522&view=rev
Log:
INFRA-13644 update plugin site deploy info

Modified:
    sling/site/trunk/content/documentation/development/release-management.mdtext

Modified: sling/site/trunk/content/documentation/development/release-management.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/release-management.mdtext?rev=1798522&r1=1798521&r2=1798522&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/release-management.mdtext (original)
+++ sling/site/trunk/content/documentation/development/release-management.mdtext Mon Jun 12 20:12:34 2017
@@ -440,6 +440,7 @@ This is currently supported for:
 * `maven-sling-plugin`
 * `htl-maven-plugin`
 * `slingstart-maven-plugin`
+* `jspc-maven-plugin`
 
 To publish the plugin documentation execute the following steps after the release:
 
@@ -451,7 +452,7 @@ To publish the plugin documentation exec
 
 3. Checkout the 'components' subtree of the Sling website
 
-        $ svn checkout https://svn.apache.org/repos/infra/websites/production/sling/content/components
+        $ svn checkout https://svn.apache.org/repos/asf/sling/site/trunk/content/components
 
 4. SVN-rename the generated documenation that the site plugin commited to `<plugin-name>-archives/<plugin-name>-LATEST` to `<plugin-name>-archives/<plugin-name>-<version>`
  
@@ -459,6 +460,8 @@ To publish the plugin documentation exec
 
 6. Commit the changes.
 
-7. Check the results at [http://sling.apache.org/components/](http://sling.apache.org/components/)
+7. Publish the Sling site to production
+
+8. Check the results at [http://sling.apache.org/components/](http://sling.apache.org/components/)
 
 For background information about this process see the [Maven components reference documentation](http://maven.apache.org/developers/website/deploy-component-reference-documentation.html).