This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new 8842381 Remove vertical whitespace
8842381 is described below
commit 8842381bc09530a532682679312aeadc1c3b56eb
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 5 07:49:06 2026 -0400
Remove vertical whitespace
---
pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index c81289a..efce2a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -53,7 +52,6 @@ limitations under the License.
<commons.jira.id>COMMONSXML</commons.jira.id>
<!-- Sandbox component: publish the site under the sandbox tree (the
parent defaults to proper/). -->
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-xml</commons.scmPubUrl>
-
<!-- OSGi bundle metadata: override commons-parent's org.apache.commons.*
defaults. -->
<commons.osgi.symbolicName>org.apache.commons.xml</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.xml.*;version=${project.version};-noimport:=true</commons.osgi.export>
@@ -63,18 +61,15 @@ limitations under the License.
*
</commons.osgi.import>
<project.build.outputTimestamp>2026-04-22T00:00:00Z</project.build.outputTimestamp>
-
<!-- Java baseline -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
-
<!-- Optional JAXP implementations used by bundled providers. -->
<commons.saxon.version>12.9</commons.saxon.version>
<commons.woodstox.version>7.1.1</commons.woodstox.version>
<commons.xalan.version>2.7.3</commons.xalan.version>
<commons.xerces.version>2.12.2</commons.xerces.version>
</properties>
-
<dependencies>
<!--
Saxon-HE supplies types we reference at compile time (the Saxon
provider). It is not part of the consumer
@@ -93,7 +88,6 @@ limitations under the License.
<scope>test</scope>
</dependency>
</dependencies>
-
<build>
<defaultGoal>clean checkstyle:check spotbugs:check pmd:check
javadoc:javadoc verify</defaultGoal>
<pluginManagement>
@@ -127,7 +121,6 @@ limitations under the License.
</plugins>
</pluginManagement>
<plugins>
-
<!--
Run the test suite seven times, each with a distinct JAXP combination:
@@ -307,7 +300,6 @@ limitations under the License.
</execution>
</executions>
</plugin>
-
<!-- Do not publish a test-jar: the test classes are not part of the
consumer contract. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -319,7 +311,6 @@ limitations under the License.
</execution>
</executions>
</plugin>
-
<!--
commons-parent's create-source-jar execution attaches both the main
sources (jar-no-fork) and the test
sources (test-jar-no-fork) in one execution. Disable it and re-bind a
main-sources-only execution, so the
@@ -342,7 +333,6 @@ limitations under the License.
</execution>
</executions>
</plugin>
-
<!-- jdeps makes Saxon.HE a hard requires; flip it to static (optional).
The trailing * keeps the rest. -->
<plugin>
<groupId>org.moditect</groupId>
@@ -425,7 +415,6 @@ limitations under the License.
</execution>
</executions>
</plugin>
-
<!-- Run DescriptorIT against the packaged jar; no OSGi framework or
separate JPMS module needed. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>