Skip to content

Commit 7401c08

Browse files
committed
Fill in basic contributor details to try and make dependabot understand this isn't a submodule.
1 parent de09b58 commit 7401c08

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

pom.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,25 @@
1313
<version>0.0.1</version>
1414
<name>Open Podcast API</name>
1515
<description>Open Podcast API reference server</description>
16-
<url/>
16+
<url>https://github.com/OpenPodcastApi/opa-java</url>
1717
<licenses>
18-
<license/>
18+
<license>
19+
<name>The MIT License</name>
20+
<url>https://opensource.org/licenses/MIT</url>
21+
</license>
1922
</licenses>
2023
<developers>
21-
<developer/>
24+
<developer>
25+
<name>Ciarán Ainsworth</name>
26+
<email>cda@sporiff.dev</email>
27+
<organization>The Open Podcast API developers</organization>
28+
</developer>
2229
</developers>
2330
<scm>
24-
<connection/>
25-
<developerConnection/>
26-
<tag/>
27-
<url/>
31+
<connection>scm:git:https://github.com/OpenPodcastApi/opa-java.git</connection>
32+
<developerConnection>scm:git:https://github.com/OpenPodcastApi/opa-java.git</developerConnection>
33+
<url>https://github.com/OpenPodcastApi/opa-java</url>
34+
<tag>HEAD</tag>
2835
</scm>
2936
<properties>
3037
<java.version>25</java.version>

0 commit comments

Comments
 (0)