This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-xml-jcr.git
The following commit(s) were added to refs/heads/master by this push:
new 13486e2 SLING-12102 Content Parser: Update to Parent 52
13486e2 is described below
commit 13486e2de95ca4caa06aba87e177dd497be2134e
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Oct 16 12:27:48 2023 +0200
SLING-12102 Content Parser: Update to Parent 52
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3f0732d..5b71832 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>35</version>
+ <version>52</version>
<relativePath />
</parent>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.contentparser.api</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.contentparser.testutils</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>