Skip to content

Commit fdd1186

Browse files
committed
[maven-release-plugin] prepare release v0.14.3
1 parent 0ad43fc commit fdd1186

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>io.tarantool</groupId>
1010
<artifactId>cartridge-driver</artifactId>
1111
<packaging>jar</packaging>
12-
<version>1.0.0-SNAPSHOT</version>
12+
<version>0.14.3</version>
1313

1414
<licenses>
1515
<license>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:git@github.com/tarantool/cartridge-java.git</connection>
5050
<developerConnection>scm:git:git@github.com:tarantool/cartridge-java.git</developerConnection>
5151
<url>http://github.com/tarantool/cartridge-java/tree/master</url>
52-
<tag>v0.13.0</tag>
52+
<tag>v0.14.3</tag>
5353
</scm>
5454

5555
<properties>
@@ -175,7 +175,7 @@
175175
<extensions>true</extensions>
176176
<configuration>
177177
<serverId>ossrh</serverId>
178-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
178+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
179179
<autoReleaseAfterClose>false</autoReleaseAfterClose>
180180
</configuration>
181181
</plugin>

src/main/java/io/tarantool/driver/api/space/options/crud/OperationWithYieldEveryOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ public interface OperationWithYieldEveryOptions<T extends OperationWithYieldEver
1010
extends Options, Self<T> {
1111

1212
/**
13-
* Sets number of tuples processed on storage to yield after, "yield_every" should be > 0.
14-
* @param yieldEvery number of tuples processed on storage to yield after, "yield_every" should be > 0.
13+
* Sets number of tuples processed on storage to yield after, "yield_every" should be &gt; 0.
14+
* @param yieldEvery number of tuples processed on storage to yield after, "yield_every" should be &gt; 0.
1515
* @return this option instance.
1616
* @throws IllegalArgumentException {@code if yieldEvery < 0}.
1717
*/

0 commit comments

Comments
 (0)