This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new a1ea1f6 Use parent 51
a1ea1f6 is described below
commit a1ea1f62e6cb38285a76813fd5965c1e4eda2b08
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Jul 13 14:38:06 2023 +0300
Use parent 51
Parent 50 is affected by SLING-11944, releases can't be performed.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1c206dc..b8393f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>50</version>
+ <version>51</version>
<relativePath />
</parent>