Skip to content

Commit 235803c

Browse files
committed
Reduce vertical whitespace
1 parent f557e43 commit 235803c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,36 +36,29 @@
3636
<project.build.outputTimestamp>2025-04-10T21:38:03Z</project.build.outputTimestamp>
3737
<maven.compiler.source>1.8</maven.compiler.source>
3838
<maven.compiler.target>1.8</maven.compiler.target>
39-
4039
<commons.componentid>text</commons.componentid>
4140
<commons.packageId>text</commons.packageId>
4241
<commons.module.name>org.apache.commons.text</commons.module.name>
43-
4442
<commons.release.version>1.14.0</commons.release.version>
4543
<commons.release.next>1.14.1</commons.release.next>
4644
<commons.release.desc>(Java 8+)</commons.release.desc>
47-
4845
<commons.jira.id>TEXT</commons.jira.id>
4946
<commons.jira.pid>12318221</commons.jira.pid>
50-
5147
<commons.site.path>text</commons.site.path>
5248
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl>
5349
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
54-
5550
<commons.lang3.version>3.17.0</commons.lang3.version>
5651
<commons.bytebuddy.version>1.17.6</commons.bytebuddy.version>
5752
<commons.rng.version>1.6</commons.rng.version>
5853
<japicmp.skip>false</japicmp.skip>
5954
<jmh.version>1.37</jmh.version>
60-
6155
<!-- Apache Felix maven-bundle-plugin -->
6256
<commons.osgi.import>
6357
org.apache.commons.lang3;version="${commons.lang3.version}",
6458
org.apache.commons.lang3.function;version="${commons.lang3.version}",
6559
org.apache.commons.lang3.time;version="${commons.lang3.version}",
6660
*
6761
</commons.osgi.import>
68-
6962
<!-- Commons Release Plugin -->
7063
<!-- Previous version of the component (used for reporting binary compatibility check)-->
7164
<commons.bc.version>1.13.1</commons.bc.version>
@@ -139,7 +132,6 @@
139132
<scope>test</scope>
140133
</dependency>
141134
</dependencies>
142-
143135
<build>
144136
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
145137
<pluginManagement>
@@ -242,7 +234,6 @@
242234
</plugin>
243235
</plugins>
244236
</build>
245-
246237
<reporting>
247238
<plugins>
248239
<plugin>
@@ -336,9 +327,7 @@
336327
</plugin>
337328
</plugins>
338329
</reporting>
339-
340330
<inceptionYear>2014</inceptionYear>
341-
342331
<developers>
343332
<developer>
344333
<id>kinow</id>
@@ -376,7 +365,6 @@
376365
<email>[email protected]</email>
377366
</developer>
378367
</developers>
379-
380368
<contributors>
381369
<contributor>
382370
<name>Don Jeba</name>
@@ -421,26 +409,22 @@
421409
<url>https://ali-ghanbari.github.io/</url>
422410
</contributor>
423411
</contributors>
424-
425412
<scm>
426413
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-text</connection>
427414
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-text</developerConnection>
428415
<url>https://gitbox.apache.org/repos/asf?p=commons-text.git</url>
429416
</scm>
430-
431417
<issueManagement>
432418
<system>jira</system>
433419
<url>https://issues.apache.org/jira/browse/TEXT</url>
434420
</issueManagement>
435-
436421
<distributionManagement>
437422
<site>
438423
<id>apache.website</id>
439424
<name>Apache Commons Site</name>
440425
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text/</url>
441426
</site>
442427
</distributionManagement>
443-
444428
<profiles>
445429
<profile>
446430
<!-- Java 8-10 -->

0 commit comments

Comments
 (0)