Skip to content

Commit 990880b

Browse files
committed
New release version v2.1.13
1 parent 17c3053 commit 990880b

File tree

12 files changed

+15
-11
lines changed

12 files changed

+15
-11
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.13 ##
2+
3+
* Coordination: fixed timeout for coordination session
4+
15
## 2.1.12 ##
26

37
* Test common: Changed visibility of YdbDockerContainer

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Firstly you can import YDB Java BOM to specify correct versions of SDK modules.
3030
<dependency>
3131
<groupId>tech.ydb</groupId>
3232
<artifactId>ydb-sdk-bom</artifactId>
33-
<version>2.1.12</version>
33+
<version>2.1.13</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<groupId>tech.ydb</groupId>
9-
<version>2.1.13-SNAPSHOT</version>
9+
<version>2.1.13</version>
1010
<artifactId>ydb-sdk-bom</artifactId>
1111
<name>Java SDK Bill of Materials</name>
1212
<description>Java SDK Bill of Materials (BOM)</description>

coordination/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212
</parent>
1313

1414
<artifactId>ydb-sdk-coordination</artifactId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212
</parent>
1313

1414
<artifactId>ydb-sdk-core</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212

1313
<name>Java SDK for YDB</name>
1414
<description>Java SDK for YDB</description>

scheme/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212
</parent>
1313

1414
<artifactId>ydb-sdk-scheme</artifactId>

table/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212
</parent>
1313

1414
<artifactId>ydb-sdk-table</artifactId>

tests/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

tests/junit4-support/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

tests/junit5-support/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

topic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tech.ydb</groupId>
1010
<artifactId>ydb-sdk-parent</artifactId>
11-
<version>2.1.13-SNAPSHOT</version>
11+
<version>2.1.13</version>
1212
</parent>
1313

1414
<artifactId>ydb-sdk-topic</artifactId>

0 commit comments

Comments
 (0)