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 440b1a3256e9a1ecb7faae72a145649f54c5b768
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Jan 14 21:30:51 2025 +0100

    Add module names
---
 baremaps-benchmarking/pom.xml  | 1 +
 baremaps-cli/pom.xml           | 2 +-
 baremaps-core/pom.xml          | 1 +
 baremaps-csv/pom.xml           | 1 +
 baremaps-data/pom.xml          | 1 +
 baremaps-dem/pom.xml           | 1 +
 baremaps-flatgeobuf/pom.xml    | 1 +
 baremaps-geopackage/pom.xml    | 1 +
 baremaps-geoparquet/pom.xml    | 1 +
 baremaps-maplibre/pom.xml      | 1 +
 baremaps-openstreetmap/pom.xml | 1 +
 baremaps-pmtiles/pom.xml       | 1 +
 baremaps-postgres/pom.xml      | 1 +
 baremaps-rpsl/pom.xml          | 1 +
 baremaps-server/pom.xml        | 1 +
 baremaps-shapefile/pom.xml     | 1 +
 baremaps-store/pom.xml         | 1 +
 baremaps-testing/pom.xml       | 1 +
 pom.xml                        | 4 ++--
 19 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/baremaps-benchmarking/pom.xml b/baremaps-benchmarking/pom.xml
index 1263205b6..483029bdb 100644
--- a/baremaps-benchmarking/pom.xml
+++ b/baremaps-benchmarking/pom.xml
@@ -24,6 +24,7 @@ limitations under the License.
   </parent>
 
   <artifactId>baremaps-benchmarking</artifactId>
+  <name>Apache Baremaps Benchmarking</name>
 
   <properties>
     <jmh.version>1.37</jmh.version>
diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml
index 4a8ea35b9..583919ddc 100644
--- a/baremaps-cli/pom.xml
+++ b/baremaps-cli/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
   </parent>
 
   <artifactId>baremaps-cli</artifactId>
-  <name>baremaps-cli</name>
+  <name>Apache Baremaps CLI</name>
 
   <properties>
     
<license.directory>${project.build.directory}/generated-sources/license</license.directory>
diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml
index 497ac6057..e6f8bb334 100644
--- a/baremaps-core/pom.xml
+++ b/baremaps-core/pom.xml
@@ -24,6 +24,7 @@ limitations under the License.
   </parent>
 
   <artifactId>baremaps-core</artifactId>
+  <name>Apache Baremaps Core</name>
 
   <properties>
     <maven.deploy.skip>true</maven.deploy.skip>
diff --git a/baremaps-csv/pom.xml b/baremaps-csv/pom.xml
index d87821932..4d630a584 100644
--- a/baremaps-csv/pom.xml
+++ b/baremaps-csv/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-csv</artifactId>
+  <name>Apache Baremaps CSV</name>
   <dependencies>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/baremaps-data/pom.xml b/baremaps-data/pom.xml
index 406f2194b..e53de559d 100644
--- a/baremaps-data/pom.xml
+++ b/baremaps-data/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-data</artifactId>
+  <name>Apache Baremaps Data</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.baremaps</groupId>
diff --git a/baremaps-dem/pom.xml b/baremaps-dem/pom.xml
index 8b39072c6..a6d6f2c13 100644
--- a/baremaps-dem/pom.xml
+++ b/baremaps-dem/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-dem</artifactId>
+  <name>Apache Baremaps DEM</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.baremaps</groupId>
diff --git a/baremaps-flatgeobuf/pom.xml b/baremaps-flatgeobuf/pom.xml
index 9d2436b57..3683f200b 100644
--- a/baremaps-flatgeobuf/pom.xml
+++ b/baremaps-flatgeobuf/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-flatgeobuf</artifactId>
+  <name>Apache Baremaps FlatGeobuf</name>
   <dependencies>
     <dependency>
       <groupId>com.google.flatbuffers</groupId>
diff --git a/baremaps-geopackage/pom.xml b/baremaps-geopackage/pom.xml
index ace55aff5..b3921b888 100644
--- a/baremaps-geopackage/pom.xml
+++ b/baremaps-geopackage/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-geopackage</artifactId>
+  <name>Apache Baremaps GeoPackage</name>
   <dependencies>
     <dependency>
       <groupId>mil.nga.geopackage</groupId>
