[maven-release-plugin] prepare for next development iteration
diff --git a/jetty-osgi-servlet-api/pom.xml b/jetty-osgi-servlet-api/pom.xml
index d0f1885..fbd4009 100644
--- a/jetty-osgi-servlet-api/pom.xml
+++ b/jetty-osgi-servlet-api/pom.xml
@@ -8,7 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.eclipse.jetty.toolchain</groupId>
   <artifactId>jetty-osgi-servlet-api</artifactId>
-  <version>3.1.0.M3</version>
+  <version>3.1-SNAPSHOT</version>
   <name>Jetty :: Servlet API and Schemas for OSGi </name>
   <packaging>jar</packaging>
   <properties>
@@ -18,7 +18,7 @@
       <connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</connection>
       <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</developerConnection>
       <url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/tree/jetty-schemas</url>
-    <tag>jetty-osgi-servlet-api-3.1.0.M3</tag>
+    <tag>HEAD</tag>
   </scm>
   <build>
     <plugins>