You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2023/03/12 21:32:53 UTC

[commons-statistics] branch master updated: Remove entry adding non-reproducible entry (#42)

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


The following commit(s) were added to refs/heads/master by this push:
     new d6c04a9  Remove entry adding non-reproducible entry (#42)
d6c04a9 is described below

commit d6c04a92e7a9a528206bcb2f1cd97e094ac64710
Author: Hervé Boutemy <he...@free.fr>
AuthorDate: Sun Mar 12 22:32:48 2023 +0100

    Remove entry adding non-reproducible entry (#42)
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a233b7f..d844cdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,10 +196,8 @@
             <manifestEntries>
               <!-- Java 9+ -->
               <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>