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/12/17 21:37:32 UTC

(commons-email) branch master updated (001e268 -> 8193b99)

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-email.git


    from 001e268  Prepare release candidate
     add 29658f0  Prepare release candidate
     add 35fb269  Prepare release candidate
     add 87af7b5  Simplify for Javadoc generation (for now)
     new 8193b99  Bump next 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:
 RELEASE-NOTES.txt                                | 319 +++++++++++++++++++++++
 pom.xml                                          |   2 +-
 src/main/java/org/apache/commons/mail/Email.java |   8 +-
 3 files changed, 324 insertions(+), 5 deletions(-)


(commons-email) 01/01: Bump 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-email.git

commit 8193b99507e2020f84d2fcf02e705d8cfe4f113d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 17 16:37:27 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 023b467..0c50f69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-email</artifactId>
-    <version>1.6.0</version>
+    <version>1.6.1-SNAPSHOT</version>
     <name>Apache Commons Email</name>
 
     <inceptionYear>2001</inceptionYear>