You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/28 18:23:01 UTC

[commons-jexl] branch master updated: Typo

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


The following commit(s) were added to refs/heads/master by this push:
     new d0639177 Typo
     new 2ee7f306 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-jexl.git
d0639177 is described below

commit d06391774a3218ee8a44000f6128601b60bdb2ca
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 26 13:12:29 2022 -0500

    Typo
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 11c9d719..5a4b3ae3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     </dependencies>
 
     <build>
-        <defaultGoal>clean verify apache-rat:check spotbugs:check japicmp:cmp checkstyle:check javadoc:javadoc </defaultGoal>
+        <defaultGoal>clean verify apache-rat:check spotbugs:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>