Skip to content

Commit

Permalink
Add SCM and other
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 12, 2024
1 parent 223558f commit 9660cd9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@
<module>it3</module>
</modules>

<scm>
<connection>scm:git:[email protected]:maveniverse/bom-builder-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:maveniverse/bom-builder-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/maveniverse/bom-builder-maven-plugin</url>
</scm>

<issueManagement>
<system>Github</system>
<url>https://github.com/maveniverse/bom-builder-maven-plugin/issues</url>
</issueManagement>

<ciManagement>
<system>Github</system>
<url>https://github.com/maveniverse/bom-builder-maven-plugin/actions</url>
</ciManagement>

<properties>
<project.build.outputTimestamp>2024-10-07T21:11:27Z</project.build.outputTimestamp>

Expand Down

0 comments on commit 9660cd9

Please sign in to comment.