[maven-release-plugin] prepare release org.apache.sling.junit.core-1.0.28
diff --git a/pom.xml b/pom.xml
index adb0d15..cc27780 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.junit.core</artifactId>
-    <version>1.0.27-SNAPSHOT</version>
+    <version>1.0.28</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling JUnit Core</name>
@@ -44,7 +44,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-junit-core.git</url>
-    </scm>
+      <tag>org.apache.sling.junit.core-1.0.28</tag>
+  </scm>
 
     <build>
         <plugins>