This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new b85c7d7 SLING-12407 : Add analyser to check correct type of service
ranking
b85c7d7 is described below
commit b85c7d7b4fd58fa569cbf873619d5d1b3858e15d
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Sep 16 07:54:57 2024 +0200
SLING-12407 : Add analyser to check correct type of service ranking
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 84d65b7..9e9d369 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,7 +230,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>2.0.9-SNAPSHOT</version>
+ <version>2.0.10</version>
<scope>compile</scope>
</dependency>
<dependency>