diff --git a/baremaps-geoparquet/pom.xml b/baremaps-geoparquet/pom.xml
index dcd6f1cbd..10e64eae4 100644
--- a/baremaps-geoparquet/pom.xml
+++ b/baremaps-geoparquet/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-geoparquet</artifactId>
+  <name>Apache Baremaps GeoParquet</name>
   <dependencies>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/baremaps-maplibre/pom.xml b/baremaps-maplibre/pom.xml
index d95f05c4d..41fb77bd7 100644
--- a/baremaps-maplibre/pom.xml
+++ b/baremaps-maplibre/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-maplibre</artifactId>
+  <name>Apache Baremaps MapLibre</name>
   <dependencies>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/baremaps-openstreetmap/pom.xml b/baremaps-openstreetmap/pom.xml
index 7fd49a360..60b22e127 100644
--- a/baremaps-openstreetmap/pom.xml
+++ b/baremaps-openstreetmap/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-openstreetmap</artifactId>
+  <name>Apache Baremaps OpenStreetMap</name>
 
   <dependencies>
     <dependency>
diff --git a/baremaps-pmtiles/pom.xml b/baremaps-pmtiles/pom.xml
index edad41518..7b1b6a23b 100644
--- a/baremaps-pmtiles/pom.xml
+++ b/baremaps-pmtiles/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-pmtiles</artifactId>
+  <name>Apache Baremaps PMTiles</name>
   <dependencies>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/baremaps-postgres/pom.xml b/baremaps-postgres/pom.xml
index 1f0207e0e..d2014e425 100644
--- a/baremaps-postgres/pom.xml
+++ b/baremaps-postgres/pom.xml
@@ -24,6 +24,7 @@ limitations under the License.
   </parent>
 
   <artifactId>baremaps-postgres</artifactId>
+  <name>Apache Baremaps Postgres</name>
 
   <dependencies>
     <dependency>
diff --git a/baremaps-rpsl/pom.xml b/baremaps-rpsl/pom.xml
index 4ed417406..a3d5b5b9a 100644
--- a/baremaps-rpsl/pom.xml
+++ b/baremaps-rpsl/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-rpsl</artifactId>
+  <name>Apache Baremaps RPSL</name>
   <dependencies>
     <dependency>
       <groupId>net.ripe.ipresource</groupId>
diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml
index 3675f1f02..614493dd5 100644
--- a/baremaps-server/pom.xml
+++ b/baremaps-server/pom.xml
@@ -24,6 +24,7 @@ limitations under the License.
   </parent>
 
   <artifactId>baremaps-server</artifactId>
+  <name>Apache Baremaps Server</name>
 
   <properties>
     <maven.deploy.skip>true</maven.deploy.skip>
diff --git a/baremaps-shapefile/pom.xml b/baremaps-shapefile/pom.xml
index d13be3358..2e15129b4 100644
--- a/baremaps-shapefile/pom.xml
+++ b/baremaps-shapefile/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-shapefile</artifactId>
+  <name>Apache Baremaps Shapefile</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.baremaps</groupId>
diff --git a/baremaps-store/pom.xml b/baremaps-store/pom.xml
index 4135f4376..101cd7e2b 100644
--- a/baremaps-store/pom.xml
+++ b/baremaps-store/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-store</artifactId>
+  <name>Apache Baremaps Store</name>
   <dependencies>
     <dependency>
       <groupId>org.locationtech.jts</groupId>
diff --git a/baremaps-testing/pom.xml b/baremaps-testing/pom.xml
index fbf777063..d28154d37 100644
--- a/baremaps-testing/pom.xml
+++ b/baremaps-testing/pom.xml
@@ -23,6 +23,7 @@ limitations under the License.
     <version>0.8.2-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-testing</artifactId>
+  <name>Apache Baremaps Testing</name>
   <properties>
     <maven.deploy.skip>true</maven.deploy.skip>
   </properties>
diff --git a/pom.xml b/pom.xml
index f50338181..92d21341b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
   <artifactId>baremaps</artifactId>
   <version>0.8.2-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>baremaps</name>
+  <name>Apache Baremaps</name>
   <description>Apache Baremaps (incubating) is a toolkit and a set of 
infrastructure components for creating,
         publishing, and operating online maps.</description>
   <url>https://github.com/apache/baremaps</url>
@@ -721,7 +721,7 @@ limitations under the License.
               <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-Title>${project.name}</Specification-Title>
               <Specification-Vendor>Apache Software 
Foundation</Specification-Vendor>
               <Implementation-Vendor>Apache Software 
Foundation</Implementation-Vendor>
             </manifestEntries>

Reply via email to