[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index ff16201..2769bc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,21 +34,21 @@
     <!-- P R O J E C T -->
     <!-- ======================================================================= -->
     <artifactId>org.apache.sling.distribution.journal.messages</artifactId>
-    <version>0.5.10</version>
+    <version>0.5.11-SNAPSHOT</version>
 
     <name>Apache Sling Journal based Content Distribution - Messages bundle</name>
     <description>Implementation of the messages to support Apache Sling Content Distribution on top of an append-only persisted log</description>
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2024-05-02T17:53:22Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2024-05-02T17:53:41Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git</developerConnection>
         <url>https://github.com/apache/sling-org-apache-sling-distribution-journal-messages.git</url>
-        <tag>org.apache.sling.distribution.journal.messages-0.5.10</tag>
+        <tag>org.apache.sling.distribution.journal.messages-0.5.12</tag>
     </scm>
 
     <!-- ======================================================================= -->