Skip to content

Commit f84c665

Browse files
committed
Add project URL, issue & CI management to POM
1 parent 3a1ef03 commit f84c665

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<name>openapi-diff-parent</name>
1414
<description>Parent POM for OpenAPI-Diff</description>
15+
<url>https://github.com/OpenAPITools/openapi-diff</url>
1516

1617
<licenses>
1718
<license>
@@ -32,6 +33,16 @@
3233
</developer>
3334
</developers>
3435

36+
<issueManagement>
37+
<system>GitHub</system>
38+
<url>https://github.com/OpenAPITools/openapi-diff/issues</url>
39+
</issueManagement>
40+
41+
<ciManagement>
42+
<system>GitHub Workflow</system>
43+
<url>https://github.com/OpenAPITools/openapi-diff/actions</url>
44+
</ciManagement>
45+
3546
<scm>
3647
<connection>scm:git:https://github.com/OpenAPITools/openapi-diff.git</connection>
3748
<developerConnection>scm:git:https://github.com/OpenAPITools/openapi-diff.git</developerConnection>

0 commit comments

Comments
 (0)