Skip to content

Commit db1ecb1

Browse files
committed
Remove extra whitespace
1 parent a298e2e commit db1ecb1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,25 @@
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
2222
<modelVersion>4.0.0</modelVersion>
23-
2423
<parent>
2524
<groupId>org.apache.commons</groupId>
2625
<artifactId>commons-parent</artifactId>
2726
<version>79</version>
2827
</parent>
29-
3028
<artifactId>commons-pool3</artifactId>
3129
<version>3.0.0-SNAPSHOT</version>
3230
<name>Apache Commons Pool</name>
33-
3431
<inceptionYear>2001</inceptionYear>
3532
<description>The Apache Commons Object Pooling Library.</description>
36-
3733
<url>https://commons.apache.org/proper/commons-pool/</url>
38-
3934
<issueManagement>
4035
<system>jira</system>
4136
<url>https://issues.apache.org/jira/browse/POOL</url>
4237
</issueManagement>
43-
4438
<ciManagement>
4539
<system>GitHub</system>
4640
<url>https://github.com/apache/commons-pool/actions</url>
4741
</ciManagement>
48-
4942
<scm>
5043
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</connection>
5144
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</developerConnection>
@@ -83,7 +76,6 @@
8376
<scope>test</scope>
8477
</dependency>
8578
</dependencies>
86-
8779
<distributionManagement>
8880
<!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
8981
<site>
@@ -92,7 +84,6 @@
9284
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-pool/</url>
9385
</site>
9486
</distributionManagement>
95-
9687
<properties>
9788
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9889
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -113,12 +104,10 @@
113104
<!-- Java 7 -->
114105
<commons.release.3.version>2.6.2</commons.release.3.version>
115106
<commons.release.3.desc>(Java 7 or above)</commons.release.3.desc>
116-
117107
<commons.jira.id>POOL</commons.jira.id>
118108
<commons.jira.pid>12310488</commons.jira.pid>
119109
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
120110
<commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
121-
122111
<!-- Commons Release Plugin -->
123112
<commons.bc.version>2.11.1</commons.bc.version>
124113
<commons.release.isDistModule>true</commons.release.isDistModule>
@@ -276,7 +265,6 @@
276265
</plugin>
277266
</plugins>
278267
</build>
279-
280268
<reporting>
281269
<plugins>
282270
<plugin>
@@ -349,7 +337,6 @@
349337
</plugin>
350338
</plugins>
351339
</reporting>
352-
353340
<profiles>
354341
<profile>
355342
<id>java16</id>

0 commit comments

Comments
 (0)