Skip to content

Commit

Permalink
Release YOJ 2.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nvamelichev committed May 13, 2024
1 parent 30938db commit 21bab6e
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you wish to contribute to YOJ, see the [Notice to external contributors](CONT
<dependency>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-bom</artifactId>
<version>2.2.16</version>
<version>2.2.17</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion aspect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-bom</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<packaging>pom</packaging>

<name>YOJ - Bill of Materials</name>
Expand Down
2 changes: 1 addition & 1 deletion databind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ext-meta-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
</parent>

<name>YOJ - Meta generator</name>
Expand Down
2 changes: 1 addition & 1 deletion json-jackson-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<packaging>pom</packaging>

<name>YDB ORM for Java (YOJ)</name>
Expand Down Expand Up @@ -151,7 +151,7 @@
<!-- NB: testcontainers and docker-java versions are related - when bumping one, check if another needs to be bumped too -->
<docker-java.version>3.3.3</docker-java.version>
<testcontainers.version>1.19.1</testcontainers.version>
<jackson.version>2.17.0</jackson.version>
<jackson.version>2.17.1</jackson.version>
<bytebuddy.version>1.14.11</bytebuddy.version>
<snakeyaml.version>1.33</snakeyaml.version>
<aspectjweaver.version>1.9.21</aspectjweaver.version>
Expand Down
2 changes: 1 addition & 1 deletion repository-inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion repository-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion repository-ydb-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion repository-ydb-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion repository-ydb-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>tech.ydb.yoj</groupId>
<artifactId>yoj-parent</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.17</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 21bab6e

Please sign in to comment.