This is an automated email from the ASF dual-hosted git repository.
jsedding 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 4103aa6 SLING-12127 - Update o.a.s.repoinit.parser to 1.9.0 in
slingfeature-maven-plugin (#80)
4103aa6 is described below
commit 4103aa6cfd9dcf9c741632737fa57337e51c82f0
Author: Julian Sedding <[email protected]>
AuthorDate: Sat Nov 4 15:30:49 2023 +0100
SLING-12127 - Update o.a.s.repoinit.parser to 1.9.0 in
slingfeature-maven-plugin (#80)
-update o.a.s.feature.analyzer to 2.0.0 due to its
transitive dependency to o.a.s.repoinit.parser
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9445de1..300d629 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>2.0.0</version>
+ <version>2.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>