[maven-release-plugin] prepare release org.apache.sling.bundleresource.impl-2.3.2
diff --git a/pom.xml b/pom.xml
index 2d5e9c9..b1dd563 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.sling.bundleresource.impl</artifactId>
     <packaging>bundle</packaging>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.2</version>
 
     <name>Apache Sling Bundle Resource Provider</name>
     <description>
@@ -40,7 +40,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bundleresource-impl.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bundleresource-impl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-bundleresource-impl.git</url>
-    </scm>
+      <tag>org.apache.sling.bundleresource.impl-2.3.2</tag>
+  </scm>
 
     <build>
         <plugins>