Skip to content

Commit c0e80c7

Browse files
committed
Prepare for development of YOJ 1.1.4-SNAPSHOT
1 parent 8c9e775 commit c0e80c7

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

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>1.1.3</version>
9+
<version>1.1.4-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

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

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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

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>1.1.3</version>
9+
<version>1.1.4-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

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

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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

repository-ydb-v1/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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

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>1.1.3</version>
13+
<version>1.1.4-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)