Skip to content

Commit 0ffdc06

Browse files
committed
Reduce whitespace
1 parent 0802ea0 commit 0ffdc06

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,15 @@
143143
<commons.release.2.name>commons-lang-${commons.release.2.version}</commons.release.2.name>
144144
<commons.jira.id>LANG</commons.jira.id>
145145
<commons.jira.pid>12310481</commons.jira.pid>
146-
147146
<commons.site.path>lang</commons.site.path>
148147
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl>
149148
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
150149
<commons.encoding>UTF-8</commons.encoding>
151-
152150
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
153-
154151
<japicmp.skip>false</japicmp.skip>
155152
<!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
156153
<jmh.version>1.37</jmh.version>
157154
<uberjar.name>benchmarks</uberjar.name>
158-
159155
<!-- Commons Release Plugin -->
160156
<commons.bc.version>3.18.0</commons.bc.version>
161157
<commons.rc.version>RC1</commons.rc.version>
@@ -171,7 +167,6 @@
171167
<commons.jacoco.complexityRatio>0.91</commons.jacoco.complexityRatio>
172168
<commons.text.version>1.14.0</commons.text.version>
173169
</properties>
174-
175170
<build>
176171
<defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
177172
<pluginManagement>
@@ -432,11 +427,9 @@
432427
<exec executable="svn">
433428
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
434429
</exec>
435-
436430
<exec executable="svn">
437431
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
438432
</exec>
439-
440433
<pathconvert pathsep=" " property="dirs">
441434
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
442435
</pathconvert>
@@ -451,7 +444,6 @@
451444
</plugins>
452445
</build>
453446
</profile>
454-
455447
<profile>
456448
<id>java9+</id>
457449
<activation>
@@ -483,7 +475,6 @@
483475
</plugins>
484476
</build>
485477
</profile>
486-
487478
<profile>
488479
<id>benchmark</id>
489480
<properties>

0 commit comments

Comments
 (0)