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 e825d088337f531c1ca39c8f97d53a35dfd0829e Author: gaoxihui <[email protected]> AuthorDate: Tue Dec 3 10:17:51 2024 +0800 fix: update release version --- ozhera-app/app-api/pom.xml | 2 +- ozhera-monitor/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ozhera-app/app-api/pom.xml b/ozhera-app/app-api/pom.xml index aa5aa62c..bfd20b3a 100644 --- a/ozhera-app/app-api/pom.xml +++ b/ozhera-app/app-api/pom.xml @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-common</artifactId> - <version>2.2.2</version> + <version>2.2.2-incubating</version> </dependency> <dependency> diff --git a/ozhera-monitor/pom.xml b/ozhera-monitor/pom.xml index 5ca44176..8f526abd 100644 --- a/ozhera-monitor/pom.xml +++ b/ozhera-monitor/pom.xml @@ -65,7 +65,7 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>log-api</artifactId> - <version>2.2.2</version> + <version>2.2.2-incubating</version> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
