[maven-release-plugin] prepare for next development iteration
diff --git a/jaxrs-api-2.1/pom.xml b/jaxrs-api-2.1/pom.xml
index 0c274ab..0b1e490 100644
--- a/jaxrs-api-2.1/pom.xml
+++ b/jaxrs-api-2.1/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.specs</groupId>
         <artifactId>specs</artifactId>
-        <version>2.9.0</version>
+        <version>2.10-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.specs</groupId>
     <artifactId>org.apache.servicemix.specs.jaxrs-api-2.1</artifactId>
     <packaging>bundle</packaging>
-    <version>2.9.0</version>
+    <version>2.10-SNAPSHOT</version>
     <name>Apache ServiceMix :: Specs :: JAX-RS API 2.1</name>
 
     <dependencies>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
-            <version>2.9.0</version>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
 
@@ -181,9 +181,4 @@
             </build>
         </profile>
     </profiles>
-
-
-  <scm>
-    <tag>org.apache.servicemix.specs.jaxrs-api-2.1-2.9.0</tag>
-  </scm>
 </project>