Skip to content

Commit

Permalink
fix(actions): scm
Browse files Browse the repository at this point in the history
  • Loading branch information
cosad3s committed Jul 25, 2024
1 parent bf81326 commit 2ec99f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,10 @@
</distributionManagement>

<scm>
<connection>[email protected]:cosad3s/salsa.git</connection>
<developerConnection>[email protected]:cosad3s/salsa.git</developerConnection>
<connection>scm:git:https://github.com/cosad3s/salsa.git</connection>
<developerConnection>scm:git:https://github.com/cosad3s/salsa.git</developerConnection>
<url>[email protected]:github.com/cosad3s/salsa.git</url>
<tag>HEAD</tag>
</scm>

</project>

0 comments on commit 2ec99f9

Please sign in to comment.