This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch 752-release-automation
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/752-release-automation by this
push:
new 03e9e359 Format code
03e9e359 is described below
commit 03e9e359b22e1908eac2585791d3989e4a0f2746
Author: Bertil Chapuis <[email protected]>
AuthorDate: Thu Mar 14 11:18:26 2024 +0100
Format code
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 309d0994..6df7ab8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,12 @@ limitations under the License.
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>23</version>
+ </parent>
+
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
<version>0.7.3-SNAPSHOT</version>
@@ -27,12 +33,6 @@ limitations under the License.
publishing, and operating online maps.</description>
<url>https://github.com/apache/baremaps</url>
- <parent>
- <groupId>org.apache</groupId>
- <artifactId>apache</artifactId>
- <version>23</version>
- </parent>
-
<organization>
<name>baremaps</name>
<url>https://www.baremaps.com/</url>