This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch experiment/parent-pom-update-skills in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tail.git
commit fb9bc0e1cc7ac55f0c462e74ebd45e29bea85323 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Apr 20 14:41:17 2026 +0200 chore: update to parent pom 27 --- pom.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8047864..3b5b509 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>26</version> + <version>27</version> </parent> <artifactId>org.apache.sling.tail</artifactId> @@ -87,22 +87,19 @@ <!-- OSGi Libraries not included here --> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <version>4.2.0</version> + <artifactId>osgi.core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <version>4.2.0</version> + <artifactId>osgi.cmpn</artifactId> <scope>provided</scope> </dependency> <!-- servlet API for the web console plugin --> <dependency> <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.3</version> + <artifactId>javax.servlet-api</artifactId> </dependency> <!-- Required for log tail plugin -->
