[maven-release-plugin] prepare release org.apache.sling.scripting.core-2.3.2
diff --git a/pom.xml b/pom.xml
index 073ecc7..ad0ccf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.2</version>
 
     <name>Apache Sling Scripting Core</name>
     <description>
@@ -43,7 +43,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-core.git</url>
-      <tag>org.apache.sling.scripting.core-2.3.0</tag>
+      <tag>org.apache.sling.scripting.core-2.3.2</tag>
   </scm>
 
     <build>
@@ -161,7 +161,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.compiler</artifactId>
-            <version>2.4.1-SNAPSHOT</version>
+            <version>2.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -335,7 +335,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.7.1-SNAPSHOT</version>
+            <version>2.7.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>