[CXF-6530] fix the pom version of swagger2_web sample for 3.0.x
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/6ccf746c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6ccf746c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6ccf746c Branch: refs/heads/3.0.x-fixes Commit: 6ccf746cdece65c07bf00677b7681db60fb8eedc Parents: a51296f Author: Akitoshi Yoshida <[email protected]> Authored: Thu Aug 13 17:28:45 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Thu Aug 13 17:28:45 2015 +0200 ---------------------------------------------------------------------- .../main/release/samples/jax_rs/description_swagger2_web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/6ccf746c/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 7a19507..d548082 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 @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.0.7-SNAPSHOT</version> <relativePath>../..</relativePath> </parent>
