From 0a7ef63cf5e9276cf1375fea0728660f9582079f Mon Sep 17 00:00:00 2001 From: Aleksandr Yuferov Date: Fri, 5 Aug 2022 14:27:01 +0500 Subject: [PATCH] set version 1.0.3 --- 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/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 ++-- 51 files changed, 55 insertions(+), 55 deletions(-) diff --git a/docs/swagger/gate-api-swagger2.yml b/docs/swagger/gate-api-swagger2.yml index d0dc663e..cd9a36e9 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.0.3 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..ed02a6fd 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.0.3 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..0b5c2c72 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.0.3 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..5758fbb9 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.0.3 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..ef17cb27 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.0.3 title: Hercules tracing API host: 'vm-hercules05:6312' schemes: diff --git a/hercules-application/pom.xml b/hercules-application/pom.xml index 6d92efc4..96213ba1 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.0.3 4.0.0 diff --git a/hercules-auth/pom.xml b/hercules-auth/pom.xml index 18877be5..139c3b2b 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.0.3 4.0.0 diff --git a/hercules-cassandra-sink/pom.xml b/hercules-cassandra-sink/pom.xml index 28a2e2a6..098f304b 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.0.3 4.0.0 diff --git a/hercules-cassandra-util/pom.xml b/hercules-cassandra-util/pom.xml index 45e751b7..11e24ad3 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.0.3 4.0.0 diff --git a/hercules-clickhouse-sink/pom.xml b/hercules-clickhouse-sink/pom.xml index 9812851e..9363128d 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.0.3 4.0.0 diff --git a/hercules-clickhouse-util/pom.xml b/hercules-clickhouse-util/pom.xml index cdcf97da..7a9b3d8b 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.0.3 4.0.0 diff --git a/hercules-client/pom.xml b/hercules-client/pom.xml index a94e3a8b..4c490e78 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.0.3 4.0.0 diff --git a/hercules-configuration/pom.xml b/hercules-configuration/pom.xml index 39d50256..3ae966bf 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.0.3 4.0.0 diff --git a/hercules-curator/pom.xml b/hercules-curator/pom.xml index bd8f0ff9..92d09549 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.0.3 4.0.0 diff --git a/hercules-elastic-adapter/pom.xml b/hercules-elastic-adapter/pom.xml index 6dd2561b..a3aa130b 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.0.3 4.0.0 diff --git a/hercules-elastic-sink/pom.xml b/hercules-elastic-sink/pom.xml index 3f578892..a35d16c8 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.0.3 4.0.0 diff --git a/hercules-gate-client/pom.xml b/hercules-gate-client/pom.xml index 29593d68..31b3eb8f 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.0.3 4.0.0 diff --git a/hercules-gate/pom.xml b/hercules-gate/pom.xml index 55c0aea0..d43240a1 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.0.3 4.0.0 diff --git a/hercules-graphite-adapter/pom.xml b/hercules-graphite-adapter/pom.xml index 5cce38bf..35562767 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.0.3 4.0.0 diff --git a/hercules-graphite-sink/pom.xml b/hercules-graphite-sink/pom.xml index e4f721fb..bb155eeb 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.0.3 4.0.0 diff --git a/hercules-health/pom.xml b/hercules-health/pom.xml index 2882a74c..17404dd3 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.0.3 4.0.0 diff --git a/hercules-http/pom.xml b/hercules-http/pom.xml index 82a7326f..cc87e2c1 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.0.3 4.0.0 diff --git a/hercules-init/pom.xml b/hercules-init/pom.xml index 5794e9ab..fc05366d 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.0.3 4.0.0 diff --git a/hercules-json/pom.xml b/hercules-json/pom.xml index 16c9cf46..f40b9416 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.0.3 4.0.0 diff --git a/hercules-kafka-util/pom.xml b/hercules-kafka-util/pom.xml index eb51fb83..092a061b 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.0.3 4.0.0 diff --git a/hercules-management-api/pom.xml b/hercules-management-api/pom.xml index 0e79654d..c0e4e0ff 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.0.3 4.0.0 diff --git a/hercules-meta/pom.xml b/hercules-meta/pom.xml index 5cab0fd0..cc4e6199 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.0.3 4.0.0 diff --git a/hercules-opentelemetry-adapter/pom.xml b/hercules-opentelemetry-adapter/pom.xml index f717f3de..811b5f7a 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.0.3 4.0.0 diff --git a/hercules-partitioner/pom.xml b/hercules-partitioner/pom.xml index 1ddb0031..df948c7d 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.0.3 4.0.0 diff --git a/hercules-protocol/pom.xml b/hercules-protocol/pom.xml index 8cd3a9f5..cb3eb757 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.0.3 4.0.0 diff --git a/hercules-routing/pom.xml b/hercules-routing/pom.xml index aa4d9292..61103f00 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.0.3 4.0.0 diff --git a/hercules-sd/pom.xml b/hercules-sd/pom.xml index 2b1bd7f0..a40dba28 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.0.3 4.0.0 diff --git a/hercules-sentry-client-impl-v9/pom.xml b/hercules-sentry-client-impl-v9/pom.xml index a094300b..a9030586 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.0.3 4.0.0 @@ -14,7 +14,7 @@ ru.kontur.vostok.hercules hercules-sentry-client - 1.1.0-SNAPSHOT + 1.0.3 io.sentry diff --git a/hercules-sentry-client/pom.xml b/hercules-sentry-client/pom.xml index 26101c9a..100f42cd 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.0.3 4.0.0 @@ -35,7 +35,7 @@ ru.kontur.vostok.hercules hercules-routing - 1.1.0-SNAPSHOT + 1.0.3 diff --git a/hercules-sentry-sink/pom.xml b/hercules-sentry-sink/pom.xml index 08a2fb2d..f91f3e19 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.0.3 4.0.0 @@ -67,7 +67,7 @@ ru.kontur.vostok.hercules hercules-sentry-client-impl-v9 - 1.1.0-SNAPSHOT + 1.0.3 diff --git a/hercules-sink/pom.xml b/hercules-sink/pom.xml index 98e12e7b..1cbf05d8 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.0.3 4.0.0 diff --git a/hercules-stream-api/pom.xml b/hercules-stream-api/pom.xml index 9c536377..4c20a5a8 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.0.3 4.0.0 diff --git a/hercules-stream-manager/pom.xml b/hercules-stream-manager/pom.xml index 0ba4e295..7989cbe1 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.0.3 4.0.0 diff --git a/hercules-stream-sink/pom.xml b/hercules-stream-sink/pom.xml index 328b8b7a..43aac86c 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.0.3 4.0.0 diff --git a/hercules-tags/pom.xml b/hercules-tags/pom.xml index 4aa67248..b46b4b86 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.0.3 4.0.0 diff --git a/hercules-throttling/pom.xml b/hercules-throttling/pom.xml index 09818b56..b919a86d 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.0.3 4.0.0 diff --git a/hercules-timeline-api/pom.xml b/hercules-timeline-api/pom.xml index 28522eef..3bbeb85f 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.0.3 4.0.0 diff --git a/hercules-timeline-manager/pom.xml b/hercules-timeline-manager/pom.xml index f3794413..b3747644 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.0.3 4.0.0 diff --git a/hercules-timeline-sink/pom.xml b/hercules-timeline-sink/pom.xml index eb9424cf..d107af41 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.0.3 4.0.0 diff --git a/hercules-tracing-api/pom.xml b/hercules-tracing-api/pom.xml index 89abda7e..b3d3741c 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.0.3 4.0.0 diff --git a/hercules-tracing-sink-clickhouse/pom.xml b/hercules-tracing-sink-clickhouse/pom.xml index 7b0156fb..ba6e4c57 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.0.3 4.0.0 diff --git a/hercules-tracing-sink/pom.xml b/hercules-tracing-sink/pom.xml index 9614d577..6a64bc6c 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.0.3 4.0.0 diff --git a/hercules-undertow-util/pom.xml b/hercules-undertow-util/pom.xml index 7b3eeee3..dc7ef64a 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.0.3 4.0.0 diff --git a/hercules-util/pom.xml b/hercules-util/pom.xml index 97c1d072..69644015 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.0.3 4.0.0 diff --git a/hercules-uuid/pom.xml b/hercules-uuid/pom.xml index d5a29764..95262b32 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.0.3 4.0.0 diff --git a/pom.xml b/pom.xml index 5d13b4b6..2a3b28ee 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ru.kontur.vostok.hercules hercules pom - 1.1.0-SNAPSHOT + 1.0.3 UTF-8 @@ -14,7 +14,7 @@ 11 11 - 1.1.0-SNAPSHOT + 1.0.3 2.4.0 3.4.14