Skip to content

Commit 1b26561

Browse files
committed
Fix pom.xml formatting
1 parent d62d58f commit 1b26561

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
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

@@ -124,7 +124,7 @@
124124
</execution>
125125
</executions>
126126
</plugin>
127-
127+
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-release-plugin</artifactId>
@@ -146,14 +146,14 @@
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>

0 commit comments

Comments
 (0)