We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e2b1c commit b171694Copy full SHA for b171694
1 file changed
testcontainers/pom.xml
@@ -10,7 +10,7 @@
10
<groupId>org.geomesa.testcontainers</groupId>
11
<artifactId>testcontainers-hbase</artifactId>
12
<packaging>jar</packaging>
13
- <version>1.1.0</version>
+ <version>1.1.1-SNAPSHOT</version>
14
15
<licenses>
16
<license>
@@ -298,7 +298,7 @@
298
<connection>scm:git:git@github.com:geomesa/hbase-docker.git</connection>
299
<developerConnection>scm:git:git@github.com:geomesa/hbase-docker.git</developerConnection>
300
<url>https://github.com/geomesa/hbase-docker</url>
301
- <tag>1.1.0</tag>
+ <tag>HEAD</tag>
302
</scm>
303
304
<issueManagement>
0 commit comments