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
The following commit(s) were added to refs/heads/master by this push: new 0fe7264 Bump commons-parent from 65 to 66 0fe7264 is described below commit 0fe7264b497466ff652341430422e92d03fff74c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 3 10:13:37 2024 -0500 Bump commons-parent from 65 to 66 - Add Maven property project.build.outputTimestamp for build reproducibility --- commons-email2-bom/pom.xml | 1 + commons-email2-core/pom.xml | 1 + commons-email2-distribution/pom.xml | 1 + commons-email2-jakarta/pom.xml | 1 + commons-email2-javax/pom.xml | 1 + pom.xml | 3 ++- src/changes/changes.xml | 3 +++ 7 files changed, 10 insertions(+), 1 deletion(-) diff --git a/commons-email2-bom/pom.xml b/commons-email2-bom/pom.xml index 0707450..07de85d 100644 --- a/commons-email2-bom/pom.xml +++ b/commons-email2-bom/pom.xml @@ -48,6 +48,7 @@ </dependencies> </dependencyManagement> <properties> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</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 f957800..7f8d078 100644 --- a/commons-email2-core/pom.xml +++ b/commons-email2-core/pom.xml @@ -46,6 +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> </properties> <build> diff --git a/commons-email2-distribution/pom.xml b/commons-email2-distribution/pom.xml index a6c7d8f..c968de4 100644 --- a/commons-email2-distribution/pom.xml +++ b/commons-email2-distribution/pom.xml @@ -35,6 +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> </properties> <build> diff --git a/commons-email2-jakarta/pom.xml b/commons-email2-jakarta/pom.xml index d4bbe39..3f49113 100644 --- a/commons-email2-jakarta/pom.xml +++ b/commons-email2-jakarta/pom.xml @@ -83,6 +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> </properties> <build> diff --git a/commons-email2-javax/pom.xml b/commons-email2-javax/pom.xml index 15d7971..d52383c 100644 --- a/commons-email2-javax/pom.xml +++ b/commons-email2-javax/pom.xml @@ -83,6 +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> </properties> <build> diff --git a/pom.xml b/pom.xml index 02f76c7..ade85c1 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>65</version> + <version>66</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-email2-parent</artifactId> @@ -71,6 +71,7 @@ <commons.parent.dir>${basedir}</commons.parent.dir> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>email</commons.componentid> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8d8fd4a..b52d02c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,12 +24,15 @@ <body> <release version="2.0.0-M1" date="202Y-MM-DD" description="Feature release (Java 8 or above)."> + <!-- ADD --> + <action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Checkstyle configuration.</action> <!-- UPDATE --> <action type="update" due-to="Dependabot" dev="ggregory">Bump org.slf4j:slf4j-jdk14 from 2.0.9 to 2.0.11.</action> <action type="update" due-to="Dependabot" dev="ggregory">Bump com.github.davidmoten:subethasmtp from 6.0.7 to 7.0.1.</action> <action type="update" due-to="Dependabot" dev="ggregory">Bump org.mockito:mockito-core from 5.8.0 to 5.10.0.</action> + <action type="update" due-to="Gary Gregory" dev="ggregory">Bump commons-parent from 65 to 66.</action> </release> <release version="1.6.0" date="2023-12-17" description="Feature release (Java 8 or above)."> <!-- FIX -->