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 a3542b0 commit 266d27bCopy full SHA for 266d27b
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-6</version>
+ <version>1.0-alpha-7-SNAPSHOT</version>
9
10
<licenses>
11
<license>
@@ -203,7 +203,7 @@
203
<connection>scm:git:git://github.com/wiremock/wiremock-testcontainers-java.git</connection>
204
<developerConnection>scm:git:https://github.com/wiremock/wiremock-testcontainers-java.git</developerConnection>
205
<url>https://github.com/wiremock/wiremock-testcontainers-java</url>
206
- <tag>1.0-alpha-6</tag>
+ <tag>${scmTag}</tag>
207
</scm>
208
209
<distributionManagement>
0 commit comments