Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 23, 2024
1 parent 8e13a50 commit 191e0e8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,18 @@
<artifactId>commons-collections4</artifactId>
<version>4.5.0-M3-SNAPSHOT</version>
<name>Apache Commons Collections</name>

<inceptionYear>2001</inceptionYear>
<description>The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.</description>

<url>https://commons.apache.org/proper/commons-collections/</url>

<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/browse/COLLECTIONS</url>
</issueManagement>

<scm>
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-collections.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-collections.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-collections.git</url>
</scm>

<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -95,21 +90,18 @@
<scope>test</scope>
</dependency>
</dependencies>

<distributionManagement>
<site>
<id>apache.website</id>
<name>Apache Commons Site</name>
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
</site>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<!--
This is also used to generate download_xxx file name.
To override this when generating the download page:
Expand All @@ -121,24 +113,20 @@
-->
<commons.componentid>collections</commons.componentid>
<commons.module.name>org.apache.commons.collections4</commons.module.name>

<!-- Current 4.x release series -->
<commons.release.version>4.5.0-M2</commons.release.version>
<commons.release.next>4.5.0-M3</commons.release.next>
<commons.release.desc>(Requires Java 8 or above)</commons.release.desc>

<!-- Previous 4.2 release on Java 7 -->
<commons.release.2.version>4.2</commons.release.2.version>
<commons.release.2.desc>(Requires Java 7 or above)</commons.release.2.desc>
<!-- Override generated name -->
<commons.release.2.name>commons-collections4-${commons.release.2.version}</commons.release.2.name>

<!-- Previous 4.1 release on Java 6-->
<commons.release.3.version>4.1</commons.release.3.version>
<commons.release.3.desc>(Requires Java 6 or above)</commons.release.3.desc>
<!-- Override generated name -->
<commons.release.3.name>commons-collections4-${commons.release.3.version}</commons.release.3.name>

<!-- Previous 3.x release on Java 1.3 -->
<commons.release.4.version>3.2.2</commons.release.4.version>
<commons.release.4.desc>(Requires Java 1.3 or above)</commons.release.4.desc>
Expand All @@ -148,16 +136,13 @@
<commons.release.4.hash>sha256</commons.release.4.hash>
<!-- This is needed until CP49 is released -->
<commons.release.4.binary.suffix>-bin</commons.release.4.binary.suffix>

<commons.jira.id>COLLECTIONS</commons.jira.id>
<commons.jira.pid>12310465</commons.jira.pid>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version>

<commons.site.path>collections</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>

<!--Commons Release Plugin -->
<commons.bc.version>4.4</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
Expand All @@ -173,7 +158,6 @@
<doxia.module.markdown.version>1.12.0</doxia.module.markdown.version>
<math.mathjax.version>2.7.2</math.mathjax.version>
</properties>

<build>
<defaultGoal>clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>
<pluginManagement>
Expand Down Expand Up @@ -286,7 +270,6 @@
</plugin>
</plugins>
</build>

<reporting>
<plugins>
<plugin>
Expand Down Expand Up @@ -358,7 +341,6 @@
</plugin>
</plugins>
</reporting>

<profiles>
<profile>
<id>setup-checkout</id>
Expand Down Expand Up @@ -404,7 +386,6 @@
</build>
</profile>
</profiles>

<developers>
<developer>
<name>Matt Benson</name>
Expand Down Expand Up @@ -486,7 +467,6 @@
<id>chtompki</id>
</developer>
</developers>

<contributors>
<contributor>
<name>Rafael U. C. Afonso</name>
Expand Down Expand Up @@ -825,5 +805,4 @@
<name>Arturo Bernal</name>
</contributor>
</contributors>

</project>

0 comments on commit 191e0e8

Please sign in to comment.