[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index c8df988..fe84a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.commons.messaging.mail</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
 
   <name>Apache Sling Commons Messaging Mail</name>
   <description>Service and support for sending MIME messages (mails)</description>
@@ -37,7 +37,7 @@
   <properties>
     <sling.java.version>11</sling.java.version>
     <javadoc.excludePackageNames />
-    <project.build.outputTimestamp>2021-12-09T20:58:10Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-12-09T20:58:44Z</project.build.outputTimestamp>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
   </properties>
 
@@ -45,7 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-messaging-mail.git</url>
-    <tag>org.apache.sling.commons.messaging.mail-2.0.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>