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 Oct 22, 2024
1 parent b80d7d6 commit a7746b0
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 @@ -27,7 +27,7 @@
</parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>78</version>
<version>79-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Commons Parent</name>
<description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
Expand Down Expand Up @@ -78,7 +78,7 @@
<minimalJavaBuildVersion>8</minimalJavaBuildVersion>
<!-- configuration bits for cutting a release candidate, must be overridden by components -->
<!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? -->
<project.build.outputTimestamp>2024-10-17T17:35:37Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-22T11:11:44Z</project.build.outputTimestamp>
<commons.release.version>78</commons.release.version>
<commons.release.next>79</commons.release.next>
<commons.rc.version>RC1</commons.rc.version>
Expand Down

0 comments on commit a7746b0

Please sign in to comment.