Try to get the release:prepare step to work
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3c2092b3 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3c2092b3 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3c2092b3 Branch: refs/heads/master Commit: 3c2092b369f06d4f71134397240092a659bcbca1 Parents: 7237150 Author: Daniel Kulp <[email protected]> Authored: Fri May 1 11:53:22 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 1 11:53:22 2015 -0400 ---------------------------------------------------------------------- .../release/samples/jax_rs/description_swagger/pom.xml | 8 ++++---- .../src/main/release/samples/jax_rs/search/pom.xml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/3c2092b3/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml index 8c2faa8..560be3b 100644 --- a/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml @@ -125,23 +125,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <!-- This dependency is needed if you're using the Jetty container --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-lang</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/3c2092b3/distribution/src/main/release/samples/jax_rs/search/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/search/pom.xml b/distribution/src/main/release/samples/jax_rs/search/pom.xml index b3231d7..5dcb236 100644 --- a/distribution/src/main/release/samples/jax_rs/search/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/search/pom.xml @@ -85,33 +85,33 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <!-- This dependency is needed if you're using the Jetty container --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-extension-search</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-extension-providers</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-security-cors</artifactId> - <version>${cxf.version}</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.lucene</groupId>
