This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git
The following commit(s) were added to refs/heads/master by this push:
new aa49001 Fix Jar manifests
aa49001 is described below
commit aa49001d5414dcb166ded160e3c1f75e9fb7e728
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Aug 7 17:30:23 2019 -0700
Fix Jar manifests
---
pom.xml | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 46017ca..9437e5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,12 +259,17 @@ under the License.
<configuration>
<archive>
<manifestEntries>
+ <git.branch>${git.branch}</git.branch>
+
<git.build.version>${git.build.version}</git.build.version>
+
<git.closest.tag.name>${git.closest.tag.name}</git.closest.tag.name>
+
<git.commit.id.describe>${git.commit.id.describe}</git.commit.id.describe>
+
<git.commit.id.full>${git.commit.id.full}</git.commit.id.full>
+
<git.commit.message.full>${git.commit.message.full}</git.commit.message.full>
+ <git.commit.time>${git.commit.time}</git.commit.time>
+
<git.commit.user.email>${git.commit.user.email}</git.commit.user.email>
+ <git.tags>${git.tags}</git.tags>
<Build-Jdk>${java.version} (${java.vendor}
${java.vm.version})</Build-Jdk>
<Build-OS>${os.name} ${os.arch}
${os.version}</Build-OS>
- <Build-Timestamp>${git.build.time}</Build-Timestamp>
- <Build-Version>${git.build.version}</Build-Version>
- <Build-Revision>${git.commit.id}</Build-Revision>
-
<Build-Revision-Describe>${git.commit.id.describe}</Build-Revision-Describe>
</manifestEntries>
</archive>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]