Skip to content

Commit

Permalink
Set version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Mar 20, 2024
1 parent f9d5d29 commit 4589c62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3-SNAPSHOT</version>
<version>0.7.3</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.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>

<artifactId>baremaps-core</artifactId>
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.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>

<artifactId>baremaps-server</artifactId>
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.3-SNAPSHOT</version>
<version>0.7.3</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 @@ -70,7 +70,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-03-20T06:04:00Z</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 4589c62

Please sign in to comment.