You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/11/01 15:10:12 UTC

[sling-site] branch master updated (6b876fe -> cec6552)

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

bdelacretaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git.


    from 6b876fe  Merge branch 'master' of github.com:apache/sling-site
     new a0c0502  Recommend encryption
     new cec6552  List the Capabilities module

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/jbake/content/documentation/bundles.md                        | 1 +
 src/main/jbake/content/documentation/development/release-management.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[sling-site] 01/02: Recommend encryption

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit a0c050214518d937bbb0f36050a78efb52ee0f20
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Nov 1 16:08:24 2018 +0100

    Recommend encryption
---
 src/main/jbake/content/documentation/development/release-management.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/development/release-management.md b/src/main/jbake/content/documentation/development/release-management.md
index 3760fbb..9dc744e 100644
--- a/src/main/jbake/content/documentation/development/release-management.md
+++ b/src/main/jbake/content/documentation/development/release-management.md
@@ -30,7 +30,7 @@ In the past we staged release candidates on our local machines using a semi-manu
             <profile>
                 <id>apache-release</id>
                 <properties>
-                    <gpg.passphrase> <!-- YOUR KEY PASSPHRASE --> </gpg.passphrase>
+                    <gpg.passphrase> <!-- YOUR (encrypted) KEY PASSPHRASE --> </gpg.passphrase>
                 </properties>
             </profile>
         </profiles>


[sling-site] 02/02: List the Capabilities module

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit cec655281cfdef201d86e4adc6a5ea1b3f0e1105
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Nov 1 16:10:04 2018 +0100

    List the Capabilities module
---
 src/main/jbake/content/documentation/bundles.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/jbake/content/documentation/bundles.md b/src/main/jbake/content/documentation/bundles.md
index 6bd6f76..28bd8f0 100644
--- a/src/main/jbake/content/documentation/bundles.md
+++ b/src/main/jbake/content/documentation/bundles.md
@@ -62,6 +62,7 @@ The OSGi installer is a very flexible and powerful service to manage provisionin
 * [Servlet Helpers](/documentation/bundles/servlet-helpers.html)
 * [Context-Aware Configuration](/documentation/bundles/context-aware-configuration/context-aware-configuration.html)
 * [HApi - Hypermedia API tools](/documentation/bundles/hapi.html)
+* [Capabilities](https://github.com/apache/sling-org-apache-sling-capabilities)
 
 ## Content Presentation and Rendering
 * [Scripting](/documentation/bundles/scripting.html) (aka Templating)