We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a47c9a commit 5ede2a4Copy full SHA for 5ede2a4
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>io.tarantool</groupId>
6
<artifactId>testcontainers-java-tarantool</artifactId>
7
<packaging>jar</packaging>
8
- <version>1.3.3</version>
+ <version>2.0.0-SNAPSHOT</version>
9
10
<name>TestContainers for Tarantool</name>
11
<description>Dockerized Tarantool and Tarantool Cartridge containers for testing under Testcontainers.</description>
@@ -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.3.3</tag>
+ <tag>HEAD</tag>
53
</scm>
54
55
<properties>
0 commit comments