Skip to content

Commit

Permalink
Release Baremaps 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Sep 8, 2024
1 parent 593a563 commit 23d3ac8
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion baremaps-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>

<artifactId>baremaps-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>

<artifactId>baremaps-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>
<artifactId>baremaps-data</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-flatgeobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>
<artifactId>baremaps-flatgeobuf</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-geoparquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>
<artifactId>baremaps-geoparquet</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-maplibre/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>
<artifactId>baremaps-maplibre</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-openstreetmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>
<artifactId>baremaps-openstreetmap</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion baremaps-pmtiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>
<artifactId>baremaps-pmtiles</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>

<artifactId>baremaps-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</parent>
<artifactId>baremaps-testing</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.

<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
<packaging>pom</packaging>
<name>baremaps</name>
<description>Apache Baremaps (incubating) is a toolkit and a set of infrastructure components for creating,
Expand Down Expand Up @@ -69,7 +69,7 @@ limitations under the License.
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.outputTimestamp>2024-03-18T11:01:08Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-08T09:51:49Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
Expand Down

0 comments on commit 23d3ac8

Please sign in to comment.