We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc43d5 commit a6a7b24Copy full SHA for a6a7b24
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.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
14
15
<licenses>
16
<license>
@@ -297,7 +297,7 @@
297
<connection>scm:git:git@github.com:geomesa/hbase-docker.git</connection>
298
<developerConnection>scm:git:git@github.com:geomesa/hbase-docker.git</developerConnection>
299
<url>https://github.com/geomesa/hbase-docker</url>
300
- <tag>HEAD</tag>
+ <tag>1.0.0</tag>
301
</scm>
302
303
<issueManagement>
0 commit comments