This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 1732d3f Update release properties
1732d3f is described below
commit 1732d3f6e5cfd3efc5d67641d1dd4fe273a2af16
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 20 19:27:33 2023 -0500
Update release properties
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6e8f705..38e72c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,13 +92,13 @@
<!-- 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-11-21T00:18:58Z</project.build.outputTimestamp>
- <commons.release.version>65</commons.release.version>
- <commons.release.next>66</commons.release.next>
+ <commons.release.version>66</commons.release.version>
+ <commons.release.next>67</commons.release.next>
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>COMMONSSITE</commons.jira.id>
<!-- Commons Release Plugin -->
<!-- Previous version of the component (used for reporting binary
compatibility check)-->
- <commons.bc.version>64</commons.bc.version>
+ <commons.bc.version>65</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<!--
Define the following in ~/.m2/settings.xml in an active profile: