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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 63a4a706 Format tweak
63a4a706 is described below
commit 63a4a706742d3f7303de008d068219c4b8987d41
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 9 14:23:58 2024 -0400
Format tweak
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0cb05205..c65214d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
<commons.jacoco.branchRatio>0.97</commons.jacoco.branchRatio>
<commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
<commons.jacoco.complexityRatio>0.96</commons.jacoco.complexityRatio>
-</properties>
+ </properties>
<build>
<defaultGoal>clean verify apache-rat:check japicmp:cmp spotbugs:check
pmd:check pmd:cpd-check javadoc:javadoc checkstyle:check</defaultGoal>
<pluginManagement>