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 9264510c3ee477c526258b9b8d1d1a445faf1a73 Author: ROHIT KUMAR <[email protected]> AuthorDate: Mon Jan 13 21:41:04 2025 +0530 Fix formatting issues --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 452ab5399..f50338181 100644 --- a/pom.xml +++ b/pom.xml @@ -719,11 +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> - <Specification-Title>Apache Baremaps CSV (incubating)</Specification-Title> - <Specification-Vendor>Apache Software Foundation</Specification-Vendor> - <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor> + <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>
