[maven-release-plugin] prepare release org.apache.sling.fsresource-2.1.10
diff --git a/pom.xml b/pom.xml
index fc0b0d2..ae81f17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.sling.fsresource</artifactId>
     <packaging>bundle</packaging>
-    <version>2.1.9-SNAPSHOT</version>
+    <version>2.1.10</version>
 
     <name>Apache Sling File System Resource Provider</name>
     <description>
@@ -39,7 +39,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-fsresource.git</url>
-    </scm>
+      <tag>org.apache.sling.fsresource-2.1.10</tag>
+  </scm>
 
     <build>
         <plugins>