This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 28b52b5f07282ebedf4fb7900640a97b8ed39b3c Author: Daniel Kulp <[email protected]> AuthorDate: Wed Sep 13 12:30:32 2023 -0400 Fix pom for release --- .../release/samples/jax_rs/tracing_opentelemetry/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentelemetry/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentelemetry/pom.xml index 24f69f478d..9fd6cf1f55 100644 --- a/distribution/src/main/release/samples/jax_rs/tracing_opentelemetry/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/tracing_opentelemetry/pom.xml @@ -83,33 +83,33 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>${cxf.version}</version> + <version>3.6.2-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.6.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>${cxf.version}</version> + <version>3.6.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>${cxf.version}</version> - </dependency> + <version>3.6.2-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-integration-tracing-opentelemetry</artifactId> - <version>${cxf.version}</version> + <version>3.6.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-extension-providers</artifactId> - <version>${cxf.version}</version> + <version>3.6.2-SNAPSHOT</version> </dependency> <dependency> <groupId>jakarta.json</groupId>
