File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 2121 <wiremock .version>2.35.0</wiremock .version>
2222 <testcontainers .version>1.18.0</testcontainers .version>
2323 <junit .version>5.9.2</junit .version>
24- <project .scm.id>github</project .scm.id>
24+ <project .scm.id>github</project .scm.id>
2525 </properties >
2626
2727 <dependencyManagement >
2828 <dependencies >
29- <dependency >
30- <groupId >org.testcontainers</groupId >
31- <artifactId >testcontainers-bom</artifactId >
32- <version >${testcontainers.version} </version >
33- <type >pom</type >
34- <scope >import</scope >
35- </dependency >
29+ <dependency >
30+ <groupId >org.testcontainers</groupId >
31+ <artifactId >testcontainers-bom</artifactId >
32+ <version >${testcontainers.version} </version >
33+ <type >pom</type >
34+ <scope >import</scope >
35+ </dependency >
3636 </dependencies >
3737 </dependencyManagement >
3838
124124 </execution >
125125 </executions >
126126 </plugin >
127-
127+
128128 <plugin >
129129 <groupId >org.apache.maven.plugins</groupId >
130130 <artifactId >maven-release-plugin</artifactId >
146146 </releases >
147147 </repository >
148148 </repositories >
149-
149+
150150 <scm >
151151 <connection >scm:git:git://github.com/wiremock/wiremock-testcontainers-java.git</connection >
152152 <developerConnection >scm:git:https://github.com/wiremock/wiremock-testcontainers-java.git</developerConnection >
153153 <url >https://github.com/wiremock/wiremock-testcontainers-java</url >
154154 <tag >${scmTag} </tag >
155155 </scm >
156-
156+
157157 <distributionManagement >
158158 <repository >
159159 <id >github</id >
You can’t perform that action at this time.
0 commit comments