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/15 12:32:07 UTC

[commons-parent] branch master updated (b8fdc7d -> e7a163d)

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 b8fdc7d  Bump apache from 28 to 29 #182
     new 618b1f0  Clean up readme and RNs
     new 4f97d6a  Bump to the next version
     new e7a163d  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent

The 3 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:
 README.md         | 2 +-
 RELEASE-NOTES.txt | 4 ++--
 pom.xml           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[commons-parent] 02/03: Bump to the next 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 4f97d6ad73d7f14ddfd7504c0bc67e01e41d52a4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 15 07:31:40 2022 -0500

    Bump to the next version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e55c5b..834a1b6 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>56-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>


[commons-parent] 01/03: Clean up readme and RNs

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 618b1f0079e003b725e8e75cd9245d500c539c2c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 15 07:31:33 2022 -0500

    Clean up readme and RNs
---
 README.md         | 2 +-
 RELEASE-NOTES.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 5d294e5..2333029 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,7 +1,7 @@
-              Apache Commons Parent 55-SNAPSHOT
+              Apache Commons Parent 55
                   RELEASE NOTES
 
-The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 55-SNAPSHOT.
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 55.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 


[commons-parent] 03/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent

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 e7a163deaafcd44ac5b13cd1080066f9a778b0b2
Merge: 4f97d6a b8fdc7d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 15 07:31:52 2022 -0500

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent

 .github/workflows/maven.yml               | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 pom.xml                                   | 2 +-
 src/changes/changes.xml                   | 3 +++
 4 files changed, 6 insertions(+), 3 deletions(-)