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 2022/12/07 19:27:27 UTC

[commons-parent] annotated tag commons-parent-55-RC1 created (now 23e3f61)

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

ggregory pushed a change to annotated tag commons-parent-55-RC1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


      at 23e3f61  (tag)
 tagging 926beba691866948f652c0f7ae2d1ce418ad78b0 (commit)
 replaces rel/commons-parent-54
      by Gary Gregory
      on Wed Dec 7 14:27:17 2022 -0500

- Log -----------------------------------------------------------------
Tag Apache Commons Parent release 55 RC1
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmOQ6RUACgkQhv3H4qES
YstJ2wf8DkgOz1H3+ZP7BzRuyJs1EndbuLUjo20vz5o/Yx9bZaY1VfL4vJcyT0bQ
rSzJ8mZFcyNLruIKGBjlrYmv31gyRhjsMl/sL00uaUqaI/yCCbnkzSFfqrvw7nbf
KQ67imMtKlmiwAz5zdNlg2jwzOMbwFMHRtUcKemjLyQw1Fbbo0wkb9eNGTcBaQy8
J8CW87g/f3QO1zMbW/99eHND6dP656ogLucamz3nf5T+2lkeHJ6fbIyykynkF3Zm
yuPhfsBafn9KlUDw7Pg5hngVNPnMZGUG6vWY1llRpWdxGZ/qdq6XMKxfmCjlTZQV
Y5U9T+g+bH3Y4MidiQquqQOswixoWA==
=C2Xu
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new a1a4b34  Prepare RC
     new 926beba  Update POM version numbers for Apache Commons Parent release 55

The 2 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.



[commons-parent] 02/02: Update POM version numbers for Apache Commons Parent release 55

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag commons-parent-55-RC1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 926beba691866948f652c0f7ae2d1ce418ad78b0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 7 14:26:47 2022 -0500

    Update POM version numbers for Apache Commons Parent release 55
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e55c5b..c3e5fc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>55-SNAPSHOT</version>
+  <version>55</version>
   <packaging>pom</packaging>
   <name>Apache Commons Parent</name>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
@@ -89,7 +89,7 @@
     <minimalMavenBuildVersion>3.3.9</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>2022-09-21T19:49:58Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-12-07T19:24:41Z</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>


[commons-parent] 01/02: Prepare RC

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag commons-parent-55-RC1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit a1a4b348cafd1c0ae3b2a404b7422ea0f290cd8e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 7 14:26:35 2022 -0500

    Prepare RC
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index af54b2c..0add470 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>55-SNAPSHOT</version>
+  <version>55</version>
 </dependency>
 ```