This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 986341aa7fc208b0203a813c32772028845b687b Author: Alex Herbert <[email protected]> AuthorDate: Tue Apr 14 13:50:56 2026 +0100 Remove manifest entry with build timestamp Allows reproducible builds. --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6dcc095d..92363f6a 100644 --- a/pom.xml +++ b/pom.xml @@ -348,10 +348,8 @@ <archive combine.children="append"> <manifestEntries> <Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name> - <!-- Add entries from CP that are not inherited (for reasons unknown). - Replace ${implementation.build} property with the unique git build number. --> + <!-- Add entries from CP that are not inherited (for reasons unknown). --> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> - <Implementation-Build>${buildNumber}; ${maven.build.timestamp}</Implementation-Build> <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK> <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK> </manifestEntries>
