Skip to content

Commit

Permalink
[Hibernate 5 / 6]: Switch to 0.9.3-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Feb 20, 2024
1 parent c0726ef commit 1714f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hibernate-dialect-v5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>hibernate-ydb-dialect-v5</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>

<name>Hibernate V5 YDB Dialect</name>
<description>Support Hibernate version 5 YDB (YQL) Dialect</description>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>hibernate-ydb-dialect</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 1714f03

Please sign in to comment.