[maven-release-plugin] prepare for next development iteration
diff --git a/core/pom.xml b/core/pom.xml
index 3168726..3da5afb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.4.12.4</version>
+    <version>0.4.12.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.4.12.4</version>
+  <version>0.4.12.5-SNAPSHOT</version>
   <name>optiq-core</name>
   <description>Core Optiq APIs and engine.</description>
 
diff --git a/mongodb/pom.xml b/mongodb/pom.xml
index cbf1d98..4a4a8b2 100644
--- a/mongodb/pom.xml
+++ b/mongodb/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.4.12.4</version>
+    <version>0.4.12.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-mongodb</artifactId>
   <packaging>jar</packaging>
-  <version>0.4.12.4</version>
+  <version>0.4.12.5-SNAPSHOT</version>
   <name>optiq-mongodb</name>
   <description>MongoDB adapter for Optiq.</description>
 
@@ -16,12 +16,12 @@
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.4.12.4</version>
+      <version>0.4.12.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-        <version>0.4.12.4</version>
+        <version>0.4.12.5-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 4734303..53ab8d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>net.hydromatic</groupId>
   <artifactId>optiq-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.4.12.4</version>
+  <version>0.4.12.5-SNAPSHOT</version>
 
   <!-- More project information. -->
   <name>optiq-parent</name>
@@ -73,7 +73,7 @@
     <connection>scm:git:git://github.com/julianhyde/optiq.git</connection>
     <developerConnection>scm:git:git@github.com:julianhyde/optiq.git</developerConnection>
     <url>http://github.com/julianhyde/optiq/tree/master</url>
-    <tag>optiq-parent-0.4.12.4</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <modules>
diff --git a/splunk/pom.xml b/splunk/pom.xml
index 6002e9c..ca8c0b9 100644
--- a/splunk/pom.xml
+++ b/splunk/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.4.12.4</version>
+    <version>0.4.12.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-splunk</artifactId>
   <packaging>jar</packaging>
-  <version>0.4.12.4</version>
+  <version>0.4.12.5-SNAPSHOT</version>
   <name>optiq-splunk</name>
   <description>Splunk adapter for Optiq; also a JDBC driver for Splunk.</description>
 
@@ -16,7 +16,7 @@
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.4.12.4</version>
+      <version>0.4.12.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>net.sf.opencsv</groupId>