You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/11/21 00:19:12 UTC

(commons-parent) branch master updated (32af35b -> 0696f20)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


    from 32af35b  Prepare for the next release candidate
     add d6b6869  Update POM version for Apache Commons Parent release 65
     new 0696f20  Bump to next development version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


(commons-parent) 01/01: Bump to next development version

Posted by gg...@apache.org.
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

commit 0696f20cb89b6f21a59e25eb45a9af00e9e5b9e0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 20 19:19:07 2023 -0500

    Bump to next development version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91c892e..6e8f705 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>65</version>
+  <version>66-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>
@@ -91,7 +91,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>2023-11-18T01:56:28Z</project.build.outputTimestamp>
+    <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.rc.version>RC1</commons.rc.version>