This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new e94da9419 [doc] Document commit id in jar in download.md
e94da9419 is described below
commit e94da9419f1f81ce4b344528019916f6bfaef815
Author: Jingsong <[email protected]>
AuthorDate: Mon Aug 28 13:39:11 2023 +0800
[doc] Document commit id in jar in download.md
---
docs/content/project/download.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/docs/content/project/download.md b/docs/content/project/download.md
index 771850866..f8f5af793 100644
--- a/docs/content/project/download.md
+++ b/docs/content/project/download.md
@@ -133,3 +133,28 @@ This documentation is a guide for downloading Paimon Jars.
| paimon-bundle | [paimon-bundle-{{< version
>}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-bundle/{{<
version >}}/paimon-bundle-{{< version >}}.jar) |
{{< /stable >}}
+
+{{< unstable >}}
+
+## MANIFEST.MF
+
+For unstable version, you can find git commit id in jar:
+
+```shell
+Manifest-Version: 1.0
+Implementation-Title: Paimon : Common
+Implementation-Version: 0.5-SNAPSHOT
+Specification-Vendor: The Apache Software Foundation
+Specification-Title: Paimon : Common
+Implementation-Vendor-Id: org.apache.paimon
+SCM-Branch: master
+Implementation-Vendor: The Apache Software Foundation
+SCM-Revision: c8b4772f3cb4b25b25537e1ab0775441c627bf1c
+Created-By: Apache Maven 3.2.5
+Build-Jdk: 1.8.0_301
+Specification-Version: 0.5-SNAPSHOT
+```
+
+The `SCM-Revision` git commit id.
+
+{{< /unstable >}}
\ No newline at end of file