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 15:52:23 UTC

servicemix-specs git commit: Set versions to released versions

Repository: servicemix-specs
Updated Branches:
  refs/heads/master abfb4cfdf -> 307a22248


Set versions to released versions


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

Branch: refs/heads/master
Commit: 307a22248e50cc6212184cbe756fd32cd2628df2
Parents: abfb4cf
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Aug 17 11:52:09 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Aug 17 11:52:09 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/307a2224/jaxrs-api-2.1/pom.xml
----------------------------------------------------------------------
diff --git a/jaxrs-api-2.1/pom.xml b/jaxrs-api-2.1/pom.xml
index 67a6ca5..f4017ad 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.0-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>2.9.0</version>
         </dependency>
     </dependencies>