Skip to content

Commit cb1165f

Browse files
Add SCM metadata to pom.xml
1 parent 3378a0e commit cb1165f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@
145145
</repository>
146146
</repositories>
147147

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+
148155
<distributionManagement>
149156
<repository>
150157
<id>github</id>

0 commit comments

Comments
 (0)