@@ -18,6 +18,12 @@ limitations under the License.
18
18
<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" >
19
19
<modelVersion >4.0.0</modelVersion >
20
20
21
+ <parent >
22
+ <groupId >org.apache</groupId >
23
+ <artifactId >apache</artifactId >
24
+ <version >23</version >
25
+ </parent >
26
+
21
27
<groupId >org.apache.baremaps</groupId >
22
28
<artifactId >baremaps</artifactId >
23
29
<version >0.7.4-SNAPSHOT</version >
@@ -29,7 +35,7 @@ limitations under the License.
29
35
30
36
<organization >
31
37
<name >baremaps</name >
32
- <url >https://www. baremaps.com /</url >
38
+ <url >https://baremaps.apache.org /</url >
33
39
</organization >
34
40
35
41
<licenses >
@@ -40,14 +46,6 @@ limitations under the License.
40
46
</license >
41
47
</licenses >
42
48
43
- <developers >
44
- <developer >
45
- <id >bchapuis</id >
46
- <name >Bertil Chapuis</name >
47
- <email >bchapuis@gmail.com</email >
48
- </developer >
49
- </developers >
50
-
51
49
<modules >
52
50
<module >baremaps-cli</module >
53
51
<module >baremaps-core</module >
@@ -67,17 +65,6 @@ limitations under the License.
67
65
<url >scm:git:git@github.com:apache/baremaps.git</url >
68
66
</scm >
69
67
70
- <distributionManagement >
71
- <repository >
72
- <id >maven</id >
73
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
74
- </repository >
75
- <snapshotRepository >
76
- <id >maven</id >
77
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
78
- </snapshotRepository >
79
- </distributionManagement >
80
-
81
68
<properties >
82
69
<maven .compiler.source>17</maven .compiler.source>
83
70
<maven .compiler.target>17</maven .compiler.target>
0 commit comments