Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the content of the META-INF/MANIFEST.MF #917

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions baremaps-benchmarking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-dem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-flatgeobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-geopackage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-geoparquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-maplibre/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-openstreetmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-pmtiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ limitations under the License.
</parent>

<artifactId>baremaps-postgres</artifactId>
<name>Apache Baremaps Postgres</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions baremaps-rpsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-shapefile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions baremaps-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -721,6 +721,9 @@ 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>${project.name}</Specification-Title>
<Specification-Vendor>Apache Software Foundation</Specification-Vendor>
<Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
</manifestEntries>
</archive>
</configuration>
Expand Down
Loading