[maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.28
diff --git a/pom.xml b/pom.xml
index e500c40..38b0492 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.servlets.get</artifactId>
     <packaging>bundle</packaging>
-    <version>2.1.27-SNAPSHOT</version>
+    <version>2.1.28</version>
 
     <name>Apache Sling Default GET Servlets</name>
     <description>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-get.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-get.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-get.git</url>
-    </scm>
+      <tag>org.apache.sling.servlets.get-2.1.28</tag>
+  </scm>
 
     <properties>
         <site.jira.version.id>12314473</site.jira.version.id>
@@ -92,7 +93,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.16.3-SNAPSHOT</version>
+            <version>2.16.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>