This is an automated email from the ASF dual-hosted git repository.
gaoxihui pushed a commit to branch release-2.2.5-incubating-rc2
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/release-2.2.5-incubating-rc2
by this push:
new 44eda683 fix: binary tarball adds instructions and scripts to the demo
module
44eda683 is described below
commit 44eda6831b9b6389b333ec47ef54e5795429b98c
Author: gaoxihui <[email protected]>
AuthorDate: Wed Jan 8 16:06:03 2025 +0800
fix: binary tarball adds instructions and scripts to the demo module
---
assembly.xml | 4 ++++
pom.xml | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/assembly.xml b/assembly.xml
index b3d9477d..fcb188d3 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -102,6 +102,8 @@
</outputDirectory>
<includes>
<include>Dockerfile</include>
+ <include>download-opentelemetry-javaagent.sh</include>
+ <include>README.md</include>
</includes>
</fileSet>
@@ -126,6 +128,8 @@
</outputDirectory>
<includes>
<include>Dockerfile</include>
+ <include>download-opentelemetry-javaagent.sh</include>
+ <include>README.md</include>
</includes>
</fileSet>
diff --git a/pom.xml b/pom.xml
index 0cef8f63..ca15ddeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1044,7 +1044,7 @@
<descriptors>
<descriptor>assembly.xml</descriptor>
</descriptors>
-
<finalName>apache-ozhera-2.2.5-incubating-bin-2</finalName>
+
<finalName>apache-ozhera-2.2.5-incubating-bin</finalName>
<appendAssemblyId>false</appendAssemblyId>
<attach>false</attach>
<skipAssembly>true</skipAssembly>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]