Skip to content

Commit

Permalink
Add scm connection to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
kfhoech committed Aug 27, 2024
1 parent 1c0e46e commit 0f3e048
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,10 @@
</pluginRepository>
</pluginRepositories>

<scm>
<connection>scm:git:https://github.com/loonwerks/Resolute.git</connection>
<developerConnection>scm:git:https://github.com/loonwerks/Resolute.git</developerConnection>
<tag>4.0.0-RELEASE</tag>
</scm>

</project>

0 comments on commit 0f3e048

Please sign in to comment.