Final fix of manifest.mf
diff --git a/pom.xml b/pom.xml
index e96a0ba..e02e6da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@
                       <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>