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 7ba0836 commit fea46c8Copy full SHA for fea46c8
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>io.tarantool</groupId>
6
<artifactId>testcontainers-java-tarantool</artifactId>
7
<packaging>jar</packaging>
8
- <version>0.5.3</version>
+ <version>1.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/cartridge-java-testcontainers.git</connection>
50
<developerConnection>scm:git:[email protected]:tarantool/cartridge-java-testcontainers.git</developerConnection>
51
<url>http://github.com/tarantool/cartridge-java-testcontainers/tree/master</url>
52
- <tag>v0.5.3</tag>
+ <tag>HEAD</tag>
53
</scm>
54
55
<properties>
0 commit comments