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-models-impl.git
The following commit(s) were added to refs/heads/master by this push:
new d23311d update dependencies to next SNAPSHOT version until release
version is available on maven central
d23311d is described below
commit d23311d356dac633a1f175866f4ae3e6e689ba46
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Mar 28 13:34:19 2023 +0200
update dependencies to next SNAPSHOT version until release version is
available on maven central
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fbbaaac..594b5b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.api</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>