This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/release by this push:
new 38c3b9c Prepare for the next release candidate
38c3b9c is described below
commit 38c3b9c5a2bd86b3b6eb095b7bfdd669a7b6a8f1
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 2 14:02:39 2024 -0500
Prepare for the next release candidate
---
commons-email2-bom/pom.xml | 10 +++++-----
commons-email2-core/pom.xml | 4 ++--
commons-email2-distribution/pom.xml | 4 ++--
commons-email2-jakarta/pom.xml | 6 +++---
commons-email2-javax/pom.xml | 6 +++---
pom.xml | 4 ++--
6 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/commons-email2-bom/pom.xml b/commons-email2-bom/pom.xml
index 05d8b1a..0d5568c 100644
--- a/commons-email2-bom/pom.xml
+++ b/commons-email2-bom/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>commons-email2-bom</artifactId>
@@ -33,23 +33,23 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-core</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-jakarta</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-javax</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-03-02T19:02:07Z</project.build.outputTimestamp>
<checkstyle.skip>true</checkstyle.skip>
</properties>
</project>
diff --git a/commons-email2-core/pom.xml b/commons-email2-core/pom.xml
index 7f8d078..e0f091f 100644
--- a/commons-email2-core/pom.xml
+++ b/commons-email2-core/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -46,7 +46,7 @@
<properties>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<commons.module.name>org.apache.commons.mail2.core</commons.module.name>
-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-03-02T19:02:07Z</project.build.outputTimestamp>
</properties>
<build>
diff --git a/commons-email2-distribution/pom.xml
b/commons-email2-distribution/pom.xml
index dd0de93..1dcfed3 100644
--- a/commons-email2-distribution/pom.xml
+++ b/commons-email2-distribution/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../</relativePath>
</parent>
@@ -35,7 +35,7 @@ limitations under the License.
<checkstyle.skip>true</checkstyle.skip>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<commons.release.isDistModule>true</commons.release.isDistModule>
-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-03-02T19:02:07Z</project.build.outputTimestamp>
</properties>
<build>
diff --git a/commons-email2-jakarta/pom.xml b/commons-email2-jakarta/pom.xml
index 3f49113..b59138a 100644
--- a/commons-email2-jakarta/pom.xml
+++ b/commons-email2-jakarta/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-core</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
@@ -83,7 +83,7 @@
<properties>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<commons.module.name>org.apache.commons.mail2.jakarta</commons.module.name>
-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-03-02T19:02:07Z</project.build.outputTimestamp>
</properties>
<build>
diff --git a/commons-email2-javax/pom.xml b/commons-email2-javax/pom.xml
index d52383c..f563c30 100644
--- a/commons-email2-javax/pom.xml
+++ b/commons-email2-javax/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-core</artifactId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
@@ -83,7 +83,7 @@
<properties>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<commons.module.name>org.apache.commons.mail2.javax</commons.module.name>
-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-03-02T19:02:07Z</project.build.outputTimestamp>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 5692d19..05b92f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-email2-parent</artifactId>
<packaging>pom</packaging>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<name>Apache Commons Email Parent POM</name>
<inceptionYear>2001</inceptionYear>
@@ -89,7 +89,7 @@
<mockito-core.version>5.10.0</mockito-core.version>
<!--Skip JApiCmp for 1.x to 2.0. -->
<japicmp.skip>true</japicmp.skip>
-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-03-02T19:02:07Z</project.build.outputTimestamp>
</properties>
<build>