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

bchapuis pushed a commit to branch 907-manifest
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit 0a1c172f61df2c2a856485a5449d7c48312aab16
Author: ROHIT KUMAR <[email protected]>
AuthorDate: Mon Jan 13 21:22:11 2025 +0530

    Improved META-INF/MANIFEST.MF content
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e8da932e2..452ab5399 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,8 +719,11 @@ limitations under the License.
           <archive>
             <manifestEntries>
               <Build-Date>${project.build.outputTimestamp}</Build-Date>
-              <Build-Version>${project.version}</Build-Version>
-              <Build-Jdk>${java.version}</Build-Jdk>
+                <Build-Version>${project.version}</Build-Version>
+                <Build-Jdk>${java.version}</Build-Jdk>
+                <Specification-Title>Apache Baremaps CSV 
(incubating)</Specification-Title>
+                <Specification-Vendor>Apache Software 
Foundation</Specification-Vendor>
+                <Implementation-Vendor>Apache Software 
Foundation</Implementation-Vendor>
             </manifestEntries>
           </archive>
         </configuration>

Reply via email to