We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5daace3 commit 986341aCopy full SHA for 986341a
1 file changed
pom.xml
@@ -348,10 +348,8 @@
348
<archive combine.children="append">
349
<manifestEntries>
350
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
351
- <!-- Add entries from CP that are not inherited (for reasons unknown).
352
- Replace ${implementation.build} property with the unique git build number. -->
+ <!-- Add entries from CP that are not inherited (for reasons unknown). -->
353
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
354
- <Implementation-Build>${buildNumber}; ${maven.build.timestamp}</Implementation-Build>
355
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
356
<X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
357
</manifestEntries>
0 commit comments