[maven-release-plugin] prepare release org.apache.sling.discovery.oak-1.2.32
diff --git a/pom.xml b/pom.xml
index f9ffd4e..f9adcbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.discovery.oak</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.31-SNAPSHOT</version>
+    <version>1.2.32</version>
 
     <name>Apache Sling Oak-Based Discovery Service</name>
     <description>Implementation of Apache Sling Discovery based on Jackrabbit Oak using its discovery-lite descriptor for in-cluster view detection and a TopologyView through HTTP POST heartbeats announcing sub-topologies to each other.</description>
@@ -46,7 +46,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-discovery-oak.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.discovery.oak-1.2.32</tag>
   </scm>
 
     <build>
@@ -127,7 +127,7 @@
                             <target>
                                 <!--  apply fix as suggested in this comment:
                                       https://issues.apache.org/jira/browse/MANTRUN-200?focusedCommentId=17016706&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17016706 -->
-                                <property name="plugin_classpath" refid="maven.plugin.classpath"/>
+                                <property name="plugin_classpath" refid="maven.plugin.classpath" />
                                 <script language="javascript" classpath="${plugin_classpath}">var System = java.lang.System;
                                             var bree = "JavaSE-1.6";
                                             var animalSnifferSignaturesVersion = "6";