This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13050-integration-tests-single-pom in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
commit 868609481ae57774be3dc2611dbb796818421e7c Author: Stefan Seifert <[email protected]> AuthorDate: Fri Jan 23 10:58:13 2026 +0100 SLING-13050 define models versions --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e2668d8..7440647 100644 --- a/pom.xml +++ b/pom.xml @@ -36,16 +36,18 @@ <tag>org.apache.sling.models.impl-1.7.2</tag> <url>https://github.com/apache/sling-org-apache-sling-models-impl.git</url> </scm> + <properties> <project.build.outputTimestamp>2025-08-27T03:14:05Z</project.build.outputTimestamp> <sling.java.version>17</sling.java.version> + <models.api.version>2.0.0</models.api.version> </properties> <dependencies> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.models.api</artifactId> - <version>2.0.0</version> + <version>${models.api.version}</version> <scope>provided</scope> </dependency> <dependency>
