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/28 17:01:16 UTC

servicemix-specs git commit: Prepare for another release. :(

Repository: servicemix-specs
Updated Branches:
  refs/heads/master 5e287e88b -> 980a19942


Prepare for another release. :(


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

Branch: refs/heads/master
Commit: 980a199425ab5a7ef557661bad0676869dd8c2bb
Parents: 5e287e8
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Aug 28 13:01:05 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Aug 28 13:01:05 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/980a1994/jaxrs-api-2.1/pom.xml
----------------------------------------------------------------------
diff --git a/jaxrs-api-2.1/pom.xml b/jaxrs-api-2.1/pom.xml
index 0b1e490..c92c3f9 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.10-SNAPSHOT</version>
+        <version>2.9.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.specs</groupId>
     <artifactId>org.apache.servicemix.specs.jaxrs-api-2.1</artifactId>
     <packaging>bundle</packaging>
-    <version>2.10-SNAPSHOT</version>
+    <version>2.9.1-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>${project.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
     </dependencies>