This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 2f392a68ed59b0a73ffdc3ff114bba1041ae3f63 Author: reta <[email protected]> AuthorDate: Mon Dec 21 22:18:15 2020 -0500 CXF-8340: GraalVM native image fails to run. Updated JAX-RS sample project version --- distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml b/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml index b224923..cf4057e 100644 --- a/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.4.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <properties>
