Repository: cxf Updated Branches: refs/heads/master c208c9f16 -> c92875b6d
[CXF-7082] Updating service mix specs version to 2.8-SNAPSHOT and JAX-RS specs bundle to jsr370-api-m1, with thanks to Jean-Baptiste Onofré Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c92875b6 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c92875b6 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c92875b6 Branch: refs/heads/master Commit: c92875b6da5934aded09170a30a46d4015cbfa29 Parents: c208c9f Author: Sergey Beryozkin <[email protected]> Authored: Thu Oct 20 13:40:29 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Thu Oct 20 13:40:29 2016 +0100 ---------------------------------------------------------------------- osgi/karaf/features/src/main/resources/features.xml | 2 +- parent/pom.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c92875b6/osgi/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml index cb1fa09..cfe8144 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -28,7 +28,7 @@ <bundle start-level="10" dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/${cxf.servicemix.specs.version}</bundle> <bundle start-level="10" dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/${cxf.servicemix.specs.version}</bundle> <bundle start-level="10" dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${cxf.servicemix.specs.version}</bundle> - <bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr339-api-2.0.1/${cxf.servicemix.specs.version.jaxrs}</bundle> + <bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr370-api-m1/${cxf.servicemix.specs.version}</bundle> <bundle start-level="10" dependency="true">mvn:javax.mail/mail/${cxf.javax.mail.version}</bundle> <bundle start-level="20">mvn:org.codehaus.woodstox/stax2-api/${cxf.woodstox.stax2-api.version}</bundle> <bundle start-level="20">mvn:org.codehaus.woodstox/woodstox-core-asl/${cxf.woodstox.core.version}</bundle> http://git-wip-us.apache.org/repos/asf/cxf/blob/c92875b6/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 9f9f6f7..e9ac455 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -191,8 +191,7 @@ <cxf.servicemix.cglib.version>3.2.0_1</cxf.servicemix.cglib.version> <cxf.servicemix.jodatime.version>2.3_1</cxf.servicemix.jodatime.version> <cxf.servicemix.jsoup.version>1.5.2_2</cxf.servicemix.jsoup.version> - <cxf.servicemix.specs.version>2.6.0</cxf.servicemix.specs.version> - <cxf.servicemix.specs.version.jaxrs>2.6.0</cxf.servicemix.specs.version.jaxrs> + <cxf.servicemix.specs.version>2.8-SNAPSHOT</cxf.servicemix.specs.version> <cxf.javax.mail.version>1.4.4</cxf.javax.mail.version> <cxf.jaxb.bundle.version>2.2.11_1</cxf.jaxb.bundle.version> <cxf.saaj-impl.bundle.version>1.3.23_2</cxf.saaj-impl.bundle.version>
