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 5068226cc30e9a39b122716639f554ef52c1ac46 Author: gaoxihui <[email protected]> AuthorDate: Wed Dec 4 16:05:41 2024 +0800 feat: create snapshot version --- ozhera-app/app-api/pom.xml | 4 ++-- ozhera-app/app-common/pom.xml | 4 ++-- ozhera-app/app-server/pom.xml | 4 ++-- ozhera-app/app-service/pom.xml | 6 +++--- ozhera-app/pom.xml | 14 +++++++------- ozhera-demo-client/ozhera-demo-client-api/pom.xml | 4 ++-- ozhera-demo-client/ozhera-demo-client-common/pom.xml | 2 +- ozhera-demo-client/ozhera-demo-client-server/pom.xml | 2 +- .../ozhera-demo-client-service/pom.xml | 2 +- ozhera-demo-client/pom.xml | 16 ++++++++-------- ozhera-demo-server/ozhera-demo-server-api/pom.xml | 2 +- ozhera-demo-server/ozhera-demo-server-server/pom.xml | 2 +- ozhera-demo-server/pom.xml | 8 ++++---- .../ozhera-intelligence-domain/pom.xml | 2 +- .../ozhera-intelligence-server/pom.xml | 2 +- .../ozhera-intelligence-service/pom.xml | 2 +- ozhera-intelligence/pom.xml | 8 ++++---- ozhera-log/log-agent-server/pom.xml | 2 +- ozhera-log/log-agent/pom.xml | 2 +- ozhera-log/log-api/pom.xml | 2 +- ozhera-log/log-common/pom.xml | 2 +- ozhera-log/log-manager/pom.xml | 4 ++-- ozhera-log/log-stream/pom.xml | 4 ++-- ozhera-log/pom.xml | 16 ++++++++-------- ozhera-monitor/ozhera-monitor-api/pom.xml | 2 +- ozhera-monitor/ozhera-monitor-common/pom.xml | 2 +- ozhera-monitor/ozhera-monitor-server/pom.xml | 2 +- ozhera-monitor/ozhera-monitor-service/pom.xml | 2 +- ozhera-monitor/pom.xml | 20 ++++++++++---------- ozhera-operator/ozhera-operator-common/pom.xml | 2 +- ozhera-operator/ozhera-operator-server/pom.xml | 2 +- ozhera-operator/ozhera-operator-service/pom.xml | 2 +- ozhera-operator/pom.xml | 10 +++++----- .../ozhera-prometheus-agent-api/pom.xml | 5 +++-- .../ozhera-prometheus-agent-client/pom.xml | 2 +- .../ozhera-prometheus-agent-common/pom.xml | 2 +- .../ozhera-prometheus-agent-dao/pom.xml | 2 +- .../ozhera-prometheus-agent-server/pom.xml | 2 +- .../ozhera-prometheus-agent-service/pom.xml | 2 +- ozhera-prometheus-agent/pom.xml | 6 +++--- ozhera-tspandata/pom.xml | 6 +++--- ozhera-webhook/ozhera-webhook-server/pom.xml | 2 +- ozhera-webhook/pom.xml | 6 +++--- pom.xml | 6 +++--- prometheus-starter-all/pom.xml | 8 ++++---- prometheus-starter-all/prometheus-diy-client/pom.xml | 2 +- .../prometheus-diy-starter/pom.xml | 2 +- trace-etl/pom.xml | 8 ++++---- trace-etl/trace-etl-api/pom.xml | 2 +- trace-etl/trace-etl-common/pom.xml | 2 +- trace-etl/trace-etl-dao/pom.xml | 2 +- trace-etl/trace-etl-domain/pom.xml | 2 +- trace-etl/trace-etl-es/pom.xml | 2 +- trace-etl/trace-etl-extensions/pom.xml | 4 ++-- .../trace-etl-doris-extension/pom.xml | 2 +- .../trace-etl-es-extension/pom.xml | 2 +- .../trace-etl-kafka-extension/pom.xml | 2 +- .../trace-etl-rocketmq-extension/pom.xml | 2 +- trace-etl/trace-etl-manager/pom.xml | 2 +- trace-etl/trace-etl-metadata/pom.xml | 2 +- trace-etl/trace-etl-nginx/pom.xml | 2 +- trace-etl/trace-etl-server/pom.xml | 2 +- trace-etl/trace-etl-service/pom.xml | 2 +- 63 files changed, 127 insertions(+), 126 deletions(-) diff --git a/ozhera-app/app-api/pom.xml b/ozhera-app/app-api/pom.xml index bfd20b3a..54a872a4 100644 --- a/ozhera-app/app-api/pom.xml +++ b/ozhera-app/app-api/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-app</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-common</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> diff --git a/ozhera-app/app-common/pom.xml b/ozhera-app/app-common/pom.xml index d94638ca..b35799d0 100644 --- a/ozhera-app/app-common/pom.xml +++ b/ozhera-app/app-common/pom.xml @@ -25,12 +25,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-app</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>app-common</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <dependencies> <dependency> diff --git a/ozhera-app/app-server/pom.xml b/ozhera-app/app-server/pom.xml index 8da48466..2bfdca48 100644 --- a/ozhera-app/app-server/pom.xml +++ b/ozhera-app/app-server/pom.xml @@ -25,13 +25,13 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-app</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>app-server</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <properties> <maven.compiler.source>21</maven.compiler.source> diff --git a/ozhera-app/app-service/pom.xml b/ozhera-app/app-service/pom.xml index 3972c394..2f2626b0 100644 --- a/ozhera-app/app-service/pom.xml +++ b/ozhera-app/app-service/pom.xml @@ -25,12 +25,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-app</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>app-service</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <properties> <maven.compiler.source>21</maven.compiler.source> @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <!-- mybatis-plus --> <dependency> diff --git a/ozhera-app/pom.xml b/ozhera-app/pom.xml index c99d71bf..0c990fdd 100644 --- a/ozhera-app/pom.xml +++ b/ozhera-app/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>ozhera-app</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <modules> @@ -42,7 +42,7 @@ </modules> <properties> - <hera-app.release.version>2.2.2-incubating</hera-app.release.version> + <hera-app.release.version>2.2.2-incubating-SNAPSHOT</hera-app.release.version> </properties> <dependencyManagement> @@ -50,17 +50,17 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-service</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-server</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <!-- inner module --> </dependencies> @@ -167,7 +167,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-demo-client/ozhera-demo-client-api/pom.xml b/ozhera-demo-client/ozhera-demo-client-api/pom.xml index 9882315c..320b990e 100644 --- a/ozhera-demo-client/ozhera-demo-client-api/pom.xml +++ b/ozhera-demo-client/ozhera-demo-client-api/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-client</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ozhera-demo-client-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <dependencies> diff --git a/ozhera-demo-client/ozhera-demo-client-common/pom.xml b/ozhera-demo-client/ozhera-demo-client-common/pom.xml index d5a7c3ce..3cd1d215 100644 --- a/ozhera-demo-client/ozhera-demo-client-common/pom.xml +++ b/ozhera-demo-client/ozhera-demo-client-common/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-client</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-demo-client/ozhera-demo-client-server/pom.xml b/ozhera-demo-client/ozhera-demo-client-server/pom.xml index c708e86f..c96b0065 100644 --- a/ozhera-demo-client/ozhera-demo-client-server/pom.xml +++ b/ozhera-demo-client/ozhera-demo-client-server/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-client</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-demo-client/ozhera-demo-client-service/pom.xml b/ozhera-demo-client/ozhera-demo-client-service/pom.xml index 3ab052d7..fd656ea0 100644 --- a/ozhera-demo-client/ozhera-demo-client-service/pom.xml +++ b/ozhera-demo-client/ozhera-demo-client-service/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-client</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-demo-client/pom.xml b/ozhera-demo-client/pom.xml index 9d212111..25242a4b 100644 --- a/ozhera-demo-client/pom.xml +++ b/ozhera-demo-client/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ozhera-demo-client</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> @@ -57,22 +57,22 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-server-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-client-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-client-service</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-client-common</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>prometheus-diy-starter</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> @@ -214,7 +214,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-demo-server/ozhera-demo-server-api/pom.xml b/ozhera-demo-server/ozhera-demo-server-api/pom.xml index a9357dc6..3d7dd2d6 100644 --- a/ozhera-demo-server/ozhera-demo-server-api/pom.xml +++ b/ozhera-demo-server/ozhera-demo-server-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-server</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-demo-server/ozhera-demo-server-server/pom.xml b/ozhera-demo-server/ozhera-demo-server-server/pom.xml index d5e96595..03ee965f 100644 --- a/ozhera-demo-server/ozhera-demo-server-server/pom.xml +++ b/ozhera-demo-server/ozhera-demo-server-server/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-server</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-demo-server/pom.xml b/ozhera-demo-server/pom.xml index f708dcde..65383e1a 100644 --- a/ozhera-demo-server/pom.xml +++ b/ozhera-demo-server/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ozhera-demo-server</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> @@ -61,7 +61,7 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-demo-server-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -174,7 +174,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-intelligence/ozhera-intelligence-domain/pom.xml b/ozhera-intelligence/ozhera-intelligence-domain/pom.xml index 64702d02..831e4889 100644 --- a/ozhera-intelligence/ozhera-intelligence-domain/pom.xml +++ b/ozhera-intelligence/ozhera-intelligence-domain/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-intelligence</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>ozhera-intelligence-domain</artifactId> diff --git a/ozhera-intelligence/ozhera-intelligence-server/pom.xml b/ozhera-intelligence/ozhera-intelligence-server/pom.xml index 78764420..d7fc91a5 100644 --- a/ozhera-intelligence/ozhera-intelligence-server/pom.xml +++ b/ozhera-intelligence/ozhera-intelligence-server/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-intelligence</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>ozhera-intelligence-server</artifactId> diff --git a/ozhera-intelligence/ozhera-intelligence-service/pom.xml b/ozhera-intelligence/ozhera-intelligence-service/pom.xml index e15d2958..8650efed 100644 --- a/ozhera-intelligence/ozhera-intelligence-service/pom.xml +++ b/ozhera-intelligence/ozhera-intelligence-service/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-intelligence</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>ozhera-intelligence-service</artifactId> diff --git a/ozhera-intelligence/pom.xml b/ozhera-intelligence/pom.xml index ad6562d1..22dd53a7 100644 --- a/ozhera-intelligence/pom.xml +++ b/ozhera-intelligence/pom.xml @@ -26,11 +26,11 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>ozhera-intelligence</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <modules> @@ -44,7 +44,7 @@ <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> - <ozhera.intelligence.version>2.2.2-incubating</ozhera.intelligence.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--> <maven.jcommonDirectory>~</maven.jcommonDirectory> @@ -163,7 +163,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-log/log-agent-server/pom.xml b/ozhera-log/log-agent-server/pom.xml index 262cfa9e..cb9b44fb 100644 --- a/ozhera-log/log-agent-server/pom.xml +++ b/ozhera-log/log-agent-server/pom.xml @@ -25,7 +25,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-log</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-log/log-agent/pom.xml b/ozhera-log/log-agent/pom.xml index e2aec7ad..9b020a16 100644 --- a/ozhera-log/log-agent/pom.xml +++ b/ozhera-log/log-agent/pom.xml @@ -25,7 +25,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-log</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-log/log-api/pom.xml b/ozhera-log/log-api/pom.xml index c88b2fbc..baeef90e 100644 --- a/ozhera-log/log-api/pom.xml +++ b/ozhera-log/log-api/pom.xml @@ -25,7 +25,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-log</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-log/log-common/pom.xml b/ozhera-log/log-common/pom.xml index 7f21c264..26b00c6d 100644 --- a/ozhera-log/log-common/pom.xml +++ b/ozhera-log/log-common/pom.xml @@ -25,7 +25,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-log</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>log-common</artifactId> diff --git a/ozhera-log/log-manager/pom.xml b/ozhera-log/log-manager/pom.xml index 00069b3c..b67f3275 100644 --- a/ozhera-log/log-manager/pom.xml +++ b/ozhera-log/log-manager/pom.xml @@ -25,12 +25,12 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-log</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>log-manager</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <properties> <maven.compiler.source>21</maven.compiler.source> diff --git a/ozhera-log/log-stream/pom.xml b/ozhera-log/log-stream/pom.xml index 2d3d256c..655487e2 100644 --- a/ozhera-log/log-stream/pom.xml +++ b/ozhera-log/log-stream/pom.xml @@ -25,12 +25,12 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-log</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>log-stream</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <properties> <maven.compiler.source>21</maven.compiler.source> diff --git a/ozhera-log/pom.xml b/ozhera-log/pom.xml index d30d46c2..7691f107 100644 --- a/ozhera-log/pom.xml +++ b/ozhera-log/pom.xml @@ -27,11 +27,11 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>ozhera-log</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <modules> @@ -56,22 +56,22 @@ http://www.apache.org/licenses/LICENSE-2.0 <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>log-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>log-common</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-tspandata</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> @@ -94,7 +94,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> </dependencies> @@ -202,7 +202,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <goal>sign</goal> </goals> <configuration> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-monitor/ozhera-monitor-api/pom.xml b/ozhera-monitor/ozhera-monitor-api/pom.xml index 6b00c938..da8480bd 100644 --- a/ozhera-monitor/ozhera-monitor-api/pom.xml +++ b/ozhera-monitor/ozhera-monitor-api/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-monitor</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-monitor/ozhera-monitor-common/pom.xml b/ozhera-monitor/ozhera-monitor-common/pom.xml index 446dce7f..ec616f11 100644 --- a/ozhera-monitor/ozhera-monitor-common/pom.xml +++ b/ozhera-monitor/ozhera-monitor-common/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-monitor</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-monitor/ozhera-monitor-server/pom.xml b/ozhera-monitor/ozhera-monitor-server/pom.xml index f9826adc..a641124c 100644 --- a/ozhera-monitor/ozhera-monitor-server/pom.xml +++ b/ozhera-monitor/ozhera-monitor-server/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-monitor</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-monitor/ozhera-monitor-service/pom.xml b/ozhera-monitor/ozhera-monitor-service/pom.xml index a0a536da..238468ef 100644 --- a/ozhera-monitor/ozhera-monitor-service/pom.xml +++ b/ozhera-monitor/ozhera-monitor-service/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-monitor</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-monitor/pom.xml b/ozhera-monitor/pom.xml index 8f526abd..ec417f28 100644 --- a/ozhera-monitor/pom.xml +++ b/ozhera-monitor/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>ozhera-monitor</artifactId> <packaging>pom</packaging> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <modules> <module>ozhera-monitor-server</module> <module>ozhera-monitor-service</module> @@ -53,41 +53,41 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>app-common</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>log-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-prometheus-agent-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-monitor-api</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-monitor-common</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-monitor-service</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> </dependencies> @@ -179,7 +179,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-operator/ozhera-operator-common/pom.xml b/ozhera-operator/ozhera-operator-common/pom.xml index 4c363a8e..fe6c7ede 100644 --- a/ozhera-operator/ozhera-operator-common/pom.xml +++ b/ozhera-operator/ozhera-operator-common/pom.xml @@ -25,7 +25,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-operator</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-operator/ozhera-operator-server/pom.xml b/ozhera-operator/ozhera-operator-server/pom.xml index 8244dc5d..b8dd9adb 100644 --- a/ozhera-operator/ozhera-operator-server/pom.xml +++ b/ozhera-operator/ozhera-operator-server/pom.xml @@ -25,7 +25,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-operator</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-operator/ozhera-operator-service/pom.xml b/ozhera-operator/ozhera-operator-service/pom.xml index a824e77c..3e76a84c 100644 --- a/ozhera-operator/ozhera-operator-service/pom.xml +++ b/ozhera-operator/ozhera-operator-service/pom.xml @@ -25,7 +25,7 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-operator</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-operator/pom.xml b/ozhera-operator/pom.xml index 2e49c6f3..cce0ac00 100644 --- a/ozhera-operator/pom.xml +++ b/ozhera-operator/pom.xml @@ -27,12 +27,12 @@ http://www.apache.org/licenses/LICENSE-2.0 <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>ozhera-operator</artifactId> <packaging>pom</packaging> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <modules> <module>ozhera-operator-common</module> <module>ozhera-operator-service</module> @@ -44,12 +44,12 @@ http://www.apache.org/licenses/LICENSE-2.0 <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-operator-service</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-operator-common</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> @@ -137,7 +137,7 @@ http://www.apache.org/licenses/LICENSE-2.0 </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-prometheus-agent/ozhera-prometheus-agent-api/pom.xml b/ozhera-prometheus-agent/ozhera-prometheus-agent-api/pom.xml index 2da6e649..9f9b1a98 100644 --- a/ozhera-prometheus-agent/ozhera-prometheus-agent-api/pom.xml +++ b/ozhera-prometheus-agent/ozhera-prometheus-agent-api/pom.xml @@ -27,11 +27,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-prometheus-agent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ozhera-prometheus-agent-api</artifactId> + <version>2.2.2-incubating-SNAPSHOT</version> <dependencies> @@ -39,7 +40,7 @@ <dependency> <artifactId>ozhera-prometheus-agent-common</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> <dependency> diff --git a/ozhera-prometheus-agent/ozhera-prometheus-agent-client/pom.xml b/ozhera-prometheus-agent/ozhera-prometheus-agent-client/pom.xml index 92132938..bd1a49a7 100644 --- a/ozhera-prometheus-agent/ozhera-prometheus-agent-client/pom.xml +++ b/ozhera-prometheus-agent/ozhera-prometheus-agent-client/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-prometheus-agent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-prometheus-agent/ozhera-prometheus-agent-common/pom.xml b/ozhera-prometheus-agent/ozhera-prometheus-agent-common/pom.xml index 08d886d4..1bf90e69 100644 --- a/ozhera-prometheus-agent/ozhera-prometheus-agent-common/pom.xml +++ b/ozhera-prometheus-agent/ozhera-prometheus-agent-common/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-prometheus-agent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-prometheus-agent/ozhera-prometheus-agent-dao/pom.xml b/ozhera-prometheus-agent/ozhera-prometheus-agent-dao/pom.xml index c07803d9..08b69180 100644 --- a/ozhera-prometheus-agent/ozhera-prometheus-agent-dao/pom.xml +++ b/ozhera-prometheus-agent/ozhera-prometheus-agent-dao/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-prometheus-agent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-prometheus-agent/ozhera-prometheus-agent-server/pom.xml b/ozhera-prometheus-agent/ozhera-prometheus-agent-server/pom.xml index b9319444..22a546d3 100644 --- a/ozhera-prometheus-agent/ozhera-prometheus-agent-server/pom.xml +++ b/ozhera-prometheus-agent/ozhera-prometheus-agent-server/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-prometheus-agent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ozhera-prometheus-agent-server</artifactId> diff --git a/ozhera-prometheus-agent/ozhera-prometheus-agent-service/pom.xml b/ozhera-prometheus-agent/ozhera-prometheus-agent-service/pom.xml index 860cce5e..9e5c0541 100644 --- a/ozhera-prometheus-agent/ozhera-prometheus-agent-service/pom.xml +++ b/ozhera-prometheus-agent/ozhera-prometheus-agent-service/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-prometheus-agent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-prometheus-agent/pom.xml b/ozhera-prometheus-agent/pom.xml index 85eb8f7e..d2332811 100644 --- a/ozhera-prometheus-agent/pom.xml +++ b/ozhera-prometheus-agent/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ozhera-prometheus-agent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <modules> @@ -214,7 +214,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-tspandata/pom.xml b/ozhera-tspandata/pom.xml index d4793730..7dd57b8e 100644 --- a/ozhera-tspandata/pom.xml +++ b/ozhera-tspandata/pom.xml @@ -27,13 +27,13 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ozhera-tspandata</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <build> <plugins> @@ -61,7 +61,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/ozhera-webhook/ozhera-webhook-server/pom.xml b/ozhera-webhook/ozhera-webhook-server/pom.xml index 3dd68a86..b914ccb5 100644 --- a/ozhera-webhook/ozhera-webhook-server/pom.xml +++ b/ozhera-webhook/ozhera-webhook-server/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-webhook</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/ozhera-webhook/pom.xml b/ozhera-webhook/pom.xml index 27d377e2..cad1e444 100644 --- a/ozhera-webhook/pom.xml +++ b/ozhera-webhook/pom.xml @@ -26,13 +26,13 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ozhera-webhook</artifactId> <packaging>pom</packaging> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <modules> <module>ozhera-webhook-server</module> @@ -138,7 +138,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/pom.xml b/pom.xml index 4962c61e..60e68bd4 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> @@ -1089,7 +1089,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> @@ -1116,7 +1116,7 @@ </snapshotRepository> <repository> <id>apache.releases.http</id> - <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> + <url>https://repository.apache.org/content/repositories/releases</url> </repository> </distributionManagement> diff --git a/prometheus-starter-all/pom.xml b/prometheus-starter-all/pom.xml index 95d8a4fd..4d6e5bb4 100644 --- a/prometheus-starter-all/pom.xml +++ b/prometheus-starter-all/pom.xml @@ -27,13 +27,13 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>prometheus-starter-all</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <modules> @@ -42,7 +42,7 @@ </modules> <properties> - <prometheus-all.version>2.2.2-incubating</prometheus-all.version> + <prometheus-all.version>2.2.2-incubating-SNAPSHOT</prometheus-all.version> </properties> <dependencyManagement> @@ -151,7 +151,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/prometheus-starter-all/prometheus-diy-client/pom.xml b/prometheus-starter-all/prometheus-diy-client/pom.xml index 88412968..159489cd 100644 --- a/prometheus-starter-all/prometheus-diy-client/pom.xml +++ b/prometheus-starter-all/prometheus-diy-client/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>prometheus-starter-all</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/prometheus-starter-all/prometheus-diy-starter/pom.xml b/prometheus-starter-all/prometheus-diy-starter/pom.xml index 2da8c477..d2cb4e20 100644 --- a/prometheus-starter-all/prometheus-diy-starter/pom.xml +++ b/prometheus-starter-all/prometheus-diy-starter/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>prometheus-starter-all</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/pom.xml b/trace-etl/pom.xml index 7c7590b7..64275a71 100644 --- a/trace-etl/pom.xml +++ b/trace-etl/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-parent</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>trace-etl</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <modules> @@ -97,7 +97,7 @@ <dependency> <groupId>org.apache.ozhera</groupId> <artifactId>ozhera-tspandata</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </dependency> @@ -230,7 +230,7 @@ </goals> <configuration> <executable>gpg</executable> - <keyname>4291C3C0</keyname> + <keyname>C962B99B87C5B41E79940E4BE72ADFA74291C3C0</keyname> </configuration> </execution> </executions> diff --git a/trace-etl/trace-etl-api/pom.xml b/trace-etl/trace-etl-api/pom.xml index 2dcdae10..8746d088 100644 --- a/trace-etl/trace-etl-api/pom.xml +++ b/trace-etl/trace-etl-api/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/trace-etl-common/pom.xml b/trace-etl/trace-etl-common/pom.xml index a4c12674..457343a1 100644 --- a/trace-etl/trace-etl-common/pom.xml +++ b/trace-etl/trace-etl-common/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/trace-etl-dao/pom.xml b/trace-etl/trace-etl-dao/pom.xml index 63ee383a..f432b50d 100644 --- a/trace-etl/trace-etl-dao/pom.xml +++ b/trace-etl/trace-etl-dao/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/trace-etl-domain/pom.xml b/trace-etl/trace-etl-domain/pom.xml index 8b8ea4a4..47a3b5f4 100644 --- a/trace-etl/trace-etl-domain/pom.xml +++ b/trace-etl/trace-etl-domain/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/trace-etl-es/pom.xml b/trace-etl/trace-etl-es/pom.xml index 4b8e23f3..a9cf3c08 100644 --- a/trace-etl/trace-etl-es/pom.xml +++ b/trace-etl/trace-etl-es/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/trace-etl-extensions/pom.xml b/trace-etl/trace-etl-extensions/pom.xml index fdba28e1..3966091b 100644 --- a/trace-etl/trace-etl-extensions/pom.xml +++ b/trace-etl/trace-etl-extensions/pom.xml @@ -26,12 +26,12 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <artifactId>trace-etl</artifactId> </parent> <artifactId>trace-etl-extensions</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <modules> <module>trace-etl-rocketmq-extension</module> diff --git a/trace-etl/trace-etl-extensions/trace-etl-doris-extension/pom.xml b/trace-etl/trace-etl-extensions/trace-etl-doris-extension/pom.xml index 4f254453..4f333245 100644 --- a/trace-etl/trace-etl-extensions/trace-etl-doris-extension/pom.xml +++ b/trace-etl/trace-etl-extensions/trace-etl-doris-extension/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>trace-etl-extensions</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>trace-etl-doris-extension</artifactId> diff --git a/trace-etl/trace-etl-extensions/trace-etl-es-extension/pom.xml b/trace-etl/trace-etl-extensions/trace-etl-es-extension/pom.xml index 4e728f8b..882e79eb 100644 --- a/trace-etl/trace-etl-extensions/trace-etl-es-extension/pom.xml +++ b/trace-etl/trace-etl-extensions/trace-etl-es-extension/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>trace-etl-extensions</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>trace-etl-es-extension</artifactId> diff --git a/trace-etl/trace-etl-extensions/trace-etl-kafka-extension/pom.xml b/trace-etl/trace-etl-extensions/trace-etl-kafka-extension/pom.xml index 44237488..53079b1a 100644 --- a/trace-etl/trace-etl-extensions/trace-etl-kafka-extension/pom.xml +++ b/trace-etl/trace-etl-extensions/trace-etl-kafka-extension/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>trace-etl-extensions</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>trace-etl-kafka-extension</artifactId> diff --git a/trace-etl/trace-etl-extensions/trace-etl-rocketmq-extension/pom.xml b/trace-etl/trace-etl-extensions/trace-etl-rocketmq-extension/pom.xml index a8dae687..05bcab3d 100644 --- a/trace-etl/trace-etl-extensions/trace-etl-rocketmq-extension/pom.xml +++ b/trace-etl/trace-etl-extensions/trace-etl-rocketmq-extension/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ozhera</groupId> <artifactId>trace-etl-extensions</artifactId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>trace-etl-rocketmq-extension</artifactId> diff --git a/trace-etl/trace-etl-manager/pom.xml b/trace-etl/trace-etl-manager/pom.xml index 75ec0e9d..b712c5a8 100644 --- a/trace-etl/trace-etl-manager/pom.xml +++ b/trace-etl/trace-etl-manager/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/trace-etl-metadata/pom.xml b/trace-etl/trace-etl-metadata/pom.xml index 504c1aab..d90aacd0 100644 --- a/trace-etl/trace-etl-metadata/pom.xml +++ b/trace-etl/trace-etl-metadata/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <artifactId>trace-etl-metadata</artifactId> diff --git a/trace-etl/trace-etl-nginx/pom.xml b/trace-etl/trace-etl-nginx/pom.xml index fc52f615..8070d056 100644 --- a/trace-etl/trace-etl-nginx/pom.xml +++ b/trace-etl/trace-etl-nginx/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/trace-etl-server/pom.xml b/trace-etl/trace-etl-server/pom.xml index c24a9218..69679d4a 100644 --- a/trace-etl/trace-etl-server/pom.xml +++ b/trace-etl/trace-etl-server/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/trace-etl/trace-etl-service/pom.xml b/trace-etl/trace-etl-service/pom.xml index 84d79520..e4097e70 100644 --- a/trace-etl/trace-etl-service/pom.xml +++ b/trace-etl/trace-etl-service/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>trace-etl</artifactId> <groupId>org.apache.ozhera</groupId> - <version>2.2.2-incubating</version> + <version>2.2.2-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
