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 2cf47db Final fix of manifest.mf
2cf47db is described below
commit 2cf47db6612f6f6d0d88aad8cd9638a4c2d4587d
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Aug 7 19:37:56 2019 -0700
Final fix of manifest.mf
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e96a0ba..e02e6da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@ under the License.
<manifestEntries>
<Implementation-Vendor>The Apache Software
Foundation</Implementation-Vendor>
<GroupId-ArtifactId>${project.groupId}:${project.artifactId}</GroupId-ArtifactId>
- <git-branch>1.0.X-incubating</git-branch>
+ <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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]