Skip to content

Commit e4735f6

Browse files
Improve the content of the META-INF/MANIFEST.MF (#917)
* Improved META-INF/MANIFEST.MF content --------- Co-authored-by: ROHIT KUMAR <rohitkumarpc79@gmail.com>
1 parent 8c65a30 commit e4735f6

File tree

19 files changed

+22
-2
lines changed

19 files changed

+22
-2
lines changed

baremaps-benchmarking/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ limitations under the License.
2424
</parent>
2525

2626
<artifactId>baremaps-benchmarking</artifactId>
27+
<name>Apache Baremaps Benchmarking</name>
2728

2829
<properties>
2930
<jmh.version>1.37</jmh.version>

baremaps-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
</parent>
2626

2727
<artifactId>baremaps-cli</artifactId>
28-
<name>baremaps-cli</name>
28+
<name>Apache Baremaps CLI</name>
2929

3030
<properties>
3131
<license.directory>${project.build.directory}/generated-sources/license</license.directory>

baremaps-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ limitations under the License.
2424
</parent>
2525

2626
<artifactId>baremaps-core</artifactId>
27+
<name>Apache Baremaps Core</name>
2728

2829
<properties>
2930
<maven.deploy.skip>true</maven.deploy.skip>

baremaps-csv/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<version>0.8.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>baremaps-csv</artifactId>
26+
<name>Apache Baremaps CSV</name>
2627
<dependencies>
2728
<dependency>
2829
<groupId>com.fasterxml.jackson.core</groupId>

baremaps-data/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<version>0.8.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>baremaps-data</artifactId>
26+
<name>Apache Baremaps Data</name>
2627
<dependencies>
2728
<dependency>
2829
<groupId>org.apache.baremaps</groupId>

baremaps-dem/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<version>0.8.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>baremaps-dem</artifactId>
26+
<name>Apache Baremaps DEM</name>
2627
<dependencies>
2728
<dependency>
2829
<groupId>org.apache.baremaps</groupId>

baremaps-flatgeobuf/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<version>0.8.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>baremaps-flatgeobuf</artifactId>
26+
<name>Apache Baremaps FlatGeobuf</name>
2627
<dependencies>
2728
<dependency>
2829
<groupId>com.google.flatbuffers</groupId>

baremaps-geopackage/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<version>0.8.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>baremaps-geopackage</artifactId>
26+
<name>Apache Baremaps GeoPackage</name>
2627
<dependencies>
2728
<dependency>
2829
<groupId>mil.nga.geopackage</groupId>

baremaps-geoparquet/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<version>0.8.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>baremaps-geoparquet</artifactId>
26+
<name>Apache Baremaps GeoParquet</name>
2627
<dependencies>
2728
<dependency>
2829
<groupId>com.fasterxml.jackson.core</groupId>

baremaps-maplibre/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
<version>0.8.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>baremaps-maplibre</artifactId>
26+
<name>Apache Baremaps MapLibre</name>
2627
<dependencies>
2728
<dependency>
2829
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)