You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/08/12 16:08:42 UTC

[incubator-datasketches-memory] 01/05: Update manifests

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

leerho pushed a commit to branch 1.1.X-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git

commit a67182ab2e271b66355efc0feb8d3610c61c4ca6
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Aug 9 10:30:45 2019 -0700

    Update manifests
---
 pom.xml | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index e02e6da..e5b9ad6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,19 +265,15 @@ under the License.
                           <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
                       </manifest>
                       <manifestEntries>
-                          <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+                          <Build-Jdk>${java.version} (${java.vendor} ${java.vm.version})</Build-Jdk>
+                          <Build-OS>${os.name} ${os.arch} ${os.version}</Build-OS>
+                          <Implementation-Vendor>The Apache Software Foundataion</Implementation-Vendor>
                           <GroupId-ArtifactId>${project.groupId}:${project.artifactId}</GroupId-ArtifactId>
                           <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-id>${git.commit.id.full}</git-commit-id>
                           <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>
+                          <git-commit-tag>${git.tags}</git-commit-tag>
                       </manifestEntries>
                   </archive>
               </configuration>
@@ -444,11 +440,7 @@ under the License.
                     <commitIdGenerationMode>full</commitIdGenerationMode>
                     <includeOnlyProperties>
                         <includeProperty>git.branch</includeProperty>
-                        <includeProperty>git.build.version</includeProperty>
-                        <includeProperty>git.closest.tag.name</includeProperty>
-                        <includeProperty>git.commit.id.describe</includeProperty>
                         <includeProperty>git.commit.id.full</includeProperty>
-                        <includeProperty>git.commit.message.full</includeProperty>
                         <includeProperty>git.commit.time</includeProperty>
                         <includeProperty>git.commit.user.email</includeProperty>
                         <includeProperty>git.tags</includeProperty>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org