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 5b736f6 commit 9c1e132Copy full SHA for 9c1e132
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>org.wiremock.integrations.testcontainers</groupId>
6
<artifactId>wiremock-testcontainers-module</artifactId>
7
<description>Testcontainers Java module for WireMock</description>
8
- <version>1.0-alpha-4-SNAPSHOT</version>
+ <version>1.0-alpha-4</version>
9
10
<licenses>
11
<license>
@@ -190,7 +190,7 @@
190
<connection>scm:git:git://github.com/wiremock/wiremock-testcontainers-java.git</connection>
191
<developerConnection>scm:git:https://github.com/wiremock/wiremock-testcontainers-java.git</developerConnection>
192
<url>https://github.com/wiremock/wiremock-testcontainers-java</url>
193
- <tag>${scmTag}</tag>
+ <tag>1.0-alpha-4</tag>
194
</scm>
195
196
<distributionManagement>
0 commit comments