SLING-11531 switch o.a.sling.api dependency back to the released version
diff --git a/pom.xml b/pom.xml
index 725d0f5..459febb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.27.1-SNAPSHOT</version>
+            <version>2.27.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>