This is an automated email from the ASF dual-hosted git repository.
joerghoh 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 e2f0a37 revert Models API dependency to the latest release version
e2f0a37 is described below
commit e2f0a37c9f68f414b2dd73d106337bf806705245
Author: Joerg Hoh <[email protected]>
AuthorDate: Tue Nov 22 10:12:39 2022 +0100
revert Models API dependency to the latest release version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4b7e1ed..123d4ae 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.4.3-SNAPSHOT</version>
+ <version>1.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>