You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2017/08/17 16:32:39 UTC

[2/2] servicemix-specs git commit: [maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/servicemix-specs/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/f10aaa84
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/f10aaa84
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/f10aaa84

Branch: refs/heads/master
Commit: f10aaa848f8bddc2e7739a24d8e9f337a23f52f0
Parents: 7851e8d
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Aug 17 12:24:21 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Aug 17 12:25:08 2017 -0400

----------------------------------------------------------------------
 jaxrs-api-2.1/pom.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/f10aaa84/jaxrs-api-2.1/pom.xml
----------------------------------------------------------------------
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>