This is an automated email from the ASF dual-hosted git repository. nadment pushed a commit to branch 2153 in repository https://gitbox.apache.org/repos/asf/hop.git
commit 29a30eb2dee0e36239585fcbdfb23e976b322b7c Author: Nicolas Adment <[email protected]> AuthorDate: Mon Feb 13 22:11:55 2023 +0100 Add the build date in the MANFEST.MF file to complete issue #2153 Specification-Version: 2.4.0-SNAPSHOT Implementation-Version: 2.4.0-SNAPSHOT (2023-02-13 08.50.52) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 632bc80fcf..4c2ac6527b 100644 --- a/pom.xml +++ b/pom.xml @@ -604,6 +604,7 @@ <Source-Java-Version>${source.jdk.version}</Source-Java-Version> <Target-Java-Version>${target.jdk.version}</Target-Java-Version> <Implementation-ProductID>${project.artifactId}</Implementation-ProductID> + <Implementation-Version>${project.version} (${maven.build.timestamp})</Implementation-Version> </manifestEntries> </archive> </configuration>
