Skip to content

Commit ba89ed3

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b170977 commit ba89ed3

File tree

20 files changed

+38
-38
lines changed

20 files changed

+38
-38
lines changed

documentation/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.tarantool</groupId>
66
<artifactId>tarantool-java-sdk</artifactId>
7-
<version>1.6.0</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>site</artifactId>
@@ -22,14 +22,14 @@
2222
<dependency>
2323
<groupId>io.tarantool</groupId>
2424
<artifactId>tarantool-client</artifactId>
25-
<version>1.6.0</version>
25+
<version>2.0.0-SNAPSHOT</version>
2626
<scope>import</scope>
2727
<type>pom</type>
2828
</dependency>
2929
<dependency>
3030
<groupId>io.tarantool</groupId>
3131
<artifactId>testcontainers</artifactId>
32-
<version>1.6.0</version>
32+
<version>2.0.0-SNAPSHOT</version>
3333
<scope>import</scope>
3434
<type>pom</type>
3535
</dependency>

jacoco-coverage-aggregate-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.tarantool</groupId>
1111
<artifactId>tarantool-java-sdk</artifactId>
12-
<version>1.6.0</version>
12+
<version>2.0.0-SNAPSHOT</version>
1313
</parent>
1414

1515
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>io.tarantool</groupId>
1111
<artifactId>tarantool-java-sdk</artifactId>
1212
<packaging>pom</packaging>
13-
<version>1.6.0</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414

1515
<licenses>
1616
<license>
@@ -67,7 +67,7 @@
6767
<connection>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</connection>
6868
<developerConnection>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</developerConnection>
6969
<url>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</url>
70-
<tag>1.6.0</tag>
70+
<tag>HEAD</tag>
7171
</scm>
7272

7373
<properties>

tarantool-balancer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<groupId>io.tarantool</groupId>
1010
<artifactId>tarantool-balancer</artifactId>
11-
<version>1.6.0</version>
11+
<version>2.0.0-SNAPSHOT</version>
1212

1313
<parent>
1414
<groupId>io.tarantool</groupId>
1515
<artifactId>tarantool-java-sdk</artifactId>
16-
<version>1.6.0</version>
16+
<version>2.0.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<properties>

tarantool-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<groupId>io.tarantool</groupId>
1010
<artifactId>tarantool-client</artifactId>
11-
<version>1.6.0</version>
11+
<version>2.0.0-SNAPSHOT</version>
1212

1313
<parent>
1414
<groupId>io.tarantool</groupId>
1515
<artifactId>tarantool-java-sdk</artifactId>
16-
<version>1.6.0</version>
16+
<version>2.0.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<properties>

tarantool-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<parent>
1414
<groupId>io.tarantool</groupId>
1515
<artifactId>tarantool-java-sdk</artifactId>
16-
<version>1.6.0</version>
16+
<version>2.0.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>tarantool-core</artifactId>
20-
<version>1.6.0</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<packaging>jar</packaging>
2222

2323
<dependencies>

tarantool-jackson-mapping/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<groupId>io.tarantool</groupId>
1010
<artifactId>tarantool-jackson-mapping</artifactId>
11-
<version>1.6.0</version>
11+
<version>2.0.0-SNAPSHOT</version>
1212

1313
<parent>
1414
<groupId>io.tarantool</groupId>
1515
<artifactId>tarantool-java-sdk</artifactId>
16-
<version>1.6.0</version>
16+
<version>2.0.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<properties>

tarantool-java-sdk-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.tarantool</groupId>
1111
<artifactId>tarantool-java-sdk-bom</artifactId>
12-
<version>1.6.0</version>
12+
<version>2.0.0-SNAPSHOT</version>
1313

1414
<properties>
1515
<jackson.version>2.18.4</jackson.version>
@@ -288,7 +288,7 @@
288288
<connection>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</connection>
289289
<developerConnection>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</developerConnection>
290290
<url>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</url>
291-
<tag>1.6.0</tag>
291+
<tag>HEAD</tag>
292292
</scm>
293293

294294
<build>

tarantool-pooling/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<groupId>io.tarantool</groupId>
1010
<artifactId>tarantool-pooling</artifactId>
11-
<version>1.6.0</version>
11+
<version>2.0.0-SNAPSHOT</version>
1212

1313
<parent>
1414
<groupId>io.tarantool</groupId>
1515
<artifactId>tarantool-java-sdk</artifactId>
16-
<version>1.6.0</version>
16+
<version>2.0.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<properties>

tarantool-schema/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<url>https://tarantool.io</url>
88

99
<artifactId>tarantool-schema</artifactId>
10-
<version>1.6.0</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111

1212
<parent>
1313
<groupId>io.tarantool</groupId>
1414
<artifactId>tarantool-java-sdk</artifactId>
15-
<version>1.6.0</version>
15+
<version>2.0.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>

0 commit comments

Comments
 (0)