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/09/18 13:57:22 UTC

[commons-parent] annotated tag commons-parent-54-RC1 created (now 68450ea)

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

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


      at 68450ea  (tag)
 tagging 3f0b0a55248d6609381f08e6f5f014b7ed620282 (commit)
 replaces rel/commons-parent-53
      by Gary Gregory
      on Sun Sep 18 09:56:50 2022 -0400

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

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmMnI6MACgkQhv3H4qES
YsvJHAf+PgPjrgv2lQyDmlbtKW9GbLeErCA6oYNddnhIz0GojNG1APh79IbhaXmK
DmWKFZuNZkkRINT5iCz7jhksdt5zWPJsmf37Oc234kBW4NCzEwXknS/4Zqtsw2IX
i86GDnkhjvYIMHVMJjIRW2htzAXEaCp4OWQcmuILpozzfWcZRjCW4jGIV8WI6jSb
bf9Ozf+87BE4MmpWHvd3bHIq66nxCtLn9KBLfoS83lweybynoSKr6ygpCSN1gx0H
gMN/EmNK9FuSW780IiyZtwYFtpcwISUBSZ4JaJpJWTq161D7wUF6I+hkgKCe0UO5
2B5gfkK5YGrtca1EvrpsoP056Zd0wg==
=Mb2c
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 3f0b0a5  Update POM version numbers for Apache Commons Parent release 54

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.



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

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-54-RC1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 3f0b0a55248d6609381f08e6f5f014b7ed620282
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 18 09:52:37 2022 -0400

    Update POM version numbers for Apache Commons Parent release 54
---
 README.md | 6 +++---
 pom.xml   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d0fb989..4316261 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,9 @@
 Apache Commons Parent
 ===================
 
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/)
 
-The [Apache Commons Parent](https://commons.apache.org/proper/commons-parent/) POM provides common settings for all [Apache Commons](https://commons.apache.org/) components.
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
 Documentation
 -------------
@@ -64,7 +64,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>54-SNAPSHOT</version>
+  <version>54</version>
 </dependency>
 ```
 
diff --git a/pom.xml b/pom.xml
index e2d6cab..e76c22d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>54-SNAPSHOT</version>
+  <version>54</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-04-06T22:10:39Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-09-18T13:49: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>