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 3378a0e commit cb1165fCopy full SHA for cb1165f
pom.xml
@@ -145,6 +145,13 @@
145
</repository>
146
</repositories>
147
148
+ <scm>
149
+ <connection>scm:git:git://github.com/wiremock/wiremock-testcontainers-java.git</connection>
150
+ <developerConnection>scm:git:[email protected]:wiremock/wiremock-testcontainers-java.git</developerConnection>
151
+ <url>https://github.com/wiremock/wiremock-testcontainers-java</url>
152
+ <tag>${scmTag}</tag>
153
+ </scm>
154
+
155
<distributionManagement>
156
<repository>
157
<id>github</id>
0 commit comments