Skip to content

Commit

Permalink
Prepare for the next release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 25, 2024
1 parent 03a028e commit 5c09ca8
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>76-SNAPSHOT</version>
<version>76</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 @@ -79,7 +79,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-09-18T21:41:56Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-25T19:37:16Z</project.build.outputTimestamp>
<commons.release.version>76</commons.release.version>
<commons.release.next>77</commons.release.next>
<commons.rc.version>RC1</commons.rc.version>
Expand Down

0 comments on commit 5c09ca8

Please sign in to comment.