Skip to content

Commit 40b518a

Browse files
committed
update pom, add missing required parts in pom
1 parent 719454f commit 40b518a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,35 @@
1111
<name>GBFS Validator Parent</name>
1212
<description>Aggregator POM for GBFS Validator modules</description>
1313
<url>https://github.com/entur/gbfs-validator-java</url>
14+
<organization>
15+
<name>Entur AS</name>
16+
<url>https://www.entur.org/</url>
17+
</organization>
18+
<licenses>
19+
<license>
20+
<name>EUPL-1.2 with modifications</name>
21+
<url>https://joinup.ec.europa.eu/software/page/eupl</url>
22+
<distribution>repo</distribution>
23+
</license>
24+
</licenses>
1425
<modules>
1526
<module>gbfs-validator-java</module>
1627
</modules>
28+
<developers>
29+
<developer>
30+
<name>Tom Erik Støwer</name>
31+
<email>tom.erik.stower@entur.org</email>
32+
<organization>Entur</organization>
33+
<organizationUrl>http://www.entur.org</organizationUrl>
34+
</developer>
35+
</developers>
36+
37+
<scm>
38+
<connection>scm:git:ssh://git@github.com/entur/gbfs-validator-java.git</connection>
39+
<developerConnection>scm:git:ssh://git@github.com/entur/gbfs-validator-java.git</developerConnection>
40+
<url>https://github.com/entur/gbfs-validator-java/tree/master</url>
41+
<tag>HEAD</tag>
42+
</scm>
1743
<properties>
1844
<jreleaser-maven-plugin.version>1.18.0</jreleaser-maven-plugin.version>
1945
</properties>

0 commit comments

Comments
 (0)