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-jexl.git

commit 4eb7b01364890708cd3c1355e216355a08f19634
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 12 13:40:15 2025 -0400

    Remove extra vertical whitespace
---
 pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index d2c5efa4..6713628c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,6 @@
         <artifactId>commons-parent</artifactId>
         <version>81</version>
     </parent>
-
     <artifactId>commons-jexl3</artifactId>
     <version>3.5.0-SNAPSHOT</version>
     <name>Apache Commons JEXL</name>
@@ -30,7 +29,6 @@
         applications and frameworks written in Java.</description>
     <url>https://commons.apache.org/proper/commons-jexl/</url>
     <inceptionYear>2001</inceptionYear>
-
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
@@ -75,7 +73,6 @@
         
<project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
         <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         
<project.build.outputTimestamp>2024-06-05T23:56:52Z</project.build.outputTimestamp>
-
         <!-- Attempt at Java 25 -->
         <commons.asm.version>9.8</commons.asm.version>
         <!-- Commons release plugin -->
@@ -86,7 +83,6 @@
         <commons.release.isDistModule>true</commons.release.isDistModule>
         
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     </properties>
-
     <scm>
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-jexl.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jexl.git</developerConnection>
@@ -104,7 +100,6 @@
             
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jexl/</url>
         </site>
     </distributionManagement>
-
     <dependencies>
         <dependency>
             <groupId>commons-logging</groupId>
@@ -140,7 +135,6 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
     <build>
         <defaultGoal>clean verify apache-rat:check spotbugs:check japicmp:cmp 
checkstyle:check javadoc:javadoc</defaultGoal>
         <plugins>
@@ -158,7 +152,6 @@
                     </includes>
                 </configuration>
             </plugin>
-
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
@@ -170,7 +163,6 @@
                     <finalName>commons-jexl-${project.version}</finalName>
                 </configuration>
             </plugin>
-
             <plugin>
                 <groupId>com.helger.maven</groupId>
                 <artifactId>ph-javacc-maven-plugin</artifactId>
@@ -188,7 +180,6 @@
                     </execution>
                 </executions>
             </plugin>
-
             <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
@@ -221,7 +212,6 @@
                     </execution>
                 </executions>
             </plugin>
-
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
@@ -236,7 +226,6 @@
                     </excludes>
                 </configuration>
             </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
@@ -246,7 +235,6 @@
                     </ignorePathsToDelete>
                 </configuration>
             </plugin>
-
             <!-- Allow checkstyle to be run from command-line. Must agree with 
config in report section. -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -262,7 +250,6 @@
                     
<propertyExpansion>config_loc=${basedir}/src/main/config</propertyExpansion>
                 </configuration>
             </plugin>
-
             <!-- Allow Spotbugs to be run from command-line. Must agree with 
config in report section. -->
             <plugin>
                 <groupId>com.github.spotbugs</groupId>
@@ -298,7 +285,6 @@
                     </excludes>
                 </configuration>
             </plugin>
-
             <!-- japicmp -->
             <plugin>
                 <groupId>com.github.siom79.japicmp</groupId>
@@ -323,7 +309,6 @@
                     </parameter>
                 </configuration>
             </plugin>
-
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>animal-sniffer-maven-plugin</artifactId>
@@ -332,7 +317,6 @@
                     <ignores>java.lang.invoke.*</ignores>
                        </configuration>
             </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
@@ -346,10 +330,8 @@
 
         </plugins>
     </build>
-
     <reporting>
         <plugins>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
@@ -360,7 +342,6 @@
                     <show>protected</show>
                 </configuration>
             </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
@@ -370,7 +351,6 @@
                     </issueLinkTemplatePerSystem>
                 </configuration>
             </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
@@ -384,7 +364,6 @@
                     
<propertyExpansion>config_loc=${basedir}/src/main/config</propertyExpansion>
                 </configuration>
             </plugin>
-
             <plugin>
                 <groupId>com.github.spotbugs</groupId>
                 <artifactId>spotbugs-maven-plugin</artifactId>
@@ -393,7 +372,6 @@
                     <xmlOutputDirectory>target/site</xmlOutputDirectory>
                 </configuration>
             </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
@@ -459,7 +437,6 @@
 
         </plugins>
     </reporting>
-
     <developers>
         <developer>
             <name>dIon Gillard</name>
@@ -523,11 +500,9 @@
             </properties>
         </developer>
     </developers>
-
     <contributors>
         <contributor>
             <name>Dmitri Blinov</name>
         </contributor>
     </contributors>
-
 </project>

Reply via email to