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-skin.git
commit 160216f2bd762e2dad774314704f8de85da0355f Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jan 12 16:14:37 2025 -0500 Remove extra whitespace --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index c454644..9a58d74 100644 --- a/pom.xml +++ b/pom.xml @@ -29,13 +29,11 @@ <name>Apache Commons Skin</name> <description>Apache Commons Skin</description> <inceptionYear>2006</inceptionYear> - <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-skin</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-skin</developerConnection> <url>https://gitbox.apache.org/repos/asf/commons-skin</url> </scm> - <properties> <animal.sniffer.skip>true</animal.sniffer.skip> <!-- To use the commons-release plugin --> @@ -53,7 +51,6 @@ <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2024-12-28T19:53:39Z</project.build.outputTimestamp> </properties> - <build> <defaultGoal>clean artifact:check-buildplan verify</defaultGoal> <resources> @@ -61,7 +58,6 @@ <directory>${basedir}/src/main/resources</directory> </resource> </resources> - <plugins> <!-- Configure assembly plugin so that mvn deploy works --> <plugin> @@ -85,6 +81,5 @@ </configuration> </plugin> </plugins> - </build> </project>