Skip to content

Commit

Permalink
Update POM version numbers for Apache Commons Parent release 59
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 22, 2023
1 parent 64f3a00 commit 86b1b6f
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>59-SNAPSHOT</version>
<version>59</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 @@ -89,7 +89,7 @@
<minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
<!-- 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>2023-05-23T21:34:24Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-07-22T20:12:34Z</project.build.outputTimestamp>
<commons.release.version>${project.version}</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>COMMONSSITE</commons.jira.id>
Expand Down

0 comments on commit 86b1b6f

Please sign in to comment.