You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/09/01 14:38:44 UTC

[httpcomponents-parent] 08/11: Remove manifest entries w/o benefits or non-reproducible

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch 12-dev
in repository https://gitbox.apache.org/repos/asf/httpcomponents-parent.git

commit 2dd31ab342ee50cb7534c8b55790cd868cbff3c7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Aug 29 23:11:34 2020 +0200

    Remove manifest entries w/o benefits or non-reproducible
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index a292257..13e5604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,10 +486,6 @@ Fixed JIRA link
           <archive>
             <manifestEntries>
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
-              <!-- from buildnumber plugin and properties -->
-              <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>
           </archive>
         </configuration>
@@ -604,11 +600,6 @@ Fixed JIRA link
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
-          <artifactId>buildnumber-maven-plugin</artifactId>
-          <version>1.4</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
           <version>${hc.clirr.version}</version>
           <configuration>
@@ -946,10 +937,6 @@ Fixed JIRA link
     <hc.coveralls.version>4.3.0</hc.coveralls.version>
     <hc.coveralls.timestampFormat>EpochMillis</hc.coveralls.timestampFormat>
 
-    <!-- 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>
   </properties>