Skip to content

Commit b170977

Browse files
committed
[maven-release-plugin] prepare release 1.6.0
1 parent 8ca9cad commit b170977

File tree

20 files changed

+39
-41
lines changed

20 files changed

+39
-41
lines changed

documentation/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.tarantool</groupId>
86
<artifactId>tarantool-java-sdk</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
7+
<version>1.6.0</version>
108
</parent>
119

1210
<artifactId>site</artifactId>
@@ -24,14 +22,14 @@
2422
<dependency>
2523
<groupId>io.tarantool</groupId>
2624
<artifactId>tarantool-client</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
25+
<version>1.6.0</version>
2826
<scope>import</scope>
2927
<type>pom</type>
3028
</dependency>
3129
<dependency>
3230
<groupId>io.tarantool</groupId>
3331
<artifactId>testcontainers</artifactId>
34-
<version>2.0.0-SNAPSHOT</version>
32+
<version>1.6.0</version>
3533
<scope>import</scope>
3634
<type>pom</type>
3735
</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>2.0.0-SNAPSHOT</version>
12+
<version>1.6.0</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>2.0.0-SNAPSHOT</version>
13+
<version>1.6.0</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>HEAD</tag>
70+
<tag>1.6.0</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>2.0.0-SNAPSHOT</version>
11+
<version>1.6.0</version>
1212

1313
<parent>
1414
<groupId>io.tarantool</groupId>
1515
<artifactId>tarantool-java-sdk</artifactId>
16-
<version>2.0.0-SNAPSHOT</version>
16+
<version>1.6.0</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>2.0.0-SNAPSHOT</version>
11+
<version>1.6.0</version>
1212

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

1919
<artifactId>tarantool-core</artifactId>
20-
<version>2.0.0-SNAPSHOT</version>
20+
<version>1.6.0</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>2.0.0-SNAPSHOT</version>
11+
<version>1.6.0</version>
1212

1313
<parent>
1414
<groupId>io.tarantool</groupId>
1515
<artifactId>tarantool-java-sdk</artifactId>
16-
<version>2.0.0-SNAPSHOT</version>
16+
<version>1.6.0</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>2.0.0-SNAPSHOT</version>
12+
<version>1.6.0</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>HEAD</tag>
291+
<tag>1.6.0</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>2.0.0-SNAPSHOT</version>
11+
<version>1.6.0</version>
1212

1313
<parent>
1414
<groupId>io.tarantool</groupId>
1515
<artifactId>tarantool-java-sdk</artifactId>
16-
<version>2.0.0-SNAPSHOT</version>
16+
<version>1.6.0</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>2.0.0-SNAPSHOT</version>
10+
<version>1.6.0</version>
1111

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

1818
<properties>

0 commit comments

Comments
 (0)