Skip to content

Commit

Permalink
Bump to next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 25, 2024
1 parent 67f0d6b commit 74f0970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<version>75</version>
</parent>
<artifactId>commons-csv</artifactId>
<version>1.12.0</version>
<version>1.12.1-SNAPSHOT</version>
<name>Apache Commons CSV</name>
<url>https://commons.apache.org/proper/commons-csv/</url>
<inceptionYear>2005</inceptionYear>
Expand Down Expand Up @@ -184,7 +184,7 @@
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
<japicmp.skip>false</japicmp.skip>
<commons.release.isDistModule>true</commons.release.isDistModule>
<project.build.outputTimestamp>2024-09-21T01:55:30Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-25T02:03:48Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
Expand Down

0 comments on commit 74f0970

Please sign in to comment.