Skip to content

Commit

Permalink
Bump commons-parent from 62 to 69
Browse files Browse the repository at this point in the history
- Add build reproducibility property
- Set the bar for Jacoco checks
  • Loading branch information
garydgregory committed May 20, 2024
1 parent 3439ee1 commit e8c6a52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>62</version>
<version>69</version>
</parent>

<groupId>commons-fileupload</groupId>
Expand Down Expand Up @@ -220,10 +220,15 @@
<commons.rc.version>RC1</commons.rc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
<commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey>
</properties>

<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>0.85</commons.jacoco.classRatio>
<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>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="1.6.0" date="YYYY-MM-DD" description="1.6.0 Release, requires Java 8.">
<action dev="ggregory" type="update">Bump Java from 6 to 8.</action>
<action dev="ggregory" type="update">Bump commons-parent from 62 to 69.</action>
</release>
<release version="1.5" date="2023-02-13" description="1.5 Release">
<action dev="markt" type="update">Bump Commons IO to 2.11.0</action>
Expand Down

0 comments on commit e8c6a52

Please sign in to comment.