ottlinger closed pull request #14: Update to non-alpha depedencies
URL: https://github.com/apache/incubator-tamaya-sandbox/pull/14
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/server/pom.xml b/server/pom.xml
index ab40526..6a37194 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -58,7 +58,7 @@ under the License.
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jaxrs_2.0_spec</artifactId>
-            <version>1.0-alpha-1</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/ui/pom.xml b/ui/pom.xml
index e2f19c3..e5c14de 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -104,7 +104,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jaxrs_2.0_spec</artifactId>
-            <version>1.0-alpha-1</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/usagetracker/pom.xml b/usagetracker/pom.xml
index 06cb59a..c1d2d14 100644
--- a/usagetracker/pom.xml
+++ b/usagetracker/pom.xml
@@ -71,8 +71,8 @@ under the License.
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-json_1.0_spec</artifactId>
-            <version>1.0-alpha-1</version>
+            <artifactId>geronimo-json_1.1_spec</artifactId>
+            <version>1.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to