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.git
The following commit(s) were added to refs/heads/master by this push:
new 81f9fd2 SLING-12102 Content Parser: Update to Parent 52
81f9fd2 is described below
commit 81f9fd2126e1eb56ea7da9c4abcc74f8c7f4d51a
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Oct 16 12:26:18 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 21f46e8..88be1fc 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>
@@ -74,7 +74,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>