This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12470-fix-its in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git
commit 6b47e61ce081f8953a3239b5fbb8d47aa71da3c1 Author: Stefan Seifert <[email protected]> AuthorDate: Tue Nov 5 10:23:39 2024 +0100 last running version --- pom.xml | 4 ++-- src/test/provisioning/sling.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a370874..d9fb8a9 100644 --- a/pom.xml +++ b/pom.xml @@ -252,13 +252,13 @@ <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> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.models.impl</artifactId> - <version>1.5.3-SNAPSHOT</version> + <version>1.5.2</version> <scope>provided</scope> </dependency> <dependency> diff --git a/src/test/provisioning/sling.txt b/src/test/provisioning/sling.txt index d714ab9..432d466 100644 --- a/src/test/provisioning/sling.txt +++ b/src/test/provisioning/sling.txt @@ -24,12 +24,12 @@ org.apache.sling/org.apache.sling.starter/11/slingstart # Use versions as defined in POM -# org.apache.sling/org.apache.sling.models.api -# org.apache.sling/org.apache.sling.models.impl + org.apache.sling/org.apache.sling.models.api + org.apache.sling/org.apache.sling.models.impl # Additional test bundles org.apache.sling/org.apache.sling.junit.core -# org.apache.sling/org.apache.sling.models.integration-tests + org.apache.sling/org.apache.sling.models.integration-tests [configurations] # configure service user mapping for junit core (being used in the IT itself)
