Skip to content

Commit d653031

Browse files
committed
Next snapshot version v2.3.22
1 parent e6c9258 commit d653031

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

auth-providers/oauth2-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.ydb</groupId>
77
<artifactId>ydb-sdk-parent</artifactId>
8-
<version>2.3.21</version>
8+
<version>2.3.22-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.21</version>
9+
<version>2.3.22-SNAPSHOT</version>
1010
<artifactId>ydb-sdk-bom</artifactId>
1111
<name>Java SDK Bill of Materials</name>
1212
<description>Java SDK Bill of Materials (BOM)</description>

common/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.21</version>
11+
<version>2.3.22-SNAPSHOT</version>
1212
</parent>
1313

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

coordination/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.21</version>
11+
<version>2.3.22-SNAPSHOT</version>
1212
</parent>
1313

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

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.21</version>
11+
<version>2.3.22-SNAPSHOT</version>
1212
</parent>
1313

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

export/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.21</version>
11+
<version>2.3.22-SNAPSHOT</version>
1212
</parent>
1313

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

pom.xml

Lines changed: 1 addition & 1 deletion
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.3.21</version>
11+
<version>2.3.22-SNAPSHOT</version>
1212

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

query/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.21</version>
11+
<version>2.3.22-SNAPSHOT</version>
1212
</parent>
1313

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

query/src/main/java/tech/ydb/query/impl/TableClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public boolean hasQueryStats() {
152152
private static QueryStats queryStats(tech.ydb.query.result.QueryStats stats) {
153153
return new QueryStats(
154154
stats.getPhases().stream().map(qp -> queryPhaseStats(qp)).collect(toList()),
155-
compilationStats(stats.getComplilationStats()),
155+
compilationStats(stats.getCompilationStats()),
156156
stats.getProcessCpuTimeUs(),
157157
stats.getQueryPlan(),
158158
stats.getQueryAst(),

scheme/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.21</version>
11+
<version>2.3.22-SNAPSHOT</version>
1212
</parent>
1313

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

0 commit comments

Comments
 (0)