This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit ec3d80671937b25394fff7e47b5ccdf05bda4091 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 12 08:41:53 2025 -0400 Remove extra vertical whitespace --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5d320b70a..888c3bb10 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,6 @@ <artifactId>commons-lang3</artifactId> <version>3.18.0-SNAPSHOT</version> <name>Apache Commons Lang</name> - <inceptionYear>2001</inceptionYear> <description> Apache Commons Lang, a package of Java utility classes for the @@ -41,9 +40,7 @@ Please ensure your build environment is up-to-date and kindly report any build issues. </description> - <url>https://commons.apache.org/proper/commons-lang/</url> - <issueManagement> <system>jira</system> <url>https://issues.apache.org/jira/browse/LANG</url> @@ -54,7 +51,6 @@ <url>https://gitbox.apache.org/repos/asf?p=commons-lang.git</url> <tag>rel/commons-lang-3.18.0</tag> </scm> - <!-- Lang should depend on very little --> <dependencies> <!-- testing --> @@ -100,7 +96,6 @@ <scope>test</scope> </dependency> </dependencies> - <distributionManagement> <site> <id>apache.website</id> @@ -108,7 +103,6 @@ <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang/</url> </site> </distributionManagement> - <properties> <heapSize>-Xmx512m</heapSize> <extraArgs/> @@ -409,7 +403,6 @@ </plugin> </plugins> </reporting> - <profiles> <profile> <id>setup-checkout</id>