Skip to content

Commit 8148d24

Browse files
committed
Release YOJ 2.6.6
1 parent e35a85c commit 8148d24

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you wish to contribute to YOJ, see the [Notice to external contributors](CONT
1919
<dependency>
2020
<groupId>tech.ydb.yoj</groupId>
2121
<artifactId>yoj-bom</artifactId>
22-
<version>2.6.5</version>
22+
<version>2.6.6</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>

Diff for: aspect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

Diff for: bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.yoj</groupId>
88
<artifactId>yoj-bom</artifactId>
9-
<version>2.6.6-SNAPSHOT</version>
9+
<version>2.6.6</version>
1010
<packaging>pom</packaging>
1111

1212
<name>YOJ - Bill of Materials</name>

Diff for: databind/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

Diff for: ext-meta-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
</parent>
1515

1616
<name>YOJ - Meta generator</name>

Diff for: json-jackson-v2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.yoj</groupId>
88
<artifactId>yoj-parent</artifactId>
9-
<version>2.6.6-SNAPSHOT</version>
9+
<version>2.6.6</version>
1010
<packaging>pom</packaging>
1111

1212
<name>YDB ORM for Java (YOJ)</name>

Diff for: repository-inmemory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

Diff for: repository-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

Diff for: repository-ydb-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

Diff for: repository-ydb-v2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

Diff for: repository/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

Diff for: util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.6-SNAPSHOT</version>
13+
<version>2.6.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)