diff --git a/apm-dist/pom.xml b/apm-dist/pom.xml index 15435dd8e3..7ca9a8ea3f 100644 --- a/apm-dist/pom.xml +++ b/apm-dist/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/apm-protocol/apm-network/pom.xml b/apm-protocol/apm-network/pom.xml index 9605e1f252..9334515648 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/apm-protocol/pom.xml b/apm-protocol/pom.xml index f6e4c87f71..fb3acc7082 100644 --- a/apm-protocol/pom.xml +++ b/apm-protocol/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml index aa454cf503..2ccf6d4795 100644 --- a/apm-webapp/pom.xml +++ b/apm-webapp/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/docs/en/changes/changes-9.5.0.md b/docs/en/changes/changes-9.5.0.md new file mode 100644 index 0000000000..23ec0c7d93 --- /dev/null +++ b/docs/en/changes/changes-9.5.0.md @@ -0,0 +1,106 @@ +## 9.5.0 + +#### Project + +* Fix `Duplicate class found` due to the `delombok` goal. + +#### OAP Server + +* Fix wrong layer of metric `user error` in DynamoDB monitoring. +* ElasticSearch storage does not check field types when OAP running in `no-init` mode. +* Support to bind TLS status as a part of component for service topology. +* Fix component ID priority bug. +* Fix component ID of topology overlap due to storage layer bugs. +* [Breaking Change] Enhance JDBC storage through merging tables and managing day-based table rolling. +* [Breaking Change] Sharding-MySQL implementations and tests get removed due to we have the day-based rolling mechanism by default +* Fix otel k8s-cluster rule add namespace dimension for MAL aggregation calculation(Deployment Status,Deployment Spec Replicas) +* Support continuous profiling feature. +* Support collect process level related metrics. +* Fix K8sRetag reads the wrong k8s service from the cache due to a possible namespace mismatch. +* [Breaking Change] Support cross-thread trace profiling. The data structure and query APIs are changed. +* Fix PromQL HTTP API `/api/v1/labels` response missing `service` label. +* Fix possible NPE when initialize `IntList`. +* Support parse PromQL expression has empty labels in the braces for metadata query. +* Support alarm metric OP `!=`. +* Support metrics query indicates whether value == 0 represents actually zero or no data. +* Fix `NPE` when query the not exist series indexes in ElasticSearch storage. +* Support collecting memory buff/cache metrics in VM monitoring. +* PromQL: Remove empty values from the query result, fix `/api/v1/metadata` param `limit` could cause out of bound. +* Support monitoring the total number metrics of k8s StatefulSet and DaemonSet. +* Support Amazon API Gateway monitoring. +* Bump up graphql-java to fix cve. +* Bump up Kubernetes Java client. +* Support Redis Monitoring. +* Add component ID for amqp, amqp-producer and amqp-consumer. +* Support no-proxy mode for aws-firehose receiver +* Bump up armeria to 1.23.1 +* Support Elasticsearch Monitoring. +* Fix PromQL HTTP API `/api/v1/series` response missing `service` label when matching metric. +* Support ServerSide TopN for BanyanDB. +* Add component ID for Jersey. +* Remove OpenCensus support, the related codes and docs as [it's sunsetting](https://opentelemetry.io/blog/2023/sunsetting-opencensus/). +* Support dynamic configuration of searchableTracesTags +* Support `exportErrorStatusTraceOnly` for export the error status trace segments through the Kafka channel +* Add component ID for Grizzly. +* Fix potential NPE in Zipkin receiver when the `Span` is missing some fields. +* Filter out unknown_cluster metric data. +* Support RabbitMQ Monitoring. +* Support Redis slow logs collection. +* Fix data loss when query continuous profiling task record. +* Adapt the continuous profiling task query GraphQL. +* Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression. +* Deprecated metrics query v2 protocol. +* Deprecated record query protocol. +* Add component ID for go-redis. +* Add OpenSearch 2.8.0 to test case. +* Add `ai-pipeline` module. +* Support HTTP URI formatting through `ai-pipeline` to do pattern recognition. +* Add new HTTP URI grouping engine with benchmark. +* [Breaking Change] Use the new HTTP URI grouping engine to replace the old regex based mechanism. +* Support `sumLabeled` in `MAL`. +* Migrate from kubernetes-client/java to fabric8 client. +* Envoy ALS generated relation metrics considers http status codes >= 400 has an error at the client side. +* Add cause message field when query continuous profiling task. + +#### UI +* Revert: cpm5d function. This feature is cancelled from backend. +* Fix: alerting link breaks on the topology. +* Refactor Topology widget to make it more hierarchical. + 1. Choose `User` as the first node. + 2. If `User` node is absent, choose the busiest node(which has the most calls of all). + 3. Do a left-to-right flow process. + 4. At the same level, list nodes from top to bottom in alphabetical order. +* Fix filter ID when ReadRecords metric associates with trace. +* Add AWS API Gateway menu. +* Change trace profiling protocol. +* Add Redis menu. +* Optimize data types. +* Support isEmptyValue flag for metrics query. +* Add elasticsearch menu. +* [Clean UI templates before upgrade] Set `showSymbol: true`, and make the data point shows on the Line graph. + Please clean `ui_template` index in elasticsearch storage or table in JDBC storage. +* [Clean UI templates before upgrade] UI templates: Simplify metric name with the label. +* Add MQ menu. +* Add Jeysey icon. +* Fix: set endpoint and instance selectors with url parameters correctly. +* Bump up dependencies versions icons-vue 1.1.4, element-plus 2.1.0, nanoid 3.3.6, postcss 8.4.23 +* Add OpenTelemetry log protocol support. +* [Breaking Change] Configuration key `enabledOtelRules` is renamed to `enabledOtelMetricsRules` and + the corresponding environment variable is renamed to `SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES`. +* Add grizzly icon. +* Fix: the Instance List data display error. +* Fix: set topN type to Number. +* Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression. +* Bump up zipkin ui dependency to 2.24.1. +* Bump up vite to 4.0.5. +* Apply MQE on `General` and `Virtual-Database` layer UI-templates. +* Add Continuous Profiling tab on `Mesh` layer UI-templates. + +#### Documentation + +* Add Profiling related documentations. +* Add `SUM_PER_MIN` to MAL documentation. +* Make the log relative docs more clear, and easier for further more formats support. +* Update the cluster management and advanced deployment docs. + +All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/169?closed=1) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 23ec0c7d93..e491133df1 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -1,106 +1,15 @@ -## 9.5.0 +## 9.6.0 #### Project -* Fix `Duplicate class found` due to the `delombok` goal. #### OAP Server -* Fix wrong layer of metric `user error` in DynamoDB monitoring. -* ElasticSearch storage does not check field types when OAP running in `no-init` mode. -* Support to bind TLS status as a part of component for service topology. -* Fix component ID priority bug. -* Fix component ID of topology overlap due to storage layer bugs. -* [Breaking Change] Enhance JDBC storage through merging tables and managing day-based table rolling. -* [Breaking Change] Sharding-MySQL implementations and tests get removed due to we have the day-based rolling mechanism by default -* Fix otel k8s-cluster rule add namespace dimension for MAL aggregation calculation(Deployment Status,Deployment Spec Replicas) -* Support continuous profiling feature. -* Support collect process level related metrics. -* Fix K8sRetag reads the wrong k8s service from the cache due to a possible namespace mismatch. -* [Breaking Change] Support cross-thread trace profiling. The data structure and query APIs are changed. -* Fix PromQL HTTP API `/api/v1/labels` response missing `service` label. -* Fix possible NPE when initialize `IntList`. -* Support parse PromQL expression has empty labels in the braces for metadata query. -* Support alarm metric OP `!=`. -* Support metrics query indicates whether value == 0 represents actually zero or no data. -* Fix `NPE` when query the not exist series indexes in ElasticSearch storage. -* Support collecting memory buff/cache metrics in VM monitoring. -* PromQL: Remove empty values from the query result, fix `/api/v1/metadata` param `limit` could cause out of bound. -* Support monitoring the total number metrics of k8s StatefulSet and DaemonSet. -* Support Amazon API Gateway monitoring. -* Bump up graphql-java to fix cve. -* Bump up Kubernetes Java client. -* Support Redis Monitoring. -* Add component ID for amqp, amqp-producer and amqp-consumer. -* Support no-proxy mode for aws-firehose receiver -* Bump up armeria to 1.23.1 -* Support Elasticsearch Monitoring. -* Fix PromQL HTTP API `/api/v1/series` response missing `service` label when matching metric. -* Support ServerSide TopN for BanyanDB. -* Add component ID for Jersey. -* Remove OpenCensus support, the related codes and docs as [it's sunsetting](https://opentelemetry.io/blog/2023/sunsetting-opencensus/). -* Support dynamic configuration of searchableTracesTags -* Support `exportErrorStatusTraceOnly` for export the error status trace segments through the Kafka channel -* Add component ID for Grizzly. -* Fix potential NPE in Zipkin receiver when the `Span` is missing some fields. -* Filter out unknown_cluster metric data. -* Support RabbitMQ Monitoring. -* Support Redis slow logs collection. -* Fix data loss when query continuous profiling task record. -* Adapt the continuous profiling task query GraphQL. -* Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression. -* Deprecated metrics query v2 protocol. -* Deprecated record query protocol. -* Add component ID for go-redis. -* Add OpenSearch 2.8.0 to test case. -* Add `ai-pipeline` module. -* Support HTTP URI formatting through `ai-pipeline` to do pattern recognition. -* Add new HTTP URI grouping engine with benchmark. -* [Breaking Change] Use the new HTTP URI grouping engine to replace the old regex based mechanism. -* Support `sumLabeled` in `MAL`. -* Migrate from kubernetes-client/java to fabric8 client. -* Envoy ALS generated relation metrics considers http status codes >= 400 has an error at the client side. -* Add cause message field when query continuous profiling task. #### UI -* Revert: cpm5d function. This feature is cancelled from backend. -* Fix: alerting link breaks on the topology. -* Refactor Topology widget to make it more hierarchical. - 1. Choose `User` as the first node. - 2. If `User` node is absent, choose the busiest node(which has the most calls of all). - 3. Do a left-to-right flow process. - 4. At the same level, list nodes from top to bottom in alphabetical order. -* Fix filter ID when ReadRecords metric associates with trace. -* Add AWS API Gateway menu. -* Change trace profiling protocol. -* Add Redis menu. -* Optimize data types. -* Support isEmptyValue flag for metrics query. -* Add elasticsearch menu. -* [Clean UI templates before upgrade] Set `showSymbol: true`, and make the data point shows on the Line graph. - Please clean `ui_template` index in elasticsearch storage or table in JDBC storage. -* [Clean UI templates before upgrade] UI templates: Simplify metric name with the label. -* Add MQ menu. -* Add Jeysey icon. -* Fix: set endpoint and instance selectors with url parameters correctly. -* Bump up dependencies versions icons-vue 1.1.4, element-plus 2.1.0, nanoid 3.3.6, postcss 8.4.23 -* Add OpenTelemetry log protocol support. -* [Breaking Change] Configuration key `enabledOtelRules` is renamed to `enabledOtelMetricsRules` and - the corresponding environment variable is renamed to `SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES`. -* Add grizzly icon. -* Fix: the Instance List data display error. -* Fix: set topN type to Number. -* Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression. -* Bump up zipkin ui dependency to 2.24.1. -* Bump up vite to 4.0.5. -* Apply MQE on `General` and `Virtual-Database` layer UI-templates. -* Add Continuous Profiling tab on `Mesh` layer UI-templates. + #### Documentation -* Add Profiling related documentations. -* Add `SUM_PER_MIN` to MAL documentation. -* Make the log relative docs more clear, and easier for further more formats support. -* Update the cluster management and advanced deployment docs. -All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/169?closed=1) +All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/181?closed=1) diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml index 2f15fd0299..a02dca5486 100644 --- a/oap-server-bom/pom.xml +++ b/oap-server-bom/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT pom 4.0.0 diff --git a/oap-server/ai-pipeline/pom.xml b/oap-server/ai-pipeline/pom.xml index da3b73f0e0..ab56e930a5 100644 --- a/oap-server/ai-pipeline/pom.xml +++ b/oap-server/ai-pipeline/pom.xml @@ -17,15 +17,13 @@ ~ --> - + 4.0.0 org.apache.skywalking oap-server - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT org.apache.skywalking diff --git a/oap-server/analyzer/agent-analyzer/pom.xml b/oap-server/analyzer/agent-analyzer/pom.xml index d49b94e031..2cde1671cd 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/analyzer/event-analyzer/pom.xml b/oap-server/analyzer/event-analyzer/pom.xml index 9a405f49df..36b2c905bd 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/analyzer/log-analyzer/pom.xml b/oap-server/analyzer/log-analyzer/pom.xml index 1b50ca3f9d..870a717826 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/analyzer/meter-analyzer/pom.xml b/oap-server/analyzer/meter-analyzer/pom.xml index d70fd86afa..548d29904c 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/analyzer/pom.xml b/oap-server/analyzer/pom.xml index 41e8d28a86..3329c97777 100644 --- a/oap-server/analyzer/pom.xml +++ b/oap-server/analyzer/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/exporter/pom.xml b/oap-server/exporter/pom.xml index 328578d18c..657f08e7a7 100644 --- a/oap-server/exporter/pom.xml +++ b/oap-server/exporter/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/microbench/pom.xml b/oap-server/microbench/pom.xml index 3a3485e492..a6a06f014f 100644 --- a/oap-server/microbench/pom.xml +++ b/oap-server/microbench/pom.xml @@ -21,7 +21,7 @@ oap-server org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 microbench diff --git a/oap-server/oal-grammar/pom.xml b/oap-server/oal-grammar/pom.xml index aed6d82460..8bdd8e2df0 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/oal-rt/pom.xml b/oap-server/oal-rt/pom.xml index 845e754f41..4a02824421 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/pom.xml b/oap-server/pom.xml index bd2d72bcf1..b8be0eabab 100755 --- a/oap-server/pom.xml +++ b/oap-server/pom.xml @@ -21,7 +21,7 @@ apm org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-alarm-plugin/pom.xml b/oap-server/server-alarm-plugin/pom.xml index 1aaa1db65f..e9b4a1d1cf 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.5.0-SNAPSHOT + 9.6.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 1ea809422a..7fd71a6d56 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.5.0-SNAPSHOT + 9.6.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 ccb39acb15..17ef942ad6 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.5.0-SNAPSHOT + 9.6.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 fb8f80c3cc..80adf78de3 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.5.0-SNAPSHOT + 9.6.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 21f562ac03..6e6ecdd315 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.5.0-SNAPSHOT + 9.6.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 c598c0ab57..49b31ea664 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.5.0-SNAPSHOT + 9.6.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 4720afc975..7e4e382a40 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-cluster-plugin/pom.xml b/oap-server/server-cluster-plugin/pom.xml index 6f0111ac5e..b10807d2f9 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.5.0-SNAPSHOT + 9.6.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 c40c4182d6..5513930cc2 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.5.0-SNAPSHOT + 9.6.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 7458f8d124..bcfd4a022d 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.5.0-SNAPSHOT + 9.6.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 d11cea7bfb..8c1c0970a8 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.5.0-SNAPSHOT + 9.6.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 94e5daf073..43c6cc7168 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.5.0-SNAPSHOT + 9.6.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 2016ed31d1..352444821f 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.5.0-SNAPSHOT + 9.6.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 5b1e5efd50..6d4c73843a 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.5.0-SNAPSHOT + 9.6.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 9c6dc8c514..d61e4dc84a 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.5.0-SNAPSHOT + 9.6.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 5fca84d162..c37c5906c8 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-configuration/pom.xml b/oap-server/server-configuration/pom.xml index 6e0ad13062..405df601a1 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-core/pom.xml b/oap-server/server-core/pom.xml index 769c76517d..d27f3ea6a3 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.5.0-SNAPSHOT + 9.6.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 b7444822d9..542cc7e8f8 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-fetcher-plugin/pom.xml b/oap-server/server-fetcher-plugin/pom.xml index 381c112504..f96a14f2ec 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-health-checker/pom.xml b/oap-server/server-health-checker/pom.xml index 29ecf822f6..81ce357f59 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.5.0-SNAPSHOT + 9.6.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 069eb43215..be0f02a00f 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.5.0-SNAPSHOT + 9.6.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 cf4aade19e..7cb6351154 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.5.0-SNAPSHOT + 9.6.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 a45c956518..99aa3351dc 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.5.0-SNAPSHOT + 9.6.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 05150b06cc..58211151e2 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.5.0-SNAPSHOT + 9.6.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 87506226ba..5bd740d6e3 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.5.0-SNAPSHOT + 9.6.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 67c79cf443..1a4e945983 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.5.0-SNAPSHOT + 9.6.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 98b3d10ac4..df78437e40 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-library/pom.xml b/oap-server/server-library/pom.xml index 4b4660787e..20e97410c0 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-query-plugin/mqe-grammar/pom.xml b/oap-server/server-query-plugin/mqe-grammar/pom.xml index 176876c0e9..e6515a5693 100644 --- a/oap-server/server-query-plugin/mqe-grammar/pom.xml +++ b/oap-server/server-query-plugin/mqe-grammar/pom.xml @@ -21,7 +21,7 @@ server-query-plugin org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-query-plugin/pom.xml b/oap-server/server-query-plugin/pom.xml index f637d6adc1..92a16991df 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.5.0-SNAPSHOT + 9.6.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 9178789f03..0d7bed50f8 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.5.0-SNAPSHOT + 9.6.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 e0679fe64e..032ddacd83 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.5.0-SNAPSHOT + 9.6.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 9486505dce..91d0ff94cb 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.5.0-SNAPSHOT + 9.6.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 43ff548210..9226eb420d 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.5.0-SNAPSHOT + 9.6.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 746f1205c3..8d07a07cda 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.5.0-SNAPSHOT + 9.6.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 ed91112754..448c8bee17 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.5.0-SNAPSHOT + 9.6.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 39ea0d5470..3b73c24f5b 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/pom.xml index 6db8c81d2b..fcc1b5b1e8 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.5.0-SNAPSHOT + 9.6.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 fb6ad6d52f..5abdd81659 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.5.0-SNAPSHOT + 9.6.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 f23b7c1ad4..b540621538 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.5.0-SNAPSHOT + 9.6.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 fa30286450..82a9e70060 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.5.0-SNAPSHOT + 9.6.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 6a0ee8e86b..728a4205e4 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.5.0-SNAPSHOT + 9.6.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 a56f9c335f..4dfa3a615b 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.5.0-SNAPSHOT + 9.6.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 c924997877..4d28bd56b4 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-receiver-plugin/skywalking-log-recevier-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-log-recevier-plugin/pom.xml index 10653bdd3d..3ce99bd8eb 100644 --- a/oap-server/server-receiver-plugin/skywalking-log-recevier-plugin/pom.xml +++ b/oap-server/server-receiver-plugin/skywalking-log-recevier-plugin/pom.xml @@ -20,7 +20,7 @@ server-receiver-plugin org.apache.skywalking - 9.5.0-SNAPSHOT + 9.6.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 914fea6da0..97ade9769c 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.5.0-SNAPSHOT + 9.6.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 73f1c3020d..ae7e20990b 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.5.0-SNAPSHOT + 9.6.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 e836889d00..2d80efc4e0 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.5.0-SNAPSHOT + 9.6.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 5d0a0dd48a..721e070619 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.5.0-SNAPSHOT + 9.6.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 c9e3122d05..c71bdb9175 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.5.0-SNAPSHOT + 9.6.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 dd2869c976..c1be3d3ef1 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.5.0-SNAPSHOT + 9.6.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 7ff58c7989..e03952bbd2 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.5.0-SNAPSHOT + 9.6.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 40834412d7..d59827042d 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.5.0-SNAPSHOT + 9.6.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 cbabdb39c3..63dc6c71eb 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-starter/pom.xml b/oap-server/server-starter/pom.xml index 7a74feb531..0ff32774ab 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-storage-plugin/pom.xml b/oap-server/server-storage-plugin/pom.xml index 80c2cdd5e2..eb1f3ae07a 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.5.0-SNAPSHOT + 9.6.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 5c7e96fea6..3c1a70e3ff 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.5.0-SNAPSHOT + 9.6.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 000164342b..98e59efc63 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.5.0-SNAPSHOT + 9.6.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 9bb11f774a..4e0735b58a 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-telemetry/pom.xml b/oap-server/server-telemetry/pom.xml index 34dc9ad99b..7d9e757f59 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.5.0-SNAPSHOT + 9.6.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 826e0f651d..e88abc70dd 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.5.0-SNAPSHOT + 9.6.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 5f6976cdd1..065c1fc83f 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 diff --git a/oap-server/server-testing/pom.xml b/oap-server/server-testing/pom.xml index 6191315aed..202ce92799 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.5.0-SNAPSHOT + 9.6.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 62a14f3571..21ec24d7e5 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT data-generator data-generator diff --git a/oap-server/server-tools/pom.xml b/oap-server/server-tools/pom.xml index 828fa44f56..e5a61c1370 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.5.0-SNAPSHOT + 9.6.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 8c3082a8d1..69ee767f3a 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 profile-exporter - 9.5.0-SNAPSHOT + 9.6.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 feeee26080..aea3642678 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 tool-profile-snapshot-bootstrap - 9.5.0-SNAPSHOT + 9.6.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 1578b8bd66..2f40caa217 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 tool-profile-snapshot-exporter - 9.5.0-SNAPSHOT + 9.6.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 e5e7464a99..02e1964a10 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.5.0-SNAPSHOT + 9.6.0-SNAPSHOT 4.0.0 tool-profile-snapshot-server-mock - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 4caa26daea..18115169d8 100755 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.apache.skywalking apm - 9.5.0-SNAPSHOT + 9.6.0-SNAPSHOT org.apache