From 232b8504b37032adbb3ad01b28c61838fc263553 Mon Sep 17 00:00:00 2001 From: demenev Date: Thu, 15 Sep 2022 16:46:05 +0500 Subject: [PATCH] Release 1.1.0 --- docs/swagger/gate-api-swagger2.yml | 2 +- docs/swagger/management-api-swagger2.yml | 2 +- docs/swagger/stream-api-swagger2.yml | 2 +- docs/swagger/timeline-api-swagger2.yml | 2 +- docs/swagger/tracing-api-swagger2.yml | 2 +- hercules-application/pom.xml | 2 +- hercules-auth/pom.xml | 2 +- hercules-cassandra-sink/pom.xml | 2 +- hercules-cassandra-util/pom.xml | 2 +- hercules-clickhouse-sink/pom.xml | 2 +- hercules-clickhouse-util/pom.xml | 2 +- hercules-client/pom.xml | 2 +- hercules-configuration/pom.xml | 2 +- hercules-curator/pom.xml | 2 +- hercules-elastic-adapter/pom.xml | 2 +- hercules-elastic-sink/pom.xml | 2 +- hercules-gate-client/pom.xml | 2 +- hercules-gate/pom.xml | 2 +- hercules-graphite-adapter/pom.xml | 2 +- hercules-graphite-sink/pom.xml | 2 +- hercules-health/pom.xml | 2 +- hercules-http/pom.xml | 2 +- hercules-init/pom.xml | 2 +- hercules-json/pom.xml | 2 +- hercules-kafka-util/pom.xml | 2 +- hercules-management-api/pom.xml | 2 +- hercules-meta/pom.xml | 2 +- hercules-opentelemetry-adapter/pom.xml | 2 +- hercules-partitioner/pom.xml | 2 +- hercules-protocol/pom.xml | 2 +- hercules-routing/pom.xml | 2 +- hercules-sd/pom.xml | 2 +- hercules-sentry-client-impl-v9/pom.xml | 4 ++-- hercules-sentry-client-impl/pom.xml | 2 +- hercules-sentry-client/pom.xml | 4 ++-- hercules-sentry-sink/pom.xml | 4 ++-- hercules-sink/pom.xml | 2 +- hercules-stream-api/pom.xml | 2 +- hercules-stream-manager/pom.xml | 2 +- hercules-stream-sink/pom.xml | 2 +- hercules-tags/pom.xml | 2 +- hercules-throttling/pom.xml | 2 +- hercules-timeline-api/pom.xml | 2 +- hercules-timeline-manager/pom.xml | 2 +- hercules-timeline-sink/pom.xml | 2 +- hercules-tracing-api/pom.xml | 2 +- hercules-tracing-sink-clickhouse/pom.xml | 2 +- hercules-tracing-sink/pom.xml | 2 +- hercules-undertow-util/pom.xml | 2 +- hercules-util/pom.xml | 2 +- hercules-uuid/pom.xml | 2 +- pom.xml | 4 ++-- 52 files changed, 56 insertions(+), 56 deletions(-) diff --git a/docs/swagger/gate-api-swagger2.yml b/docs/swagger/gate-api-swagger2.yml index d0dc663e..c9118449 100644 --- a/docs/swagger/gate-api-swagger2.yml +++ b/docs/swagger/gate-api-swagger2.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: description: 'Gate api for Hercules. The method to send event to Apache Kafka.' - version: 1.1.0-SNAPSHOT + version: 1.1.0 title: Hercules gate API host: 'vm-hercules05:6306' schemes: diff --git a/docs/swagger/management-api-swagger2.yml b/docs/swagger/management-api-swagger2.yml index 110fe020..7fb49451 100644 --- a/docs/swagger/management-api-swagger2.yml +++ b/docs/swagger/management-api-swagger2.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: description: 'Management api for Hercules. Uses for create, modify, delete streams and timelines' - version: 1.1.0-SNAPSHOT + version: 1.1.0 title: Hercules management API host: 'vm-hercules05:6309' schemes: diff --git a/docs/swagger/stream-api-swagger2.yml b/docs/swagger/stream-api-swagger2.yml index 5b9d4896..aae1900f 100644 --- a/docs/swagger/stream-api-swagger2.yml +++ b/docs/swagger/stream-api-swagger2.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: description: 'Stream api for Hercules. Uses for read the stream content.' - version: 1.1.0-SNAPSHOT + version: 1.1.0 title: Hercules stream API host: 'vm-hercules05:6307' schemes: diff --git a/docs/swagger/timeline-api-swagger2.yml b/docs/swagger/timeline-api-swagger2.yml index 994da86d..afa4468a 100644 --- a/docs/swagger/timeline-api-swagger2.yml +++ b/docs/swagger/timeline-api-swagger2.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: description: 'Timeline api for Hercules. Uses for reading the timeline content.' - version: 1.1.0-SNAPSHOT + version: 1.1.0 title: Hercules timeline API host: 'vm-hercules05:6306' schemes: diff --git a/docs/swagger/tracing-api-swagger2.yml b/docs/swagger/tracing-api-swagger2.yml index 98e31755..ad279d9d 100644 --- a/docs/swagger/tracing-api-swagger2.yml +++ b/docs/swagger/tracing-api-swagger2.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: description: 'Tracing api for Hercules. The method provides traces by traceId or traceId+parentSpanId from Cassandra.' - version: 1.1.0-SNAPSHOT + version: 1.1.0 title: Hercules tracing API host: 'vm-hercules05:6312' schemes: diff --git a/hercules-application/pom.xml b/hercules-application/pom.xml index 6d92efc4..2d4de096 100644 --- a/hercules-application/pom.xml +++ b/hercules-application/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-auth/pom.xml b/hercules-auth/pom.xml index 18877be5..2dd0121f 100644 --- a/hercules-auth/pom.xml +++ b/hercules-auth/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-cassandra-sink/pom.xml b/hercules-cassandra-sink/pom.xml index 28a2e2a6..b3188865 100644 --- a/hercules-cassandra-sink/pom.xml +++ b/hercules-cassandra-sink/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-cassandra-util/pom.xml b/hercules-cassandra-util/pom.xml index 45e751b7..d8883d44 100644 --- a/hercules-cassandra-util/pom.xml +++ b/hercules-cassandra-util/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-clickhouse-sink/pom.xml b/hercules-clickhouse-sink/pom.xml index 9812851e..ffeda88e 100644 --- a/hercules-clickhouse-sink/pom.xml +++ b/hercules-clickhouse-sink/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-clickhouse-util/pom.xml b/hercules-clickhouse-util/pom.xml index cdcf97da..969f36f9 100644 --- a/hercules-clickhouse-util/pom.xml +++ b/hercules-clickhouse-util/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-client/pom.xml b/hercules-client/pom.xml index a94e3a8b..03416ea7 100644 --- a/hercules-client/pom.xml +++ b/hercules-client/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-configuration/pom.xml b/hercules-configuration/pom.xml index 39d50256..133fde37 100644 --- a/hercules-configuration/pom.xml +++ b/hercules-configuration/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-curator/pom.xml b/hercules-curator/pom.xml index bd8f0ff9..4c4b873a 100644 --- a/hercules-curator/pom.xml +++ b/hercules-curator/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-elastic-adapter/pom.xml b/hercules-elastic-adapter/pom.xml index 6dd2561b..81afa97c 100644 --- a/hercules-elastic-adapter/pom.xml +++ b/hercules-elastic-adapter/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-elastic-sink/pom.xml b/hercules-elastic-sink/pom.xml index 3f578892..88f776a6 100644 --- a/hercules-elastic-sink/pom.xml +++ b/hercules-elastic-sink/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-gate-client/pom.xml b/hercules-gate-client/pom.xml index 29593d68..f2a68856 100644 --- a/hercules-gate-client/pom.xml +++ b/hercules-gate-client/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-gate/pom.xml b/hercules-gate/pom.xml index 55c0aea0..1b1bc86d 100644 --- a/hercules-gate/pom.xml +++ b/hercules-gate/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-graphite-adapter/pom.xml b/hercules-graphite-adapter/pom.xml index 5cce38bf..b64a9528 100644 --- a/hercules-graphite-adapter/pom.xml +++ b/hercules-graphite-adapter/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-graphite-sink/pom.xml b/hercules-graphite-sink/pom.xml index e4f721fb..4bce0c4c 100644 --- a/hercules-graphite-sink/pom.xml +++ b/hercules-graphite-sink/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-health/pom.xml b/hercules-health/pom.xml index 2882a74c..57d5293b 100644 --- a/hercules-health/pom.xml +++ b/hercules-health/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-http/pom.xml b/hercules-http/pom.xml index 82a7326f..9a5a8f87 100644 --- a/hercules-http/pom.xml +++ b/hercules-http/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-init/pom.xml b/hercules-init/pom.xml index 5794e9ab..78a6b734 100644 --- a/hercules-init/pom.xml +++ b/hercules-init/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-json/pom.xml b/hercules-json/pom.xml index 16c9cf46..91bce449 100644 --- a/hercules-json/pom.xml +++ b/hercules-json/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-kafka-util/pom.xml b/hercules-kafka-util/pom.xml index eb51fb83..514dbc5e 100644 --- a/hercules-kafka-util/pom.xml +++ b/hercules-kafka-util/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-management-api/pom.xml b/hercules-management-api/pom.xml index 0e79654d..3747839b 100644 --- a/hercules-management-api/pom.xml +++ b/hercules-management-api/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-meta/pom.xml b/hercules-meta/pom.xml index 5cab0fd0..d0fbc93e 100644 --- a/hercules-meta/pom.xml +++ b/hercules-meta/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-opentelemetry-adapter/pom.xml b/hercules-opentelemetry-adapter/pom.xml index f717f3de..58ae52ec 100644 --- a/hercules-opentelemetry-adapter/pom.xml +++ b/hercules-opentelemetry-adapter/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-partitioner/pom.xml b/hercules-partitioner/pom.xml index 1ddb0031..c9a2b81c 100644 --- a/hercules-partitioner/pom.xml +++ b/hercules-partitioner/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-protocol/pom.xml b/hercules-protocol/pom.xml index 8cd3a9f5..a6804cb4 100644 --- a/hercules-protocol/pom.xml +++ b/hercules-protocol/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-routing/pom.xml b/hercules-routing/pom.xml index aa4d9292..14b07841 100644 --- a/hercules-routing/pom.xml +++ b/hercules-routing/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-sd/pom.xml b/hercules-sd/pom.xml index 2b1bd7f0..c130e738 100644 --- a/hercules-sd/pom.xml +++ b/hercules-sd/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-sentry-client-impl-v9/pom.xml b/hercules-sentry-client-impl-v9/pom.xml index a094300b..b8b60846 100644 --- a/hercules-sentry-client-impl-v9/pom.xml +++ b/hercules-sentry-client-impl-v9/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 @@ -14,7 +14,7 @@ ru.kontur.vostok.hercules hercules-sentry-client - 1.1.0-SNAPSHOT + 1.1.0 io.sentry diff --git a/hercules-sentry-client-impl/pom.xml b/hercules-sentry-client-impl/pom.xml index a4919b39..82668c87 100644 --- a/hercules-sentry-client-impl/pom.xml +++ b/hercules-sentry-client-impl/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-sentry-client/pom.xml b/hercules-sentry-client/pom.xml index 26101c9a..56f386df 100644 --- a/hercules-sentry-client/pom.xml +++ b/hercules-sentry-client/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 @@ -35,7 +35,7 @@ ru.kontur.vostok.hercules hercules-routing - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/hercules-sentry-sink/pom.xml b/hercules-sentry-sink/pom.xml index 08a2fb2d..dd840f37 100644 --- a/hercules-sentry-sink/pom.xml +++ b/hercules-sentry-sink/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 @@ -67,7 +67,7 @@ ru.kontur.vostok.hercules hercules-sentry-client-impl-v9 - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/hercules-sink/pom.xml b/hercules-sink/pom.xml index 98e12e7b..47b06677 100644 --- a/hercules-sink/pom.xml +++ b/hercules-sink/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-stream-api/pom.xml b/hercules-stream-api/pom.xml index 9c536377..a43a4699 100644 --- a/hercules-stream-api/pom.xml +++ b/hercules-stream-api/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-stream-manager/pom.xml b/hercules-stream-manager/pom.xml index 0ba4e295..c5264a22 100644 --- a/hercules-stream-manager/pom.xml +++ b/hercules-stream-manager/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-stream-sink/pom.xml b/hercules-stream-sink/pom.xml index 328b8b7a..9fa64f99 100644 --- a/hercules-stream-sink/pom.xml +++ b/hercules-stream-sink/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-tags/pom.xml b/hercules-tags/pom.xml index 4aa67248..5cf04e2a 100644 --- a/hercules-tags/pom.xml +++ b/hercules-tags/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-throttling/pom.xml b/hercules-throttling/pom.xml index 09818b56..41866571 100644 --- a/hercules-throttling/pom.xml +++ b/hercules-throttling/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-timeline-api/pom.xml b/hercules-timeline-api/pom.xml index 28522eef..70a600a0 100644 --- a/hercules-timeline-api/pom.xml +++ b/hercules-timeline-api/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-timeline-manager/pom.xml b/hercules-timeline-manager/pom.xml index f3794413..5da5046a 100644 --- a/hercules-timeline-manager/pom.xml +++ b/hercules-timeline-manager/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-timeline-sink/pom.xml b/hercules-timeline-sink/pom.xml index eb9424cf..ad768043 100644 --- a/hercules-timeline-sink/pom.xml +++ b/hercules-timeline-sink/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-tracing-api/pom.xml b/hercules-tracing-api/pom.xml index 89abda7e..278b8649 100644 --- a/hercules-tracing-api/pom.xml +++ b/hercules-tracing-api/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-tracing-sink-clickhouse/pom.xml b/hercules-tracing-sink-clickhouse/pom.xml index 7b0156fb..6e69e346 100644 --- a/hercules-tracing-sink-clickhouse/pom.xml +++ b/hercules-tracing-sink-clickhouse/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-tracing-sink/pom.xml b/hercules-tracing-sink/pom.xml index 9614d577..9a7ae1f9 100644 --- a/hercules-tracing-sink/pom.xml +++ b/hercules-tracing-sink/pom.xml @@ -5,7 +5,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-undertow-util/pom.xml b/hercules-undertow-util/pom.xml index 7b3eeee3..7486a7b1 100644 --- a/hercules-undertow-util/pom.xml +++ b/hercules-undertow-util/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-util/pom.xml b/hercules-util/pom.xml index 97c1d072..d130e441 100644 --- a/hercules-util/pom.xml +++ b/hercules-util/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/hercules-uuid/pom.xml b/hercules-uuid/pom.xml index d5a29764..7e636f0b 100644 --- a/hercules-uuid/pom.xml +++ b/hercules-uuid/pom.xml @@ -3,7 +3,7 @@ hercules ru.kontur.vostok.hercules - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/pom.xml b/pom.xml index 5d13b4b6..33a13d07 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ru.kontur.vostok.hercules hercules pom - 1.1.0-SNAPSHOT + 1.1.0 UTF-8 @@ -14,7 +14,7 @@ 11 11 - 1.1.0-SNAPSHOT + 1.1.0 2.4.0 3.4.14