This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new f7657a50 Fix formatting and obvious typo f7657a50 is described below commit f7657a505190d6bfb87b81d7483f5b6edabb53c7 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed May 28 16:01:58 2025 +0100 Fix formatting and obvious typo --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6294b1dc..189b9c8f 100644 --- a/pom.xml +++ b/pom.xml @@ -79,8 +79,9 @@ <commons.jacoco.instructionRatio>0.81</commons.jacoco.instructionRatio> <commons.jacoco.methodRatio>0.71</commons.jacoco.methodRatio> <commons.jacoco.branchRatio>0.77</commons.jacoco.branchRatio> - <commons.jacoco.lineRatio>.079</commons.jacoco.lineRatio> - <commons.jacoco.complexityRatio>0.66</commons.jacoco.complexityRatio> </properties> + <commons.jacoco.lineRatio>0.79</commons.jacoco.lineRatio> + <commons.jacoco.complexityRatio>0.66</commons.jacoco.complexityRatio> + </properties> <dependencies> <dependency> <groupId>org.junit.vintage</groupId>