You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/10/24 08:05:39 UTC

[sling-org-apache-sling-karaf-configs] branch master updated (1b307e6 -> 936eb4b)

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

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


    from 1b307e6  SLING-11215 Upgrade Karaf to 4.4
     new 73faa83  switch packageRoots from /etc/packages to /var/packages
     new 936eb4b  SLING-11650 Update to Sling (Bundle) Parent 49

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:
 pom.xml                                                                 | 2 +-
 .../org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.cfg.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[sling-org-apache-sling-karaf-configs] 02/02: SLING-11650 Update to Sling (Bundle) Parent 49

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

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

commit 936eb4b2856244e48860ae9cc4681920775501e5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Oct 24 09:42:09 2022 +0200

    SLING-11650 Update to Sling (Bundle) Parent 49
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 740d0f0..d67d1f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>47</version>
+    <version>49</version>
     <relativePath/>
   </parent>
 


[sling-org-apache-sling-karaf-configs] 01/02: switch packageRoots from /etc/packages to /var/packages

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

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

commit 73faa83f883fdd00f95fcb7e7d40f6177110b904
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Aug 13 15:21:14 2022 +0200

    switch packageRoots from /etc/packages to /var/packages
---
 .../org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.cfg.json   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.cfg.json b/src/main/resources/org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.cfg.json
index 1e35153..efdc6f0 100644
--- a/src/main/resources/org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.cfg.json
+++ b/src/main/resources/org.apache.jackrabbit.vault.packaging.impl.PackagingImpl.cfg.json
@@ -3,7 +3,7 @@
     "sling-installer-factory-packages"
   ],
   "packageRoots": [
-    "/etc/packages"
+    "/var/packages"
   ],
   "authIdsForHookExecution": [
     "sling-installer-factory-packages"