Skip to content

Commit

Permalink
correct developer connection url
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Mar 19, 2021
1 parent 3744120 commit 2b5d2e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<scm>
<url>https://github.com/pitest/pitest-junit5-plugin</url>
<connection>scm:git:git@github.com:pitest/pitest-junit5-plugin.git</connection>
<developerConnection>scm:git:git@github.com:pitest/pitest-junit5-plugin.git</developerConnection>
<!-- must use https url rather than git one for tagging to work from github actions -->
<developerConnection>scm:git:https://github.com/pitest/pitest-junit5-plugin.git</developerConnection>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -132,7 +132,6 @@
</execution>
</executions>
</plugin>

</plugins>
</build>
</profile>
Expand Down

0 comments on commit 2b5d2e1

Please sign in to comment.