Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 3dea1671b -> 48d5300a1
[CXF-6530] fix the pom version of swagger2_web sample for 3.0.x part 2 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/48d5300a Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/48d5300a Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/48d5300a Branch: refs/heads/3.0.x-fixes Commit: 48d5300a167b7c9544e61f9c801888383349bdc1 Parents: 3dea167 Author: Akitoshi Yoshida <a...@apache.org> Authored: Fri Aug 14 14:48:17 2015 +0200 Committer: Akitoshi Yoshida <a...@apache.org> Committed: Fri Aug 14 14:48:17 2015 +0200 ---------------------------------------------------------------------- .../release/samples/jax_rs/description_swagger2_web/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/48d5300a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml index d548082..293f6ea 100644 --- a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml @@ -145,17 +145,17 @@ under the License. <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.0.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.0.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.0.7-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-lang</groupId>