diff --git a/apm-dist/pom.xml b/apm-dist/pom.xml index 7ca9a8ea3f..21334398b9 100644 --- a/apm-dist/pom.xml +++ b/apm-dist/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/apm-protocol/apm-network/pom.xml b/apm-protocol/apm-network/pom.xml index 9334515648..a8ea1feeb2 100644 --- a/apm-protocol/apm-network/pom.xml +++ b/apm-protocol/apm-network/pom.xml @@ -21,7 +21,7 @@ oap-protocol org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/apm-protocol/pom.xml b/apm-protocol/pom.xml index fb3acc7082..779ecea403 100644 --- a/apm-protocol/pom.xml +++ b/apm-protocol/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml index e7cfa9ec93..3afe2634cb 100644 --- a/apm-webapp/pom.xml +++ b/apm-webapp/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/docs/en/changes/changes-9.6.0.md b/docs/en/changes/changes-9.6.0.md new file mode 100644 index 0000000000..9b39205893 --- /dev/null +++ b/docs/en/changes/changes-9.6.0.md @@ -0,0 +1,127 @@ +## 9.6.0 + +#### Project + +* Bump up Guava to 32.0.1 to avoid the lib listed as vulnerable due to CVE-2020-8908. This API is never used. +* Maven artifact `skywalking-log-recevier-plugin` is renamed to `skywalking-log-receiver-plugin`. +* Bump up cli version 0.11 to 0.12. +* Bump up the version of ASF parent pom to v30. +* Make builds reproducible for automatic releases CI. + +#### OAP Server + +* Add Neo4j component ID(112) language: Python. +* Add Istio ServiceEntry registry to resolve unknown IPs in ALS. +* Wrap `deleteProperty` API to the BanyanDBStorageClient. +* [Breaking change] Remove `matchedCounter` from `HttpUriRecognitionService#feedRawData`. +* Remove patterns from `HttpUriRecognitionService#feedRawData` and add max 10 candidates of raw URIs for each pattern. +* Add component ID for WebSphere. +* Fix AI Pipeline uri caching NullPointer and IllegalArgument Exceptions. +* Fix `NPE` in metrics query when the metric is not exist. +* Remove E2E tests for Istio < 1.15, ElasticSearch < 7.16.3, they might still work but are not supported as planed. +* Scroll all results in ElasticSearch storage and refactor scrolling logics, including Service, Instance, Endpoint, + Process, etc. +* Improve Kubernetes coordinator to remove `Terminating` OAP Pods in cluster. +* Support `SW_CORE_SYNC_PERIOD_HTTP_URI_RECOGNITION_PATTERN` and `SW_CORE_TRAINING_PERIOD_HTTP_URI_RECOGNITION_PATTERN` + to control the period of training and sync HTTP URI recognition patterns. And shorten the default period to 10s for + sync and 60s for training. +* Fix ElasticSearch scroller bug. +* Add component ID for Aerospike(ID=149). +* Packages with name `recevier` are renamed to `receiver`. +* `BanyanDBMetricsDAO` handles `storeIDTag` in `multiGet` for `BanyanDBModelExtension`. +* Fix endpoint grouping-related logic and enhance the performance of PatternTree retrieval. +* Fix metric session cache saving after batch insert when using `mysql-connector-java`. +* Support dynamic UI menu query. +* Add comment for `docker/.env` to explain the usage. +* Fix wrong environment variable name `SW_OTEL_RECEIVER_ENABLED_OTEL_RULES` to right `SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES`. +* Fix instance query in JDBC implementation. +* Set the `SW_QUERY_MAX_QUERY_COMPLEXITY` default value to 3000(was 1000). +* Accept `length=4000` parameter value of the event. It was 2000. +* Tolerate parameter value in illegal JSON format. +* Update BanyanDB Java Client to 0.4.0 +* Support aggregate `Labeled Value Metrics` in MQE. +* [Breaking change] Change the default label name in MQE from `labe`l to `_`. +* Bump up grpc version to 1.53.0. +* [Breaking change] Removed '&' symbols from shell scripts to avoid OAP server process running as a background process. +* Revert part of #10616 to fix the unexpected changes: if there is no data we should return an array with `0`s, + but in #10616, an empty array is returned. +* Cache all service entity in memory for query. +* Bump up jackson version to 2.15.2. +* Increase the default memory size to avoid OOM. +* Bump up graphql-java to 21.0. +* Add Echo component ID(5015) language: Golang. +* Fix `index out of bounds exception` in `aggregate_labels` MQE function. +* Support MongoDB Server/Cluster monitoring powered by OTEL. +* Do not print configurations values in logs to avoid sensitive info leaked. +* Move created the latest index before retrieval indexes by aliases to avoid the 404 exception. This just prevents some interference from manual operations. +* Add more Go VM metrics, as new skywalking-go agent provided since its 0.2 release. +* Add component ID for Lock (ID=5016). +* [Breaking change] Adjust the structure of hooks in the `alarm-settings.yml`. Support multiple configs for each hook types and specifying the hooks in the alarm rule. +* Bump up Armeria to 1.24.3. +* Fix BooleanMatch and BooleanNotEqualMatch doing Boolean comparison. +* Support LogQL HTTP query APIs. +* Add Mux Server component ID(5017) language: Golang. +* Remove ElasticSearch 6.3.2 from our client lib tests. +* Bump up ElasticSearch server 8.8.1 to 8.9.0 for latest e2e testing. 8.1.0, 7.16.3 and 7.17.10 are still tested. +* Add OpenSearch 2.8.0 to our client lib tests. +* Use listening mode for apollo implementation of dynamic configuration. +* Add `view_as_seq` function in MQE for listing metrics in the given prioritized sequence. +* Fix the wrong default value of `k8sServiceNameRule` if it's not explicitly set. +* Improve PromQL to allow for multiple metric operations within a single query. +* Fix MQE Binary Operation between labeled metrics and other type of value result. +* Add component ID for Nacos (ID=150). +* Support `Compare Operation` in MQE. +* Fix the Kubernetes resource cache not refreshed. +* Fix wrong classpath that might cause OOM in startup. +* Enhance the `serviceRelation` in MAL by adding settings for the `delimiter` and `component` fields. +* [Breaking change] Support MQE in the Alerting. The Alarm Rules configuration(alarm-settings.yml), + add `expression` field and remove `metrics-name/count/threshold/op/only-as-condition` fields and remove `composite-rules` configuration. +* Check results in ALS as per downstream/upstream instead of per log. +* Fix GraphQL query `listInstances` not using endTime query +* Do not start server and Kafka consumer in init mode. +* Add Iris component ID(5018). +* Add OTLP Tracing support as a Zipkin trace input. + +#### UI + +* Fix metric name `browser_app_error_rate` in `Browser-Root` dashboard. +* Fix display name of `endpoint_cpm` for endpoint list in `General-Service` dashboard. +* Implement customize menus and marketplace page. +* Fix minTraceDuration and maxTraceDuration types. +* Fix init minTime to Infinity. +* Bump dependencies to fix vulnerabilities. +* Add scss variables. +* Fix the title of instance list and notices in the continue profiling. +* Add a link to explain the expression metric, add units in the continue profiling widget. +* Calculate string width to set Tabs name width. +* [Breaking change] Removed '&' symbols from shell scripts to avoid web application server process running as a background process. +* Reset chart label. +* Fix service associates instances. +* Remove node-sass. +* Fix commit error on Windows. +* Apply MQE on `MYSQL`, `POSTGRESQL`, `REDIS`, `ELASTICSEARCH` and `DYNAMODB` layer UI-templates. +* Apply MQE on Virtual-Cache layer UI-templates +* Apply MQE on APISIX, AWS_EKS, AWS_GATEWAY and AWS_S3 layer UI templates. +* Apply MQE on RabbitMQ Dashboards. +* Apply MQE on Virtual-MQ layer UI-templates +* Apply MQE on Infra-Linux layer UI-templates +* Apply MQE on Infra-Windows layer UI-templates +* Apply MQE on Browser layer UI-templates. +* Implement MQE on topology widget. +* Fix getEndpoints keyword blank. +* Implement a breadcrumb component as navigation. + +#### Documentation + +* Add Go agent into the server agent documentation. +* Add data unit description in the configuration of continuous profiling policy. +* Remove `storage extension` doc, as it is expired. +* Remove `how to add menu` doc, as SkyWalking supports marketplace and new backend-based setup. +* Separate contribution docs to a new menu structure. +* Add a doc to explain how to manage i18n. +* Add a doc to explain OTLP Trace support. +* Fix typo in `dynamic-config-configmap.md`. +* Fix out-dated docs about Kafka fetcher. +* Remove 3rd part fetchers from the docs, as they are not maintained anymore. + +All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/181?closed=1) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 9b39205893..b860e4e4b2 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -1,127 +1,17 @@ -## 9.6.0 +## 9.7.0 #### Project -* Bump up Guava to 32.0.1 to avoid the lib listed as vulnerable due to CVE-2020-8908. This API is never used. -* Maven artifact `skywalking-log-recevier-plugin` is renamed to `skywalking-log-receiver-plugin`. -* Bump up cli version 0.11 to 0.12. -* Bump up the version of ASF parent pom to v30. -* Make builds reproducible for automatic releases CI. #### OAP Server -* Add Neo4j component ID(112) language: Python. -* Add Istio ServiceEntry registry to resolve unknown IPs in ALS. -* Wrap `deleteProperty` API to the BanyanDBStorageClient. -* [Breaking change] Remove `matchedCounter` from `HttpUriRecognitionService#feedRawData`. -* Remove patterns from `HttpUriRecognitionService#feedRawData` and add max 10 candidates of raw URIs for each pattern. -* Add component ID for WebSphere. -* Fix AI Pipeline uri caching NullPointer and IllegalArgument Exceptions. -* Fix `NPE` in metrics query when the metric is not exist. -* Remove E2E tests for Istio < 1.15, ElasticSearch < 7.16.3, they might still work but are not supported as planed. -* Scroll all results in ElasticSearch storage and refactor scrolling logics, including Service, Instance, Endpoint, - Process, etc. -* Improve Kubernetes coordinator to remove `Terminating` OAP Pods in cluster. -* Support `SW_CORE_SYNC_PERIOD_HTTP_URI_RECOGNITION_PATTERN` and `SW_CORE_TRAINING_PERIOD_HTTP_URI_RECOGNITION_PATTERN` - to control the period of training and sync HTTP URI recognition patterns. And shorten the default period to 10s for - sync and 60s for training. -* Fix ElasticSearch scroller bug. -* Add component ID for Aerospike(ID=149). -* Packages with name `recevier` are renamed to `receiver`. -* `BanyanDBMetricsDAO` handles `storeIDTag` in `multiGet` for `BanyanDBModelExtension`. -* Fix endpoint grouping-related logic and enhance the performance of PatternTree retrieval. -* Fix metric session cache saving after batch insert when using `mysql-connector-java`. -* Support dynamic UI menu query. -* Add comment for `docker/.env` to explain the usage. -* Fix wrong environment variable name `SW_OTEL_RECEIVER_ENABLED_OTEL_RULES` to right `SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES`. -* Fix instance query in JDBC implementation. -* Set the `SW_QUERY_MAX_QUERY_COMPLEXITY` default value to 3000(was 1000). -* Accept `length=4000` parameter value of the event. It was 2000. -* Tolerate parameter value in illegal JSON format. -* Update BanyanDB Java Client to 0.4.0 -* Support aggregate `Labeled Value Metrics` in MQE. -* [Breaking change] Change the default label name in MQE from `labe`l to `_`. -* Bump up grpc version to 1.53.0. -* [Breaking change] Removed '&' symbols from shell scripts to avoid OAP server process running as a background process. -* Revert part of #10616 to fix the unexpected changes: if there is no data we should return an array with `0`s, - but in #10616, an empty array is returned. -* Cache all service entity in memory for query. -* Bump up jackson version to 2.15.2. -* Increase the default memory size to avoid OOM. -* Bump up graphql-java to 21.0. -* Add Echo component ID(5015) language: Golang. -* Fix `index out of bounds exception` in `aggregate_labels` MQE function. -* Support MongoDB Server/Cluster monitoring powered by OTEL. -* Do not print configurations values in logs to avoid sensitive info leaked. -* Move created the latest index before retrieval indexes by aliases to avoid the 404 exception. This just prevents some interference from manual operations. -* Add more Go VM metrics, as new skywalking-go agent provided since its 0.2 release. -* Add component ID for Lock (ID=5016). -* [Breaking change] Adjust the structure of hooks in the `alarm-settings.yml`. Support multiple configs for each hook types and specifying the hooks in the alarm rule. -* Bump up Armeria to 1.24.3. -* Fix BooleanMatch and BooleanNotEqualMatch doing Boolean comparison. -* Support LogQL HTTP query APIs. -* Add Mux Server component ID(5017) language: Golang. -* Remove ElasticSearch 6.3.2 from our client lib tests. -* Bump up ElasticSearch server 8.8.1 to 8.9.0 for latest e2e testing. 8.1.0, 7.16.3 and 7.17.10 are still tested. -* Add OpenSearch 2.8.0 to our client lib tests. -* Use listening mode for apollo implementation of dynamic configuration. -* Add `view_as_seq` function in MQE for listing metrics in the given prioritized sequence. -* Fix the wrong default value of `k8sServiceNameRule` if it's not explicitly set. -* Improve PromQL to allow for multiple metric operations within a single query. -* Fix MQE Binary Operation between labeled metrics and other type of value result. -* Add component ID for Nacos (ID=150). -* Support `Compare Operation` in MQE. -* Fix the Kubernetes resource cache not refreshed. -* Fix wrong classpath that might cause OOM in startup. -* Enhance the `serviceRelation` in MAL by adding settings for the `delimiter` and `component` fields. -* [Breaking change] Support MQE in the Alerting. The Alarm Rules configuration(alarm-settings.yml), - add `expression` field and remove `metrics-name/count/threshold/op/only-as-condition` fields and remove `composite-rules` configuration. -* Check results in ALS as per downstream/upstream instead of per log. -* Fix GraphQL query `listInstances` not using endTime query -* Do not start server and Kafka consumer in init mode. -* Add Iris component ID(5018). -* Add OTLP Tracing support as a Zipkin trace input. + #### UI -* Fix metric name `browser_app_error_rate` in `Browser-Root` dashboard. -* Fix display name of `endpoint_cpm` for endpoint list in `General-Service` dashboard. -* Implement customize menus and marketplace page. -* Fix minTraceDuration and maxTraceDuration types. -* Fix init minTime to Infinity. -* Bump dependencies to fix vulnerabilities. -* Add scss variables. -* Fix the title of instance list and notices in the continue profiling. -* Add a link to explain the expression metric, add units in the continue profiling widget. -* Calculate string width to set Tabs name width. -* [Breaking change] Removed '&' symbols from shell scripts to avoid web application server process running as a background process. -* Reset chart label. -* Fix service associates instances. -* Remove node-sass. -* Fix commit error on Windows. -* Apply MQE on `MYSQL`, `POSTGRESQL`, `REDIS`, `ELASTICSEARCH` and `DYNAMODB` layer UI-templates. -* Apply MQE on Virtual-Cache layer UI-templates -* Apply MQE on APISIX, AWS_EKS, AWS_GATEWAY and AWS_S3 layer UI templates. -* Apply MQE on RabbitMQ Dashboards. -* Apply MQE on Virtual-MQ layer UI-templates -* Apply MQE on Infra-Linux layer UI-templates -* Apply MQE on Infra-Windows layer UI-templates -* Apply MQE on Browser layer UI-templates. -* Implement MQE on topology widget. -* Fix getEndpoints keyword blank. -* Implement a breadcrumb component as navigation. + #### Documentation -* Add Go agent into the server agent documentation. -* Add data unit description in the configuration of continuous profiling policy. -* Remove `storage extension` doc, as it is expired. -* Remove `how to add menu` doc, as SkyWalking supports marketplace and new backend-based setup. -* Separate contribution docs to a new menu structure. -* Add a doc to explain how to manage i18n. -* Add a doc to explain OTLP Trace support. -* Fix typo in `dynamic-config-configmap.md`. -* Fix out-dated docs about Kafka fetcher. -* Remove 3rd part fetchers from the docs, as they are not maintained anymore. -All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/181?closed=1) +All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/193?closed=1) diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml index 65932d8ebd..0f548f883b 100644 --- a/oap-server-bom/pom.xml +++ b/oap-server-bom/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT pom 4.0.0 diff --git a/oap-server/ai-pipeline/pom.xml b/oap-server/ai-pipeline/pom.xml index ab56e930a5..1676979ff5 100644 --- a/oap-server/ai-pipeline/pom.xml +++ b/oap-server/ai-pipeline/pom.xml @@ -23,7 +23,7 @@ org.apache.skywalking oap-server - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT org.apache.skywalking diff --git a/oap-server/analyzer/agent-analyzer/pom.xml b/oap-server/analyzer/agent-analyzer/pom.xml index 2cde1671cd..4c1c702331 100644 --- a/oap-server/analyzer/agent-analyzer/pom.xml +++ b/oap-server/analyzer/agent-analyzer/pom.xml @@ -21,7 +21,7 @@ analyzer org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/analyzer/event-analyzer/pom.xml b/oap-server/analyzer/event-analyzer/pom.xml index 36b2c905bd..ea9ce5e8d5 100644 --- a/oap-server/analyzer/event-analyzer/pom.xml +++ b/oap-server/analyzer/event-analyzer/pom.xml @@ -21,7 +21,7 @@ analyzer org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/analyzer/log-analyzer/pom.xml b/oap-server/analyzer/log-analyzer/pom.xml index 870a717826..abe621bbd0 100644 --- a/oap-server/analyzer/log-analyzer/pom.xml +++ b/oap-server/analyzer/log-analyzer/pom.xml @@ -20,7 +20,7 @@ analyzer org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/analyzer/meter-analyzer/pom.xml b/oap-server/analyzer/meter-analyzer/pom.xml index 548d29904c..3af6530b01 100644 --- a/oap-server/analyzer/meter-analyzer/pom.xml +++ b/oap-server/analyzer/meter-analyzer/pom.xml @@ -21,7 +21,7 @@ analyzer org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/analyzer/pom.xml b/oap-server/analyzer/pom.xml index 3329c97777..630471e895 100644 --- a/oap-server/analyzer/pom.xml +++ b/oap-server/analyzer/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/exporter/pom.xml b/oap-server/exporter/pom.xml index 657f08e7a7..703f235fe8 100644 --- a/oap-server/exporter/pom.xml +++ b/oap-server/exporter/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/mqe-grammar/pom.xml b/oap-server/mqe-grammar/pom.xml index 39a00b4f8f..ca2fb8c287 100644 --- a/oap-server/mqe-grammar/pom.xml +++ b/oap-server/mqe-grammar/pom.xml @@ -17,12 +17,11 @@ ~ --> - + oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/mqe-rt/pom.xml b/oap-server/mqe-rt/pom.xml index 204345ea97..d2c129863a 100644 --- a/oap-server/mqe-rt/pom.xml +++ b/oap-server/mqe-rt/pom.xml @@ -17,12 +17,11 @@ ~ --> - + oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/oal-grammar/pom.xml b/oap-server/oal-grammar/pom.xml index 8bdd8e2df0..600e46dab8 100755 --- a/oap-server/oal-grammar/pom.xml +++ b/oap-server/oal-grammar/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/oal-rt/pom.xml b/oap-server/oal-rt/pom.xml index 4a02824421..e0e85bde9e 100755 --- a/oap-server/oal-rt/pom.xml +++ b/oap-server/oal-rt/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/pom.xml b/oap-server/pom.xml index c38981a9d5..e22dcfa9a5 100755 --- a/oap-server/pom.xml +++ b/oap-server/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-alarm-plugin/pom.xml b/oap-server/server-alarm-plugin/pom.xml index 355da10308..f000b23566 100644 --- a/oap-server/server-alarm-plugin/pom.xml +++ b/oap-server/server-alarm-plugin/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-cluster-plugin/cluster-consul-plugin/pom.xml b/oap-server/server-cluster-plugin/cluster-consul-plugin/pom.xml index 7fd71a6d56..421de2d5be 100644 --- a/oap-server/server-cluster-plugin/cluster-consul-plugin/pom.xml +++ b/oap-server/server-cluster-plugin/cluster-consul-plugin/pom.xml @@ -21,7 +21,7 @@ server-cluster-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-cluster-plugin/cluster-etcd-plugin/pom.xml b/oap-server/server-cluster-plugin/cluster-etcd-plugin/pom.xml index 17ef942ad6..040bb5a873 100644 --- a/oap-server/server-cluster-plugin/cluster-etcd-plugin/pom.xml +++ b/oap-server/server-cluster-plugin/cluster-etcd-plugin/pom.xml @@ -21,7 +21,7 @@ server-cluster-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-cluster-plugin/cluster-kubernetes-plugin/pom.xml b/oap-server/server-cluster-plugin/cluster-kubernetes-plugin/pom.xml index 80adf78de3..ebaf291662 100644 --- a/oap-server/server-cluster-plugin/cluster-kubernetes-plugin/pom.xml +++ b/oap-server/server-cluster-plugin/cluster-kubernetes-plugin/pom.xml @@ -21,7 +21,7 @@ server-cluster-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-cluster-plugin/cluster-nacos-plugin/pom.xml b/oap-server/server-cluster-plugin/cluster-nacos-plugin/pom.xml index 6e6ecdd315..577192effb 100644 --- a/oap-server/server-cluster-plugin/cluster-nacos-plugin/pom.xml +++ b/oap-server/server-cluster-plugin/cluster-nacos-plugin/pom.xml @@ -20,7 +20,7 @@ server-cluster-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-cluster-plugin/cluster-standalone-plugin/pom.xml b/oap-server/server-cluster-plugin/cluster-standalone-plugin/pom.xml index 49b31ea664..ba3fd59f60 100644 --- a/oap-server/server-cluster-plugin/cluster-standalone-plugin/pom.xml +++ b/oap-server/server-cluster-plugin/cluster-standalone-plugin/pom.xml @@ -21,7 +21,7 @@ server-cluster-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-cluster-plugin/cluster-zookeeper-plugin/pom.xml b/oap-server/server-cluster-plugin/cluster-zookeeper-plugin/pom.xml index 7e4e382a40..7fa22b74fd 100644 --- a/oap-server/server-cluster-plugin/cluster-zookeeper-plugin/pom.xml +++ b/oap-server/server-cluster-plugin/cluster-zookeeper-plugin/pom.xml @@ -21,7 +21,7 @@ org.apache.skywalking server-cluster-plugin - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-cluster-plugin/pom.xml b/oap-server/server-cluster-plugin/pom.xml index b10807d2f9..ffb91498e9 100644 --- a/oap-server/server-cluster-plugin/pom.xml +++ b/oap-server/server-cluster-plugin/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/configuration-api/pom.xml b/oap-server/server-configuration/configuration-api/pom.xml index 5513930cc2..71528a612f 100644 --- a/oap-server/server-configuration/configuration-api/pom.xml +++ b/oap-server/server-configuration/configuration-api/pom.xml @@ -21,7 +21,7 @@ server-configuration org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/configuration-apollo/pom.xml b/oap-server/server-configuration/configuration-apollo/pom.xml index bcfd4a022d..52607f5109 100644 --- a/oap-server/server-configuration/configuration-apollo/pom.xml +++ b/oap-server/server-configuration/configuration-apollo/pom.xml @@ -21,7 +21,7 @@ server-configuration org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/configuration-consul/pom.xml b/oap-server/server-configuration/configuration-consul/pom.xml index 8c1c0970a8..c4e238c7b7 100644 --- a/oap-server/server-configuration/configuration-consul/pom.xml +++ b/oap-server/server-configuration/configuration-consul/pom.xml @@ -21,7 +21,7 @@ server-configuration org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/configuration-etcd/pom.xml b/oap-server/server-configuration/configuration-etcd/pom.xml index 43c6cc7168..bb321c7dd1 100644 --- a/oap-server/server-configuration/configuration-etcd/pom.xml +++ b/oap-server/server-configuration/configuration-etcd/pom.xml @@ -20,7 +20,7 @@ server-configuration org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/configuration-k8s-configmap/pom.xml b/oap-server/server-configuration/configuration-k8s-configmap/pom.xml index 352444821f..86c77eb8e0 100644 --- a/oap-server/server-configuration/configuration-k8s-configmap/pom.xml +++ b/oap-server/server-configuration/configuration-k8s-configmap/pom.xml @@ -21,7 +21,7 @@ server-configuration org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 configuration-k8s-configmap diff --git a/oap-server/server-configuration/configuration-nacos/pom.xml b/oap-server/server-configuration/configuration-nacos/pom.xml index 6d4c73843a..fbe391ac32 100644 --- a/oap-server/server-configuration/configuration-nacos/pom.xml +++ b/oap-server/server-configuration/configuration-nacos/pom.xml @@ -21,7 +21,7 @@ server-configuration org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/configuration-zookeeper/pom.xml b/oap-server/server-configuration/configuration-zookeeper/pom.xml index d61e4dc84a..5b499a5d23 100644 --- a/oap-server/server-configuration/configuration-zookeeper/pom.xml +++ b/oap-server/server-configuration/configuration-zookeeper/pom.xml @@ -21,7 +21,7 @@ server-configuration org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/grpc-configuration-sync/pom.xml b/oap-server/server-configuration/grpc-configuration-sync/pom.xml index c37c5906c8..ab0c22b8fb 100644 --- a/oap-server/server-configuration/grpc-configuration-sync/pom.xml +++ b/oap-server/server-configuration/grpc-configuration-sync/pom.xml @@ -21,7 +21,7 @@ server-configuration org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/pom.xml b/oap-server/server-configuration/pom.xml index 405df601a1..edf1e7b19f 100644 --- a/oap-server/server-configuration/pom.xml +++ b/oap-server/server-configuration/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-core/pom.xml b/oap-server/server-core/pom.xml index d27f3ea6a3..e9f486e053 100644 --- a/oap-server/server-core/pom.xml +++ b/oap-server/server-core/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-fetcher-plugin/kafka-fetcher-plugin/pom.xml b/oap-server/server-fetcher-plugin/kafka-fetcher-plugin/pom.xml index 542cc7e8f8..b6b0b284ff 100644 --- a/oap-server/server-fetcher-plugin/kafka-fetcher-plugin/pom.xml +++ b/oap-server/server-fetcher-plugin/kafka-fetcher-plugin/pom.xml @@ -21,7 +21,7 @@ server-fetcher-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-fetcher-plugin/pom.xml b/oap-server/server-fetcher-plugin/pom.xml index f96a14f2ec..efc96dbb14 100644 --- a/oap-server/server-fetcher-plugin/pom.xml +++ b/oap-server/server-fetcher-plugin/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-health-checker/pom.xml b/oap-server/server-health-checker/pom.xml index 81ce357f59..21b63c8501 100644 --- a/oap-server/server-health-checker/pom.xml +++ b/oap-server/server-health-checker/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/library-client/pom.xml b/oap-server/server-library/library-client/pom.xml index be0f02a00f..087b82485a 100755 --- a/oap-server/server-library/library-client/pom.xml +++ b/oap-server/server-library/library-client/pom.xml @@ -21,7 +21,7 @@ server-library org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/library-datacarrier-queue/pom.xml b/oap-server/server-library/library-datacarrier-queue/pom.xml index 7cb6351154..8f806bda26 100644 --- a/oap-server/server-library/library-datacarrier-queue/pom.xml +++ b/oap-server/server-library/library-datacarrier-queue/pom.xml @@ -21,7 +21,7 @@ server-library org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/library-elasticsearch-client/pom.xml b/oap-server/server-library/library-elasticsearch-client/pom.xml index 99aa3351dc..79337997aa 100644 --- a/oap-server/server-library/library-elasticsearch-client/pom.xml +++ b/oap-server/server-library/library-elasticsearch-client/pom.xml @@ -21,7 +21,7 @@ server-library org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/library-kubernetes-support/pom.xml b/oap-server/server-library/library-kubernetes-support/pom.xml index 37b6250481..948aaacbb4 100644 --- a/oap-server/server-library/library-kubernetes-support/pom.xml +++ b/oap-server/server-library/library-kubernetes-support/pom.xml @@ -21,7 +21,7 @@ server-library org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/library-module/pom.xml b/oap-server/server-library/library-module/pom.xml index 5bd740d6e3..d03d24f431 100644 --- a/oap-server/server-library/library-module/pom.xml +++ b/oap-server/server-library/library-module/pom.xml @@ -21,7 +21,7 @@ server-library org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/library-server/pom.xml b/oap-server/server-library/library-server/pom.xml index 1a4e945983..987b62b3b5 100644 --- a/oap-server/server-library/library-server/pom.xml +++ b/oap-server/server-library/library-server/pom.xml @@ -21,7 +21,7 @@ server-library org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/library-util/pom.xml b/oap-server/server-library/library-util/pom.xml index df78437e40..b02ec73cc3 100644 --- a/oap-server/server-library/library-util/pom.xml +++ b/oap-server/server-library/library-util/pom.xml @@ -21,7 +21,7 @@ server-library org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/pom.xml b/oap-server/server-library/pom.xml index 20e97410c0..5959b4b3ac 100644 --- a/oap-server/server-library/pom.xml +++ b/oap-server/server-library/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-query-plugin/logql-plugin/pom.xml b/oap-server/server-query-plugin/logql-plugin/pom.xml index 449bdcbf78..6ed7d5bf1a 100644 --- a/oap-server/server-query-plugin/logql-plugin/pom.xml +++ b/oap-server/server-query-plugin/logql-plugin/pom.xml @@ -21,7 +21,7 @@ server-query-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-query-plugin/pom.xml b/oap-server/server-query-plugin/pom.xml index 99a133db7f..a5c4cade4b 100644 --- a/oap-server/server-query-plugin/pom.xml +++ b/oap-server/server-query-plugin/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-query-plugin/promql-plugin/pom.xml b/oap-server/server-query-plugin/promql-plugin/pom.xml index 0d7bed50f8..5957205abd 100644 --- a/oap-server/server-query-plugin/promql-plugin/pom.xml +++ b/oap-server/server-query-plugin/promql-plugin/pom.xml @@ -21,7 +21,7 @@ server-query-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-query-plugin/query-graphql-plugin/pom.xml b/oap-server/server-query-plugin/query-graphql-plugin/pom.xml index e53da71906..936a304671 100644 --- a/oap-server/server-query-plugin/query-graphql-plugin/pom.xml +++ b/oap-server/server-query-plugin/query-graphql-plugin/pom.xml @@ -21,7 +21,7 @@ server-query-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-query-plugin/zipkin-query-plugin/pom.xml b/oap-server/server-query-plugin/zipkin-query-plugin/pom.xml index 91d0ff94cb..1728df9122 100644 --- a/oap-server/server-query-plugin/zipkin-query-plugin/pom.xml +++ b/oap-server/server-query-plugin/zipkin-query-plugin/pom.xml @@ -21,7 +21,7 @@ server-query-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/aws-firehose-receiver/pom.xml b/oap-server/server-receiver-plugin/aws-firehose-receiver/pom.xml index 9226eb420d..bc3c5efdb9 100644 --- a/oap-server/server-receiver-plugin/aws-firehose-receiver/pom.xml +++ b/oap-server/server-receiver-plugin/aws-firehose-receiver/pom.xml @@ -23,7 +23,7 @@ org.apache.skywalking server-receiver-plugin - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT aws-firehose-receiver diff --git a/oap-server/server-receiver-plugin/configuration-discovery-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/configuration-discovery-receiver-plugin/pom.xml index 8d07a07cda..f026e3659e 100644 --- a/oap-server/server-receiver-plugin/configuration-discovery-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/configuration-discovery-receiver-plugin/pom.xml @@ -20,7 +20,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/envoy-metrics-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/envoy-metrics-receiver-plugin/pom.xml index 6037fc3f0d..f865f74b71 100644 --- a/oap-server/server-receiver-plugin/envoy-metrics-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/envoy-metrics-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/otel-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/otel-receiver-plugin/pom.xml index b3b0bd3aa9..de923d9fc8 100644 --- a/oap-server/server-receiver-plugin/otel-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/otel-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/pom.xml index f00c4dd537..d0f8b75109 100644 --- a/oap-server/server-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/receiver-proto/pom.xml b/oap-server/server-receiver-plugin/receiver-proto/pom.xml index 5abdd81659..4efd967cbc 100644 --- a/oap-server/server-receiver-plugin/receiver-proto/pom.xml +++ b/oap-server/server-receiver-plugin/receiver-proto/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-browser-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-browser-receiver-plugin/pom.xml index b540621538..481a5bdd87 100644 --- a/oap-server/server-receiver-plugin/skywalking-browser-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-browser-receiver-plugin/pom.xml @@ -20,7 +20,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-clr-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-clr-receiver-plugin/pom.xml index 82a9e70060..f2c395aee9 100644 --- a/oap-server/server-receiver-plugin/skywalking-clr-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-clr-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-ebpf-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-ebpf-receiver-plugin/pom.xml index 728a4205e4..b075d6ee77 100644 --- a/oap-server/server-receiver-plugin/skywalking-ebpf-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-ebpf-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-event-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-event-receiver-plugin/pom.xml index 4dfa3a615b..56a68af1fd 100644 --- a/oap-server/server-receiver-plugin/skywalking-event-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-event-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-jvm-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-jvm-receiver-plugin/pom.xml index 4d28bd56b4..bc76d30ad8 100644 --- a/oap-server/server-receiver-plugin/skywalking-jvm-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-jvm-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-log-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-log-receiver-plugin/pom.xml index e684b262ad..5dfadcd9a2 100644 --- a/oap-server/server-receiver-plugin/skywalking-log-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-log-receiver-plugin/pom.xml @@ -20,7 +20,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml index 97ade9769c..e13e21925f 100644 --- a/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-mesh-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-mesh-receiver-plugin/pom.xml index ae7e20990b..b98ff2d487 100644 --- a/oap-server/server-receiver-plugin/skywalking-mesh-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-mesh-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-meter-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-meter-receiver-plugin/pom.xml index 2d80efc4e0..1f9b77f479 100644 --- a/oap-server/server-receiver-plugin/skywalking-meter-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-meter-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-profile-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-profile-receiver-plugin/pom.xml index 721e070619..df1385ffda 100644 --- a/oap-server/server-receiver-plugin/skywalking-profile-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-profile-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-sharing-server-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-sharing-server-plugin/pom.xml index c71bdb9175..844ebea0e6 100644 --- a/oap-server/server-receiver-plugin/skywalking-sharing-server-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-sharing-server-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-telegraf-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-telegraf-receiver-plugin/pom.xml index c1be3d3ef1..ed0ca81eb8 100644 --- a/oap-server/server-receiver-plugin/skywalking-telegraf-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-telegraf-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/pom.xml index e03952bbd2..92c0c055d9 100644 --- a/oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-zabbix-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-zabbix-receiver-plugin/pom.xml index d59827042d..8535922769 100644 --- a/oap-server/server-receiver-plugin/skywalking-zabbix-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-zabbix-receiver-plugin/pom.xml @@ -20,7 +20,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/zipkin-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/zipkin-receiver-plugin/pom.xml index 63dc6c71eb..c48fc76c48 100644 --- a/oap-server/server-receiver-plugin/zipkin-receiver-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/zipkin-receiver-plugin/pom.xml @@ -21,7 +21,7 @@ server-receiver-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-starter/pom.xml b/oap-server/server-starter/pom.xml index 44dac1bf5d..a6248138e6 100644 --- a/oap-server/server-starter/pom.xml +++ b/oap-server/server-starter/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-storage-plugin/pom.xml b/oap-server/server-storage-plugin/pom.xml index eb1f3ae07a..53a8a465a4 100644 --- a/oap-server/server-storage-plugin/pom.xml +++ b/oap-server/server-storage-plugin/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-storage-plugin/storage-banyandb-plugin/pom.xml b/oap-server/server-storage-plugin/storage-banyandb-plugin/pom.xml index 3c1a70e3ff..8b9cdf0f74 100644 --- a/oap-server/server-storage-plugin/storage-banyandb-plugin/pom.xml +++ b/oap-server/server-storage-plugin/storage-banyandb-plugin/pom.xml @@ -21,7 +21,7 @@ server-storage-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-storage-plugin/storage-elasticsearch-plugin/pom.xml b/oap-server/server-storage-plugin/storage-elasticsearch-plugin/pom.xml index 98e59efc63..15b84f5aa0 100644 --- a/oap-server/server-storage-plugin/storage-elasticsearch-plugin/pom.xml +++ b/oap-server/server-storage-plugin/storage-elasticsearch-plugin/pom.xml @@ -21,7 +21,7 @@ server-storage-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/pom.xml b/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/pom.xml index 4e0735b58a..249d177396 100644 --- a/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/pom.xml +++ b/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/pom.xml @@ -21,7 +21,7 @@ server-storage-plugin org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-telemetry/pom.xml b/oap-server/server-telemetry/pom.xml index 7d9e757f59..64bd2fd026 100644 --- a/oap-server/server-telemetry/pom.xml +++ b/oap-server/server-telemetry/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-telemetry/telemetry-api/pom.xml b/oap-server/server-telemetry/telemetry-api/pom.xml index e88abc70dd..41b055c3b2 100644 --- a/oap-server/server-telemetry/telemetry-api/pom.xml +++ b/oap-server/server-telemetry/telemetry-api/pom.xml @@ -21,7 +21,7 @@ server-telemetry org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-telemetry/telemetry-prometheus/pom.xml b/oap-server/server-telemetry/telemetry-prometheus/pom.xml index 065c1fc83f..05043806c0 100644 --- a/oap-server/server-telemetry/telemetry-prometheus/pom.xml +++ b/oap-server/server-telemetry/telemetry-prometheus/pom.xml @@ -21,7 +21,7 @@ server-telemetry org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-testing/pom.xml b/oap-server/server-testing/pom.xml index 202ce92799..63385d7cf6 100644 --- a/oap-server/server-testing/pom.xml +++ b/oap-server/server-testing/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-tools/data-generator/pom.xml b/oap-server/server-tools/data-generator/pom.xml index 21ec24d7e5..f3bc59926d 100644 --- a/oap-server/server-tools/data-generator/pom.xml +++ b/oap-server/server-tools/data-generator/pom.xml @@ -23,7 +23,7 @@ server-tools org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT data-generator data-generator diff --git a/oap-server/server-tools/pom.xml b/oap-server/server-tools/pom.xml index e5a61c1370..3108589990 100644 --- a/oap-server/server-tools/pom.xml +++ b/oap-server/server-tools/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-tools/profile-exporter/pom.xml b/oap-server/server-tools/profile-exporter/pom.xml index 69ee767f3a..e088aabf97 100644 --- a/oap-server/server-tools/profile-exporter/pom.xml +++ b/oap-server/server-tools/profile-exporter/pom.xml @@ -21,12 +21,12 @@ server-tools org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 profile-exporter - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT pom diff --git a/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/pom.xml b/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/pom.xml index aea3642678..e64f8f4891 100644 --- a/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/pom.xml +++ b/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/pom.xml @@ -21,12 +21,12 @@ profile-exporter org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 tool-profile-snapshot-bootstrap - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT diff --git a/oap-server/server-tools/profile-exporter/tool-profile-snapshot-exporter/pom.xml b/oap-server/server-tools/profile-exporter/tool-profile-snapshot-exporter/pom.xml index 2f40caa217..aa29aadce7 100644 --- a/oap-server/server-tools/profile-exporter/tool-profile-snapshot-exporter/pom.xml +++ b/oap-server/server-tools/profile-exporter/tool-profile-snapshot-exporter/pom.xml @@ -21,12 +21,12 @@ profile-exporter org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 tool-profile-snapshot-exporter - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT diff --git a/oap-server/server-tools/profile-exporter/tool-profile-snapshot-server-mock/pom.xml b/oap-server/server-tools/profile-exporter/tool-profile-snapshot-server-mock/pom.xml index 02e1964a10..01dc6aa99c 100644 --- a/oap-server/server-tools/profile-exporter/tool-profile-snapshot-server-mock/pom.xml +++ b/oap-server/server-tools/profile-exporter/tool-profile-snapshot-server-mock/pom.xml @@ -21,12 +21,12 @@ profile-exporter org.apache.skywalking - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT 4.0.0 tool-profile-snapshot-server-mock - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 052a6c22b6..564711317f 100755 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.apache.skywalking apm - 9.6.0-SNAPSHOT + 9.7.0-SNAPSHOT org.apache @@ -151,7 +151,7 @@ 11 UTF-8 - 0 + 1693572743 2.0.9 6.18 @@ -422,18 +422,6 @@ org.apache.maven.plugins maven-failsafe-plugin - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - org.apache.maven.plugins maven-checkstyle-plugin