[maven-release-plugin] prepare release org.apache.sling.commons.clam-2.0.0
diff --git a/pom.xml b/pom.xml
index d355152..132f1c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.commons.clam</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
 
   <name>Apache Sling Commons Clam</name>
   <description>Service to scan data for malware with ClamAV</description>
@@ -43,7 +43,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-clam.git</url>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.commons.clam-2.0.0</tag>
   </scm>
 
   <build>
@@ -155,7 +155,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>3.1.0-SNAPSHOT</version>
+      <version>3.1.0</version>
       <scope>test</scope>
     </dependency>
     <!-- nullability -->