We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3029a19 commit 0732509Copy full SHA for 0732509
README.md
@@ -14,7 +14,7 @@ Add the Maven dependency:
14
<dependency>
15
<groupId>io.tarantool</groupId>
16
<artifactId>testcontainers-java-tarantool</artifactId>
17
- <version>1.3.0</version>
+ <version>1.3.1</version>
18
</dependency>
19
```
20
pom.xml
@@ -49,7 +49,7 @@
49
<connection>scm:git:[email protected]:tarantool/testcontainers-java-tarantool.git</connection>
50
<developerConnection>scm:git:[email protected]:tarantool/testcontainers-java-tarantool.git</developerConnection>
51
<url>http://github.com/tarantool/testcontainers-java-tarantool/tree/master</url>
52
- <tag>v1.2.0</tag>
+ <tag>HEAD</tag>
53
</scm>
54
55
<properties>
0 commit comments