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 b6167fe commit 58cd8e7Copy full SHA for 58cd8e7
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>org.wiremock.integrations.testcontainers</groupId>
6
<artifactId>wiremock-testcontainers-module</artifactId>
7
<description>TestContainers module for WireMock</description>
8
- <version>1.0-alpha-2-SNAPSHOT</version>
+ <version>1.0-alpha-2</version>
9
10
<licenses>
11
<license>
@@ -156,7 +156,7 @@
156
<connection>scm:git:git://github.com/wiremock/wiremock-testcontainers-java.git</connection>
157
<developerConnection>scm:git:https://github.com/wiremock/wiremock-testcontainers-java.git</developerConnection>
158
<url>https://github.com/wiremock/wiremock-testcontainers-java</url>
159
- <tag>${scmTag}</tag>
+ <tag>1.0-alpha-2</tag>
160
</scm>
161
162
<distributionManagement>
0 commit comments