From 489dca3f80b0de3d8cef7ed2ec7758c2cdbb51da Mon Sep 17 00:00:00 2001 From: Alexandr Gorshenin Date: Tue, 30 Jan 2024 09:57:18 +0000 Subject: [PATCH] New release version 2.1.11 --- README.md | 2 +- bom/pom.xml | 2 +- coordination/pom.xml | 2 +- core/pom.xml | 2 +- core/src/main/resources/version.properties | 2 +- pom.xml | 2 +- scheme/pom.xml | 2 +- table/pom.xml | 2 +- tests/common/pom.xml | 2 +- tests/junit4-support/pom.xml | 2 +- tests/junit5-support/pom.xml | 2 +- topic/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 024349a02..ea76baac8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Firstly you can import YDB Java BOM to specify correct versions of SDK modules. tech.ydb ydb-sdk-bom - 2.1.10 + 2.1.11 pom import diff --git a/bom/pom.xml b/bom/pom.xml index f99e7fb55..5ff1f627a 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -6,7 +6,7 @@ 4.0.0 tech.ydb - 2.1.11-SNAPSHOT + 2.1.11 ydb-sdk-bom Java SDK Bill of Materials Java SDK Bill of Materials (BOM) diff --git a/coordination/pom.xml b/coordination/pom.xml index 48c7dc7a0..54ceb02af 100644 --- a/coordination/pom.xml +++ b/coordination/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 ydb-sdk-coordination diff --git a/core/pom.xml b/core/pom.xml index f66495c42..8899add12 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 ydb-sdk-core diff --git a/core/src/main/resources/version.properties b/core/src/main/resources/version.properties index 58483400e..1a30fbf9f 100644 --- a/core/src/main/resources/version.properties +++ b/core/src/main/resources/version.properties @@ -1 +1 @@ -version=2.1.10 +version=2.1.11 diff --git a/pom.xml b/pom.xml index 20ae32503..723b06cf9 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 Java SDK for YDB Java SDK for YDB diff --git a/scheme/pom.xml b/scheme/pom.xml index 8f515098d..e7f29c888 100644 --- a/scheme/pom.xml +++ b/scheme/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 ydb-sdk-scheme diff --git a/table/pom.xml b/table/pom.xml index bc45a4a0b..9bcb0962c 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 ydb-sdk-table diff --git a/tests/common/pom.xml b/tests/common/pom.xml index eb7f2a9ca..eaf3306b2 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 ../../pom.xml diff --git a/tests/junit4-support/pom.xml b/tests/junit4-support/pom.xml index 281eb933c..93176bba3 100644 --- a/tests/junit4-support/pom.xml +++ b/tests/junit4-support/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 ../../pom.xml diff --git a/tests/junit5-support/pom.xml b/tests/junit5-support/pom.xml index 5933e13f8..cef52f8e2 100644 --- a/tests/junit5-support/pom.xml +++ b/tests/junit5-support/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 ../../pom.xml diff --git a/topic/pom.xml b/topic/pom.xml index a28e99966..f7bfa3cf4 100644 --- a/topic/pom.xml +++ b/topic/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.1.11-SNAPSHOT + 2.1.11 ydb-sdk-topic