Skip to content

Commit 21c479d

Browse files
mlopezFCjavier-godoy
authored andcommitted
style: fix indentation
1 parent aed6286 commit 21c479d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

pom.xml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -114,28 +114,28 @@
114114
</dependencies>
115115

116116
<build>
117-
<pluginManagement>
118-
<plugins>
119-
<plugin>
120-
<groupId>org.apache.maven.plugins</groupId>
121-
<artifactId>maven-release-plugin</artifactId>
122-
<version>2.5.3</version>
123-
</plugin>
124-
<plugin>
125-
<groupId>org.apache.maven.plugins</groupId>
126-
<artifactId>maven-deploy-plugin</artifactId>
127-
<version>2.8.2</version>
128-
</plugin>
129-
<plugin>
130-
<groupId>org.apache.maven.plugins</groupId>
131-
<artifactId>maven-surefire-plugin</artifactId>
132-
<version>2.22.1</version>
133-
<configuration>
134-
<useSystemClassLoader>false</useSystemClassLoader>
135-
</configuration>
136-
</plugin>
137-
</plugins>
138-
</pluginManagement>
117+
<pluginManagement>
118+
<plugins>
119+
<plugin>
120+
<groupId>org.apache.maven.plugins</groupId>
121+
<artifactId>maven-release-plugin</artifactId>
122+
<version>2.5.3</version>
123+
</plugin>
124+
<plugin>
125+
<groupId>org.apache.maven.plugins</groupId>
126+
<artifactId>maven-deploy-plugin</artifactId>
127+
<version>2.8.2</version>
128+
</plugin>
129+
<plugin>
130+
<groupId>org.apache.maven.plugins</groupId>
131+
<artifactId>maven-surefire-plugin</artifactId>
132+
<version>2.22.1</version>
133+
<configuration>
134+
<useSystemClassLoader>false</useSystemClassLoader>
135+
</configuration>
136+
</plugin>
137+
</plugins>
138+
</pluginManagement>
139139

140140
<plugins>
141141

0 commit comments

Comments
 (0)