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/sling-org-apache-sling-jcr-contentloader.git
The following commit(s) were added to refs/heads/master by this push:
new 813a053 releng: use latest parent
new dd2d7eb Merge branch 'master' of
[email protected]:apache/sling-org-apache-sling-jcr-contentloader.git
813a053 is described below
commit 813a0539a0b840f625afd90e3d00648c9d3ef36e
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Dec 10 09:49:41 2021 +0100
releng: use latest parent
add link in readme to documentation
---
README.md | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f801aaf..15ca72a 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,4 @@
This module is part of the [Apache Sling](https://sling.apache.org) project.
-This bundle provides initial content installation through bundles.
+This bundle provides [initial content
installation](https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html)
through bundles.
diff --git a/pom.xml b/pom.xml
index dcd5dee..be5f0da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>41</version>
+ <version>46</version>
<relativePath />
</parent>