You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2017/08/07 08:40:44 UTC

cxf git commit: [CXF-6881] use final release of JAX-RS 2.1 API

Repository: cxf
Updated Branches:
  refs/heads/master f1ef25d99 -> 2153ce5ee


[CXF-6881] use final release of JAX-RS 2.1 API


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/2153ce5e
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/2153ce5e
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/2153ce5e

Branch: refs/heads/master
Commit: 2153ce5ee875acd441abaa003d611ce3cc46860b
Parents: f1ef25d
Author: Dennis Kieselhorst <de...@apache.org>
Authored: Mon Aug 7 10:40:28 2017 +0200
Committer: Dennis Kieselhorst <de...@apache.org>
Committed: Mon Aug 7 10:40:28 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/2153ce5e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 186303a..5755f9d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -111,7 +111,7 @@
         <cxf.geronimo.transaction.version>3.1.4</cxf.geronimo.transaction.version>
         <cxf.jasypt.bundle.version>1.9.0_1</cxf.jasypt.bundle.version>
         <cxf.javassist.version>3.19.0-GA</cxf.javassist.version>
-        <cxf.javax.ws.rs.version>2.1-m09</cxf.javax.ws.rs.version>
+        <cxf.javax.ws.rs.version>2.1</cxf.javax.ws.rs.version>
         <cxf.jaxb.version>2.2.11</cxf.jaxb.version>
         <cxf.jaxb.impl.version>${cxf.jaxb.version}</cxf.jaxb.impl.version>
         <cxf.jaxb.core.version>${cxf.jaxb.version}</cxf.jaxb.core.version>
@@ -2314,19 +2314,4 @@
             </build>
 	</profile>
     </profiles>
-
-    <!-- Temporarily only till JAX-RS 2.1 artifacts become available -->
-    <repositories>
-        <repository>
-            <id>maven.java.net</id>
-            <name>java.net snapshots</name>
-            <url>https://maven.java.net/content/repositories/snapshots/</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
 </project>