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
The following commit(s) were added to refs/heads/master by this push: new 47902ad drop non-reproducible Implementation-Build in jar (#242) 47902ad is described below commit 47902adb497ab4ca57617648fa70552a93b09254 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Thu Mar 23 15:08:58 2023 +0000 drop non-reproducible Implementation-Build in jar (#242) --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index b906927..a729953 100644 --- a/pom.xml +++ b/pom.xml @@ -292,10 +292,6 @@ <commons.javadoc.javaee.link>${commons.javadoc.javaee6.link}</commons.javadoc.javaee.link> - <!-- build meta inf --> - <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format> - <implementation.build>${scmBranch}@r${buildNumber}; ${maven.build.timestamp}</implementation.build> - <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level --> <minSeverity>info</minSeverity> @@ -972,7 +968,6 @@ <Implementation-Version>${project.version}</Implementation-Version> <Implementation-Vendor>${project.organization.name}</Implementation-Vendor> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> - <Implementation-Build>${implementation.build}</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>