This is an automated email from the ASF dual-hosted git repository. gaoxihui pushed a commit to branch release-2.2.2-rc1 in repository https://gitbox.apache.org/repos/asf/ozhera.git
commit 880a72a8393ed984b8ee39d4b55cf854159dd2c8 Author: gaoxihui <[email protected]> AuthorDate: Wed Dec 4 16:24:17 2024 +0800 fix: update the version number of the variable trace.etl.domain.version --- ozhera-intelligence/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozhera-intelligence/pom.xml b/ozhera-intelligence/pom.xml index 22dd53a7..2029123d 100644 --- a/ozhera-intelligence/pom.xml +++ b/ozhera-intelligence/pom.xml @@ -43,7 +43,7 @@ <maven.compiler.source>21</maven.compiler.source> <maven.compiler.target>21</maven.compiler.target> <spring.version>5.3.29</spring.version> - <trace.etl.domain.version>1.0.1-jdk21</trace.etl.domain.version> + <trace.etl.domain.version>2.2.2-incubating-SNAPSHOT</trace.etl.domain.version> <ozhera.intelligence.version>2.2.2-incubating-SNAPSHOT</ozhera.intelligence.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- Replace it with the absolute path of your own trace-etl project. issue#19--> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
